Runtime State Test + Integration with `try-runtime` (#10174)
* add missing version to dependencies * Huh * add features more * more fixing * last touches * it all finally works * remove some feature gates * remove unused * fix old macro * make it work again * fmt * remove unused import * ".git/.scripts/fmt.sh" 1 * Cleanup more * fix and rename everything * a few clippy fixes * Add try-runtime feature Signed-off-by:Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * small fixes * fmt * Update bin/node-template/runtime/src/lib.rs * fix build * Update utils/frame/try-runtime/cli/src/lib.rs Co-authored-by:
David <dvdplm@gmail.com> * Update utils/frame/try-runtime/cli/src/commands/execute_block.rs Co-authored-by:
David <dvdplm@gmail.com> * address all review comments * fix typos * revert spec change * last touches * update docs * fmt * remove some debug_assertions * fmt Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: command-bot <> Co-authored-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by:
David <dvdplm@gmail.com>
Showing
- substrate/Cargo.lock 3 additions, 0 deletionssubstrate/Cargo.lock
- substrate/bin/node-template/runtime/Cargo.toml 3 additions, 1 deletionsubstrate/bin/node-template/runtime/Cargo.toml
- substrate/bin/node-template/runtime/src/lib.rs 8 additions, 2 deletionssubstrate/bin/node-template/runtime/src/lib.rs
- substrate/bin/node/runtime/Cargo.toml 13 additions, 7 deletionssubstrate/bin/node/runtime/Cargo.toml
- substrate/bin/node/runtime/src/lib.rs 15 additions, 2 deletionssubstrate/bin/node/runtime/src/lib.rs
- substrate/frame/bags-list/fuzzer/src/main.rs 1 addition, 1 deletionsubstrate/frame/bags-list/fuzzer/src/main.rs
- substrate/frame/bags-list/remote-tests/src/lib.rs 1 addition, 1 deletionsubstrate/frame/bags-list/remote-tests/src/lib.rs
- substrate/frame/bags-list/remote-tests/src/try_state.rs 1 addition, 1 deletionsubstrate/frame/bags-list/remote-tests/src/try_state.rs
- substrate/frame/bags-list/src/lib.rs 7 additions, 8 deletionssubstrate/frame/bags-list/src/lib.rs
- substrate/frame/bags-list/src/list/mod.rs 15 additions, 28 deletionssubstrate/frame/bags-list/src/list/mod.rs
- substrate/frame/bags-list/src/list/tests.rs 13 additions, 13 deletionssubstrate/frame/bags-list/src/list/tests.rs
- substrate/frame/bags-list/src/mock.rs 1 addition, 1 deletionsubstrate/frame/bags-list/src/mock.rs
- substrate/frame/beefy-mmr/Cargo.toml 1 addition, 0 deletionssubstrate/frame/beefy-mmr/Cargo.toml
- substrate/frame/beefy/Cargo.toml 1 addition, 0 deletionssubstrate/frame/beefy/Cargo.toml
- substrate/frame/election-provider-support/src/lib.rs 2 additions, 2 deletionssubstrate/frame/election-provider-support/src/lib.rs
- substrate/frame/executive/Cargo.toml 2 additions, 1 deletionsubstrate/frame/executive/Cargo.toml
- substrate/frame/executive/src/lib.rs 63 additions, 14 deletionssubstrate/frame/executive/src/lib.rs
- substrate/frame/nomination-pools/Cargo.toml 1 addition, 1 deletionsubstrate/frame/nomination-pools/Cargo.toml
- substrate/frame/nomination-pools/benchmarking/src/lib.rs 2 additions, 2 deletionssubstrate/frame/nomination-pools/benchmarking/src/lib.rs
- substrate/frame/nomination-pools/src/lib.rs 11 additions, 5 deletionssubstrate/frame/nomination-pools/src/lib.rs
Please register or sign in to comment