-
Notifications
You must be signed in to change notification settings - Fork 50
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
Polkadot v1.6.0 upgrade #413
Conversation
collation, | ||
result_sender, | ||
})); | ||
if let Some((collation, _, post_hash)) = maybe_collation { |
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.
Damn it, I hate that they keep changing this part of the code
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.
LGTM, good job @fgamundi ! But please remember to point to the right branch instead of the one with 'preview'
@girazoki done, and thanks! |
Upgrades polkadot-sdk dependencies to v1.6.0
Some relevant PRs
paritytech/polkadot-sdk#1256 chain-spec: getting ready for native-runtime-free world
paritytech/polkadot-sdk#1246 DmpQueue & XcmpQueue transition to MessageQueue
paritytech/polkadot-sdk#2048 & paritytech/polkadot-sdk#2651 Identity pallet improvements
paritytech/polkadot-sdk#2803
cumulus-primitives-parachain-inherent
splitparitytech/polkadot-sdk#2331
ExportGenesisStateCommand
toExportGenesisHeadCommand
paritytech/polkadot-sdk#2834 proposer: return optional block
paritytech/polkadot-sdk#1343
RuntimeTask
paritytech/polkadot-sdk#2767
PartialComponents