-
Notifications
You must be signed in to change notification settings - Fork 543
deps: update substrate to polkadot-v0.9.43 #1078
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.43 #1078
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`.
|
Please resolve conflicts. |
I checked and seems the error is here https://github.com/paritytech/frontier/blob/master/client/db/src/sql/mod.rs#L344 the code cannot find any logs for the block hashes so doesn't insert anything. |
|
@koushiro please cherry pick from moonbeam-foundation@24f95bc The issue was we are injecting the pallet-ethereum Instead we need to use the new |
rust-toolchain.toml: rustc 1.69.0 (84c898d65 2023-04-16) / rustc 1.71.0-nightly (8b4b20836 2023-05-22)Close #1054 or merge it first