chore: uplift to polkadot 2412#425
Conversation
Codecov ReportAttention: Patch coverage is
@@ Coverage Diff @@
## chore-upgrade-pop-net-to-stable2412/sc-1940 #425 +/- ##
===============================================================================
- Coverage 71.35% 71.28% -0.07%
===============================================================================
Files 72 72
Lines 13592 13626 +34
Branches 13592 13626 +34
===============================================================================
+ Hits 9698 9713 +15
- Misses 3627 3646 +19
Partials 267 267
|
Daanvdplas
left a comment
There was a problem hiding this comment.
Changes looking good, I faced a similar issue with the integration tests when I made similar changes to the Cargo.toml file. Left a few things and also curious what the order of things will be with the linked PRs?
…nstead of then_some https://github.com/paritytech/polkadot-sdk/pull/6156/files#diff-7ab065c73b2237dff7c6eca18162b7f674e5e7f9e330af668cc5d35de6a597bd https://github.com/paritytech/polkadot-sdk/pull/5919/files#diff-7b805930c8caa346a498254e233963501862a29b4ae5633a00efb96b9c96258a paritytech/polkadot-sdk#5693 paritytech/polkadot-sdk@b76e91a
029a3a9 to
937ca11
Compare
al3mart
left a comment
There was a problem hiding this comment.
The uplift looks pretty good! looking forward to seeing the CI green!
As it has been discussed off github there are a few improvements that can be made to the mainnet runtime. But having this PR only taking care of the sdk sync makes sense to me.
I'm happy to take care of working on pushing those runtime changes, @peterwht
Uplifts to Stable 2412.
Due to dependency issues with
asset-hub-westend-runtimewith the 2412 release,integration-testshave been included from the workspace. The integration tests have been updated and confirmed to pass.Relevant PRs causing node changes
Relevant PRs causing runtime changes
sp_runtime::RuntimeStringand replace withCow<'static, str>orStringdepending on use case paritytech/polkadot-sdk#5693TransactionExtensionas a replacement forSignedExtensionparitytech/polkadot-sdk#3685dispatch_infochanging to holdcall_weightandextension_weightTODOs (in follow up PRs, non-blocking for this PR)
TransactionExtensionas a replacement forSignedExtensionparitytech/polkadot-sdk#3685