Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update ethereum
  • Loading branch information
zqhxuyuan committed Apr 4, 2022
commit ec88d1ec0afa93b76a844f19c8cac4c9462b5ae7
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions modules/evm-utility/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v
evm = { git = "https://github.com/rust-blockchain/evm", rev = "0b686f8c2c83a52638917caa649dc23302fda80d", default-features = false, features = ["with-codec"] }
evm-gasometer = { git = "https://github.com/rust-blockchain/evm", rev = "0b686f8c2c83a52638917caa649dc23302fda80d", default-features = false }
evm-runtime = { git = "https://github.com/rust-blockchain/evm", rev = "0b686f8c2c83a52638917caa649dc23302fda80d", default-features = false }
ethereum = { version = "0.12.0", default-features = false, features = ["with-codec"] }

[features]
default = ["std"]
Expand All @@ -22,6 +23,7 @@ std = [
"evm/with-serde",
"evm-runtime/std",
"evm-gasometer/std",
"ethereum/with-serde",
]
tracing = [
"evm/tracing",
Expand Down