a9cb572238
* feat: implement eip1108 * doc nit: price per point pair Co-Authored-By: David <dvdplm@gmail.com> * fix: test-build * fix: update chain specs * fix: basic_authority.json chain spec * fix: change `eip_transition == 0x7fffffffffffff` * add issue link to `TODO`
21 lines
545 B
TOML
21 lines
545 B
TOML
[package]
|
|
description = "ethereum vm builtin"
|
|
name = "ethcore-builtin"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
bn = { git = "https://github.com/paritytech/bn", default-features = false }
|
|
ethereum-types = "0.6.0"
|
|
ethjson = { path = "../../json" }
|
|
ethkey = { path = "../../accounts/ethkey" }
|
|
keccak-hash = "0.2.0"
|
|
log = "0.4"
|
|
num = { version = "0.1", default-features = false, features = ["bigint"] }
|
|
parity-bytes = "0.1"
|
|
parity-crypto = "0.4.0"
|
|
|
|
[dev-dependencies]
|
|
rustc-hex = "1.0"
|