-
Notifications
You must be signed in to change notification settings - Fork 20
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 to polkadot-v1.1.0 #645
Conversation
Crate versions that have been updated:
Runtime version has been increased. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #645 +/- ##
===========================================
- Coverage 49.67% 32.28% -17.40%
===========================================
Files 60 51 -9
Lines 3867 3166 -701
===========================================
- Hits 1921 1022 -899
- Misses 1946 2144 +198 ☔ View full report in Codecov by Sentry. |
@@ -1,3 +1,6 @@ | |||
// Runtimes with enabled `runtime-benchmarks` feature behave differently. |
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.
ensure that integration tests are still ran in CI, separately if necessary
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.
clippy is affected by this. I updated the makefile command to run clippy twice, with and without -all-features
, to cover everything.
…onfig fix!: Configure Defer Duration
TODO:
Our stuff:
UnknownOpcode(192)
)Notable changes:
Weight::from_ref_time
andWeight::from_proof_size
and usefrom_parts
insteadtry-runtime
subcommand has been migrated to a standalone CLI #14731BlockNumber
removed fromframe_system::Config
. Useframe_system::BlockNumberFor<T>
. #14437API changes:
set_balance
becomesforce_set_balance
transfer
becomestransfer_allow_death
This release removes the following CLI parameters: