Merged
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. |
johnmela
approved these changes
Jun 6, 2023
wilwade
requested changes
Jun 6, 2023
Collaborator
wilwade
left a comment
There was a problem hiding this comment.
A few things I want to make sure about before merging, but otherwise it is good!
wilwade
approved these changes
Jun 6, 2023
Collaborator
wilwade
left a comment
There was a problem hiding this comment.
Looks good to me.
- Checked export-metadata
- Checked make start
- checked mainnet start syncing
mattheworris
pushed a commit
that referenced
this pull request
Jun 8, 2023
mattheworris
pushed a commit
that referenced
this pull request
Jun 14, 2023
shannonwells
pushed a commit
that referenced
this pull request
Apr 16, 2024
# 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] <do-not-reply@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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