chore: Update dependencies to stable2503#1064
Merged
Conversation
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.
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