-
Notifications
You must be signed in to change notification settings - Fork 19
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
chore(upgrade): v1.11.0 to v1.13.0 #2132
chore(upgrade): v1.11.0 to v1.13.0 #2132
Conversation
d0479f9
to
3bbe0b8
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅ |
3bbe0b8
to
b023185
Compare
b023185
to
e03bfb2
Compare
0862140
to
ca0ed47
Compare
6bbac99
to
1fee438
Compare
0bc1c30
to
9cfffa4
Compare
eb27333
to
d624673
Compare
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.
- Pulled branch
- Built/ran unit tests
- Ran e2e tests
- Looks good!
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.
Great effort!. Added some comments and suggestions.
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.
Assuming all the CI checks out... nice work, that was a long row to hoe. My comments are just questions to make sure I understand - it looks like this upgrade allows async backing but we're not turning it on fully for mainnet, is that right?
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.
- Read through changes.
Nice work!
🚢 it!
a054892
to
07c292e
Compare
b0c8218
to
03c4ade
Compare
03c4ade
to
f475528
Compare
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.
Looks good! Ship It.
- Upgrade Polkadot-sdk 1.10.0 to 1.13.0 - Update weights to reflect the new version.1.13.0 Notable Changes: Polkadot-sdk 1.12.0 - [Improve MockValidationDataInherentDataProvider to support async backing](paritytech/polkadot-sdk#4442) - [Balances-Pallet add burn_allow_death extrinsic](paritytech/polkadot-sdk#3964) - [Add Async Backing to Parachain Template](paritytech/polkadot-sdk#4295) Polkadot-sdk 1.13.0 - [DeprecatedRuntimeGenesisConfig generic type parameter in GenericChainSpec struct](paritytech/polkadot-sdk#4410) - [Move the `para_id` from `MockXcmConfig` to `MockValidationDataInherentDataProvider` to make it more prominent](paritytech/polkadot-sdk#4555) - [Remove parameterized-consensus-hook feature](paritytech/polkadot-sdk#4380) For more details, please refer to: - [Polkadot-sdk release 1.12.0](https://github.com/paritytech/polkadot-sdk/releases/polkadot-v1.12.0) - [Polkadot-sdk release 1.13.0](https://github.com/paritytech/polkadot-sdk/releases/polkadot-v1.13.0) - [Async Backing](https://wiki.polkadot.network/docs/maintain-guides-async-backing) issue-2025 issue-1983
60c4714
to
e1534cf
Compare
Notable Changes:
Polkadot-sdk 1.12.0
Polkadot-sdk 1.13.0
para_id
fromMockXcmConfig
toMockValidationDataInherentDataProvider
to make it more prominentFor more details, please refer to:
#2025
#1983