Upstream Statemine Release v5 Changes to Master (#720)
* Update references * update deps * set substrate deps for pallet-asset-tx-payment * add DisabledValidatorsThreshold to parachain template * add DisabledValidatorsThreshold to statemint runtimes * adjust imports * update Cargo-lock * add DisabledValidatorsThreshold to mock config * cargo +nightly fmt * adjust on_disabled type * remove on_chain_votes function in ParachainHost impl * remove ScrapedOnChainVotes * bump polkadot-collator version Co-authored-by:Chevdor <chevdor@users.noreply.github.com> * update Cargo.lock * set spec_versions to 500 * Statemine cannot execute. * disallow XCM execute on statemint * cargo fmt * remove unnecessary dep on node-primitives * select parachains-common/std feature when building rococo-runtime with std * adjust Statemint to the three digit spec_version format * Add script to generate simple changelogs (#668) * Update weights from v4 for v5 comparison (#673) * updates weights * pallet_unique benchmarks added + weights upstream from v4 * Fix benchmarks after Parachain Template (#677) * updates weights * pallet_unique benchmarks added + weights upstream from v4 * benchmarks fix for parachain template * Weights updates for Statemine v5 (#682) * updates weights * pallet_unique benchmarks added + weights upstream from v4 * weights updates for statemine v5 * mention Storage in construct_runtime macro for pallet-xcm (#680) * Use pallet-xcm for version wrapping (#689) * use PolkadotXcm for XcmRouter WrapVersion * use PolkadotXcm for version wrapping Co-authored-by:
Bryan Chen <xlchen1291@gmail.com> * patch weight for batch_all from rerun * Runtime version bump to v503 (#694) * adjust genesis value generation scripts to output entries array + add script to derive encoded call * add script to generate shell spec from runtime wasm * Ensure a bad datastream cannot cause problems (#701) * Ensure a bad datastream cannot cause problems * Formatting * Formatting * update Polkadot (to 0.9.11 169bab55d) * bump spec versions * Allow Queries and Subscriptions Fixes Formatting * fix build * make fmt happy * statemint imports * slight naming changes in script * add shell genesis data + wasm + chainspec * adjust generated shell spec with production config values * update Substrate and Polkadot to master * fix deps * swap out bootnodes for statemint shell * add a script for verifying the shell chain spec * add sha checksum for head data * remove verification script * remove hex wasm file * update Substrate and Polkadot again and fix compilation * update and fix lock file * formatting * remove redundant dispatch_as weight Co-authored-by:
Bastian Köcher <info@kchr.de> Co-authored-by:
Chevdor <chevdor@users.noreply.github.com> Co-authored-by:
Gav Wood <gavin@parity.io> Co-authored-by:
Ignacio Palacios <ignacio.palacios.santos@gmail.com> Co-authored-by:
Bryan Chen <xlchen1291@gmail.com> Co-authored-by:
joepetrowski <joe@parity.io>
Showing
- cumulus/Cargo.lock 545 additions, 618 deletionscumulus/Cargo.lock
- cumulus/pallets/collator-selection/src/benchmarking.rs 2 additions, 2 deletionscumulus/pallets/collator-selection/src/benchmarking.rs
- cumulus/parachain-template/pallets/template/Cargo.toml 6 additions, 6 deletionscumulus/parachain-template/pallets/template/Cargo.toml
- cumulus/parachain-template/pallets/template/src/benchmarking.rs 1 addition, 1 deletion...s/parachain-template/pallets/template/src/benchmarking.rs
- cumulus/parachain-template/runtime/Cargo.toml 4 additions, 0 deletionscumulus/parachain-template/runtime/Cargo.toml
- cumulus/parachain-template/runtime/src/lib.rs 3 additions, 2 deletionscumulus/parachain-template/runtime/src/lib.rs
- cumulus/polkadot-parachains/Cargo.toml 1 addition, 1 deletioncumulus/polkadot-parachains/Cargo.toml
- cumulus/polkadot-parachains/parachains-common/Cargo.toml 6 additions, 6 deletionscumulus/polkadot-parachains/parachains-common/Cargo.toml
- cumulus/polkadot-parachains/res/shell-statemint-head-data 1 addition, 0 deletionscumulus/polkadot-parachains/res/shell-statemint-head-data
- cumulus/polkadot-parachains/res/shell-statemint.json 38 additions, 0 deletionscumulus/polkadot-parachains/res/shell-statemint.json
- cumulus/polkadot-parachains/statemine/src/lib.rs 4 additions, 4 deletionscumulus/polkadot-parachains/statemine/src/lib.rs
- cumulus/polkadot-parachains/statemine/src/weights/pallet_assets.rs 114 additions, 46 deletions...olkadot-parachains/statemine/src/weights/pallet_assets.rs
- cumulus/polkadot-parachains/statemine/src/weights/pallet_balances.rs 38 additions, 13 deletions...kadot-parachains/statemine/src/weights/pallet_balances.rs
- cumulus/polkadot-parachains/statemine/src/weights/pallet_collator_selection.rs 67 additions, 28 deletions...chains/statemine/src/weights/pallet_collator_selection.rs
- cumulus/polkadot-parachains/statemine/src/weights/pallet_multisig.rs 84 additions, 45 deletions...kadot-parachains/statemine/src/weights/pallet_multisig.rs
- cumulus/polkadot-parachains/statemine/src/weights/pallet_proxy.rs 83 additions, 47 deletions...polkadot-parachains/statemine/src/weights/pallet_proxy.rs
- cumulus/polkadot-parachains/statemine/src/weights/pallet_session.rs 30 additions, 7 deletions...lkadot-parachains/statemine/src/weights/pallet_session.rs
- cumulus/polkadot-parachains/statemine/src/weights/pallet_timestamp.rs 29 additions, 9 deletions...adot-parachains/statemine/src/weights/pallet_timestamp.rs
- cumulus/polkadot-parachains/statemine/src/weights/pallet_uniques.rs 85 additions, 36 deletions...lkadot-parachains/statemine/src/weights/pallet_uniques.rs
- cumulus/polkadot-parachains/statemine/src/weights/pallet_utility.rs 34 additions, 15 deletions...lkadot-parachains/statemine/src/weights/pallet_utility.rs
Loading
Please register or sign in to comment