-
Notifications
You must be signed in to change notification settings - Fork 24
Polkadot v0.9.39 upgrade #1581
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 v0.9.39 upgrade #1581
Conversation
f56c3d9 to
2916f7a
Compare
|
⏳ Running benchmarks and calculating weights. DO NOT MERGE! A new commit will be added upon completion... |
Codecov Report
@@ Coverage Diff @@
## main #1581 +/- ##
==========================================
+ Coverage 73.55% 73.59% +0.04%
==========================================
Files 51 51
Lines 4912 4912
==========================================
+ Hits 3613 3615 +2
+ Misses 1299 1297 -2
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
✅ Finished running benchmarks. Updated weights have been committed to this PR branch in commit 060f33f. |
wilwade
left a comment
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.
A few things I want to make sure about before merging, but otherwise it is good!
enddynayn
left a comment
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.
🥇 Nice!
enddynayn
left a comment
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.
🥇 Nice!
wilwade
left a comment
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 to me.
- Checked export-metadata
- Checked make start
- checked mainnet start syncing
# Goal The goal of this PR is upgrade Polkadot to v0.9.39 See: https://github.com/paritytech/polkadot/releases/tag/v0.9.39 https://github.com/paritytech/polkadot/releases/tag/v0.9.39-1 https://github.com/paritytech/polkadot/releases/tag/v0.9.39-rc6 Closes #1208 # Discussion <!-- List discussion items --> # Checklist - [x] Chain spec updated - [x] Tests - [x] make ci-local: all tests passing - [x] Weights updated - [x] Extrinsics Added to Pallet Democracy - `set_external_metadata` - `clear_external_metadata` - `set_proposal_metadata` - `clear_proposal_metadata` - `set_referendum_metadata` - `clear_referendum_metadata` --------- Co-authored-by: Frequency CI [bot] <[email protected]>
Goal
The goal of this PR is upgrade Polkadot to v0.9.39
See:
https://github.com/paritytech/polkadot/releases/tag/v0.9.39
https://github.com/paritytech/polkadot/releases/tag/v0.9.39-1
https://github.com/paritytech/polkadot/releases/tag/v0.9.39-rc6
Closes #1208
Discussion
Checklist
set_external_metadataclear_external_metadataset_proposal_metadataclear_proposal_metadataset_referendum_metadataclear_referendum_metadata