-
Notifications
You must be signed in to change notification settings - Fork 361
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
Update to polkadot-v0.9.40
#948
Conversation
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.
Please bump up spec version for all runtimes except local
and bump up minor version for semver.
Not sure what to do about the clippy
error though.
@Dinonard Should I bump minor version for node as well? Since this PR modifies client too. |
@ashutoshvarma EVM tracing cargo check is failing. |
Working fine locally, let me re-run the jobs to see if that fix it. |
Please include latest As far as I'm concerned, let's go with the merge once CI works. |
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.
There are collator code changes. Could you do a Zombienet test to make sure block production works?
@shaunxw I've tested with zombienet and blocks are producing just fine. |
Minimum allowed line rate is |
Pull Request Summary
What does it do?
Important Changes
(below list is not exhaustive and this PR also)
Substrate (v0.9.40)
sc-finality-grandpa
tosc-consensus-grandpa
sc-network-common
back tosc-network
paritytech/substrate#13592sc-network-common
is back tosc-network
sc-network
paritytech/substrate#12828sc-network
Weight::from_{ref_time, proof_size}
paritytech/substrate#13475Polkadot
Cumulus (9400)
polkadot-service
paritytech/cumulus#2287RelayChainError::Application
toRelayChainError::ServiceError
(affects node)Frontier
pallet-timestamp
frompallet-evm
andpallet-ethereum
polkadot-evm/frontier#1050Executed
event polkadot-evm/frontier#1040Check list