Open
Conversation
|
Crate versions that have been updated:
Runtime version has been increased. |
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
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.
Checklist
Resolves #1304
Noteworthy Changes
Below is a list of noteworthy changes brought about by polkadot-stable2506
Runtime
paritytech/polkadot-sdk#5884: Set PoV size limit to 10 Mb
paritytech/polkadot-sdk#7597: Introduce CreateBare, deprecated CreateInherent (cf. for the strategy on Transactions and Extensions: paritytech/polkadot-sdk#2415)
paritytech/polkadot-sdk#7229: FRAME: Simplify pallet config definition:
remove RuntimeEvent associated type
paritytech/polkadot-sdk#6324: Introduce #[pallet::authorize(...)] macro
attribute and AuthorizeCall system transaction extension Extrinsics with calls such as claim or
apply_authorized_upgrade wants to be valid depending on the parameters of the call or/and the state
of the chain.
paritytech/polkadot-sdk#8724: Implement detailed logging for XCM failures
paritytech/polkadot-sdk#7730: Nest errors in pallet-xcm
paritytech/polkadot-sdk#8535: Make WeightBounds return XcmError to surface
failures
paritytech/polkadot-sdk#8599: Snowbridge: Unpaid execution when bridging to
Ethereum
paritytech/polkadot-sdk#7944: Allow to set a worst case buy execution fee
asset and weight
Breaking changes:
Change fee_asset in the benchmarking helper to worst_case_for_trader which
now should return both the fee_asset and the weight to use
Node
paritytech/polkadot-sdk#6137: cumulus: ParachainBlockData support multiple
blocks
paritytech/polkadot-sdk#7375: Refactor the host <-> runtime interface
machinery (the #[runtime_interface] macro) and the way host functions are defined