Upstream Statemine v4 Changes (#649)
* bump runtime spec version * remove applied runtime migrations * bump transaction_version necessary because of extrinsic API changes to pallet-xcm https://github.com/paritytech/polkadot/pull/3693 * Fix Benchmarks for Statemine-V4 release (#639) * register validators * register_as_candidate & leave_intent fixed * new_session benchmark fixed * intent_leave_modified * clean up * clean up * benchmark script updated * update cargo.lock * done Co-authored-by:Alexander Popiak <alexander.popiak@parity.io> * Version bump (#648) * Version bump fix #646 * Revert "Version bump" This reverts commit 07517e0e76a37a1dd67176fec0524d0211666635. * Bump polkadot-collator version * Update polkadot-parachains/Cargo.toml Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * Update deps * Bump version to 4.0.0 Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * cargo toml fix * update deps and remove DisabledValidatorThreshold * cargo +nightly fmt * fix compile error * fix client tests after Polkadot update Co-authored-by:
Ignacio Palacios <ignacio.palacios.santos@gmail.com> Co-authored-by:
Chevdor <chevdor@users.noreply.github.com> Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
Showing
- cumulus/Cargo.lock 332 additions, 313 deletionscumulus/Cargo.lock
- cumulus/client/network/src/tests.rs 6 additions, 2 deletionscumulus/client/network/src/tests.rs
- cumulus/pallets/collator-selection/Cargo.toml 3 additions, 0 deletionscumulus/pallets/collator-selection/Cargo.toml
- cumulus/pallets/collator-selection/src/benchmarking.rs 74 additions, 7 deletionscumulus/pallets/collator-selection/src/benchmarking.rs
- cumulus/pallets/collator-selection/src/mock.rs 1 addition, 2 deletionscumulus/pallets/collator-selection/src/mock.rs
- cumulus/parachain-template/runtime/src/lib.rs 0 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/statemine/src/lib.rs 4 additions, 15 deletionscumulus/polkadot-parachains/statemine/src/lib.rs
- cumulus/polkadot-parachains/statemint/src/lib.rs 1 addition, 3 deletionscumulus/polkadot-parachains/statemint/src/lib.rs
- cumulus/polkadot-parachains/westmint/src/lib.rs 4 additions, 15 deletionscumulus/polkadot-parachains/westmint/src/lib.rs
- cumulus/scripts/benchmarks.sh 21 additions, 2 deletionscumulus/scripts/benchmarks.sh
Please register or sign in to comment