-
Notifications
You must be signed in to change notification settings - Fork 486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deps: update substrate to polkadot-v0.9.42 #1054
deps: update substrate to polkadot-v0.9.42 #1054
Conversation
- update substrate to 16b2e644487f7f767eeefd4debf11a7948bfa4db - update rust toolchain to 1.68.2
…f `pallet-evm`, since `ExistentialDeposit: u64 = 0` is configured in the mock impl of `pallet-evm`.
I'm not sure whether we need to set |
@sorpaas maybe we could merge this PR first? And shall we set |
Can we also have a |
environmental = { version = "1.1.4", default-features = false } | ||
ethereum = { version = "0.14.0", default-features = false } | ||
ethereum-types = { version = "0.14.1", default-features = false } | ||
evm = { git = "https://github.com/rust-blockchain/evm", branch = "master", default-features = false } | ||
hex-literal = { version = "0.3.4" } | ||
evm = { git = "https://github.com/rust-blockchain/evm", rev = "b7b82c7e1fc57b7449d6dfa6826600de37cc1e65", default-features = false } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah missed that. Thanks!
rust-toolchain.toml
: rustc 1.68.2 (9eb3afe9e 2023-03-27) / rustc 1.67.0-nightly (a00f8ba7f 2022-11-15)insecure_zero_ed
feature ofpallet-balances
for tests ofpallet-evm
Make ED of zero (kind of) work paritytech/substrate#13655