-
Notifications
You must be signed in to change notification settings - Fork 15
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
CSUB-423: Upgrade substrate #934
Conversation
70bf108
to
bfab711
Compare
a4e1a86
to
75f5a0e
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.
There are failures from Clippy and cargo test, see jobs for
75f5a0e
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.
Couple of small things, but aside from the remaining todos in the staking pallet LGTM
For full LLVM coverage report click here! |
c205215
to
335dbbf
Compare
dd04f64
to
ec53bc8
Compare
Codecov Report
@@ Coverage Diff @@
## dev #934 +/- ##
==========================================
+ Coverage 77.16% 77.62% +0.45%
==========================================
Files 74 75 +1
Lines 11427 11383 -44
==========================================
+ Hits 8818 8836 +18
+ Misses 2609 2547 -62
... and 5 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
1e2fc93
to
b54a36e
Compare
Description of proposed changes:
Updates Substrate from version on the
polkadot-v0.9.32
branch to the latestpolkadot-v0.9.38
branch allowing, introducing a few fixes and laying the groundwork to migrate to ParityDB.From polkadot-v0.9.32 to polkadot-v0.9.38
Polkadot-v0.9.33
No changes
Polkadot-v0.9.34
Change WEIGHT_PER_SECOND to WEIGHT_REF_TIME_PER_SECOND
Added a call to
from_ref_time
Polkadot-v0.9.35
Update jsonrpsee version to 0.16.2 to match Susbtrate
Polkadot-v0.9.36
No Changes
Polkadot-v0.9.37
No Changes
Polkadot-v0.9.38
Add implementations for
query_weight_to_fee
andquery_length_to_fee
toimpl pallet_transaction_ayment_rpc_runtime_api::TransactionPaymentApi for Runtime
Add explicit call indexes for pallet runtime APIs using script provided by Parity/Substrate:
More info here
Updated Staking Pallet impls to new API signatures
Practical tips for PR review & merge: