-
Notifications
You must be signed in to change notification settings - Fork 8
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: uplift to polkadot 2412 #425
Draft
peterwht
wants to merge
14
commits into
chore-upgrade-pop-net-to-stable2412/sc-1940
Choose a base branch
from
peterwht/chore-polkadot-2412
base: chore-upgrade-pop-net-to-stable2412/sc-1940
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
chore: uplift to polkadot 2412 #425
peterwht
wants to merge
14
commits into
chore-upgrade-pop-net-to-stable2412/sc-1940
from
peterwht/chore-polkadot-2412
+4,488
−7,279
Conversation
This file contains 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
…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
peterwht
changed the base branch from
main
to
chore-upgrade-pop-net-to-stable2412/sc-1940
January 9, 2025 22:07
Codecov ReportAttention: Patch coverage is
@@ Coverage Diff @@
## chore-upgrade-pop-net-to-stable2412/sc-1940 #425 +/- ##
==============================================================================
Coverage ? 68.31%
==============================================================================
Files ? 70
Lines ? 11777
Branches ? 11777
==============================================================================
Hits ? 8045
Misses ? 3480
Partials ? 252
|
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.
Uplifts to Stable 2412.
Due to dependency issues with
asset-hub-westend-runtime
with the 2412 release,integration-tests
have 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::RuntimeString
and replace withCow<'static, str>
orString
depending on use case paritytech/polkadot-sdk#5693TransactionExtension
as a replacement forSignedExtension
paritytech/polkadot-sdk#3685dispatch_info
changing to holdcall_weight
andextension_weight
TODOs (in follow up PRs)
define_benchmarks
for accurate weights. This includes addingframe_system_extensions
weight from FRAME: ReintroduceTransactionExtension
as a replacement forSignedExtension
paritytech/polkadot-sdk#3685.