[Manta] Integrate v0.9.13 upstream changes#294
Merged
Conversation
ghzlatarev
commented
Dec 5, 2021
ghzlatarev
commented
Dec 5, 2021
ghzlatarev
commented
Dec 5, 2021
ghzlatarev
commented
Dec 5, 2021
ghzlatarev
commented
Dec 5, 2021
ghzlatarev
commented
Dec 5, 2021
ghzlatarev
commented
Dec 5, 2021
v0.9.13 upstream changes
Dengjianping
reviewed
Dec 7, 2021
Contributor
|
Because we're going to support rust 2021, so perhaps we have to add a icon or section in readme to tell users the MSRV(minimum supported Rust version), it should be |
Contributor
Author
Thanks, please let me know if this is enough in the README |
7 tasks
…a-Network/Manta into ghzlatarev/polkadot-v0.9.13
Dengjianping
approved these changes
Dec 21, 2021
stechu
reviewed
Dec 22, 2021
Contributor
|
Can you also take a look at the runtime upgrade failure? |
Contributor
Author
This is a rococo and 0.9.12 issue. |
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.
Description
closes: #293
closes: #271
closes #306
Manta Changes
validation_delay_upgradeof 20 blocks in polkadot-launch configsClient
parachain-idcli command paritytech/cumulus#739Runtime
PalletsOrigintopallet_utilitywhich allows Root to become any other origin type, such as collectives - council , technical committee, etc. implement dispatch_as paritytech/substrate#9934OriginPrivilegeCmptopallet_schedulerto make sure that a council origin with more yes votes has higher privileges than a council origin with less yes votes. IntroduceOriginPrivilegeCmpparitytech/polkadot#4166AllowSubscriptionsFrom- allowSubscribeVersionorUnsubscribeVersioninstructions fromParentOrSiblingsAllowSubscriptionsFrom- allows messages which arePendinorVersionNotifierresponses to queries.Upstream Changes
Polkadot Changes:
OriginPrivilegeCmpparitytech/polkadot#4166Release Checklist:
Substrate Changes:
trie_root_hashvariant for chain specs genesis paritytech/substrate#10140staking::reap_stashparitytech/substrate#10178pallet-asset-tx-paymentfrom cumulus to substrate paritytech/substrate#10127--detailed-log-outputflag paritytech/substrate#10278clean_shutdownparitytech/substrate#10314Cumulus Changes:
parachain-idcli command paritytech/cumulus#739dispatch_asparitytech/cumulus#715statemine diffs between:
c02514d8cb66d6860e597f75d53ca07119dbbf32-> 0.9.12
0be8e8fc214641e306e4f913dd64ff1913e46e95 -> 0.9.13
Tests (Local --> Baikal)
QA Tests (Local)
https://hackmd.io/TbFmorG2RnOPmLuFcg9JOQ?view
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
mantaordolphin) with right title (start with [Manta] or [Dolphin]),Files changedin the Github PR explorer.authoring_version: The version of the authorship interface. An authoring node will not attempt to author blocks unless this is equal to its native runtime.spec_version: The version of the runtime specification. A full node will not attempt to use its native runtime in substitute for the on-chain Wasm runtime unless all of spec_name, spec_version, and authoring_version are the same between Wasm and native.impl_version: The version of the implementation of the specification. Nodes are free to ignore this; it serves only as an indication that the code is different; as long as the other two versions are the same then while the actual code may be different, it is nonetheless required to do the same thing. Non-consensus-breaking optimizations are about the only changes that could be made which would result in only the impl_version changing.transaction_version: The version of the extrinsics interface. This number must be updated in the following circumstances: extrinsic parameters (number, order, or types) have been changed; extrinsics or pallets have been removed; or the pallet order in the construct_runtime! macro or extrinsic order in a pallet has been changed. If this number is updated, then the spec_version must also be updatedversionfor every crate.BaseFilter. Ensure every extrinsic works from front-end. If there's corresponding tool, ensure both work for each other.