-
Notifications
You must be signed in to change notification settings - Fork 343
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
v0.9.29 Dependency Update #1825
Conversation
This reverts commit dd09d52.
* update frontier * enable feature forbid-evm-reentrancy
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.
I dont see anything fundamentally wrong. I will keep reviewing the PRs you noted above though
@notlesh I don't see the |
@notlesh with the inclusion of moonbeam-foundation/frontier@fe12fdd we need to bump web3 js version to ^1.8.0 that supports the new |
What does it do?
Updates Moonbeam and friends to the Polkadot v0.9.29 release. "Fixes" #1814
--keep-blocks
and--pruning
changed paritytech/substrate#11934u64
pays_fee
is now properly recorded and reflected in APIs. This means that some extrinsics (including Ethereum txns) and inherents will now correctly reportpays_fee: No
orpaysFee: false
whereas they incorrectly reportedYes
previously. paritytech/substrate#11849🎉
try-runtime::follow-chain
gets a--keep-connection
flag: paritytech/substrate#12167🎉 Caching should be usable: paritytech/substrate#11407
TODO
AuthorFilterAPI
from nimbusexecute_gas_limit_multiplier
T::AccountId
with<T::Lookup as StaticLookup>::Source
paritytech/substrate#11670 in precompiles when building dispatchable calls via enumsXCM CallDispatcher and MoonbeamCall
OldWeight
(in favor of versioned weight from upstream?)rust-toolchain
file