-
Notifications
You must be signed in to change notification settings - Fork 71
chore: Update dependencies to stable2503
#1064
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
Merged
Merged
Conversation
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
Contributor
WASM runtime size check:Compared to target branchdancebox runtime: 1680 KB (+180 KB) flashbox runtime: 1040 KB (+156 KB) dancelight runtime: 2460 KB (+56 KB) 🚨 starlight runtime: 2380 KB (+72 KB) container chain template simple runtime: 1336 KB (+172 KB) container chain template frontier runtime: 1640 KB (+196 KB) |
1f74995 to
f7cdd1c
Compare
dimartiro
commented
Jul 3, 2025
girazoki
approved these changes
Jul 7, 2025
tmpolaczyk
approved these changes
Jul 8, 2025
evgeny-s
reviewed
Jul 8, 2025
chains/orchestrator-relays/runtime/starlight/src/governance/mod.rs
Outdated
Show resolved
Hide resolved
evgeny-s
approved these changes
Jul 8, 2025
chexware
approved these changes
Jul 8, 2025
Agusrodri
approved these changes
Jul 8, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A3-inprogress
Pull request is in progress. No review needed at this stage.
A8-mergeoncegreen
Pull request is reviewed well.
B7-runtimenoteworthy
Changes should be noted in any runtime-upgrade release notes
breaking
Needs to be mentioned in breaking changes
D9-needsaudit👮
PR contains changes to fund-managing logic that should be properly reviewed and externally audited
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.
Description
Update polkadot-sdk, frontier, dancekit and moonkit dependencies to
stable2503Main changes
Elastic Scaling
Cumulus
cumulus-primitives-storage-weight-reclaimreplaced bycumulus-pallet-weight-reclaimsince it was deprecatedcumulus_pallet_weight_reclaim::Configadded forRuntimeSnowbridge
Changes due snowbridge V2 - PR
snowbridge-outbound-queue-merkle-treemoved tosnowbridge-merkle-treecreate_agent,transfer_native_from_agent,create_channelandupdate_channelwere removedPallet Balances
BalancesConfigsince new fields were addedRPC
EthDeps::graphandFullDeps::graphtype modified fromArc<Pool<A>>toArc<P>since it was modified in frontierMisc
parity_scale_codec::DecodeWithMemTrackingimplemented for some typesBlockNumberProvideradded as config for some pallets, always usingframe_systembounded-collectionsis imported from my fork while waiting for parity to approve the PRTODO
Container chain author data needs to be present in every block!errorsOrchestrator chain authorities data needs to be present in every block!errorsparity-commonsdimartiro's fork to upstream when this PR is mergedtx.paymentInfo()is not returning the right values to estimate the fee, understand why and try to solve it - test