New `root_testing` pallet (#12451)
* Move fill_block to RootOffences * docs * new pallet * new line * fix * Update frame/root-testing/src/lib.rs Co-authored-by:Bastian Köcher <git@kchr.de> * Update frame/root-testing/src/lib.rs Co-authored-by:
Bastian Köcher <git@kchr.de> * Update bin/node/runtime/src/lib.rs Co-authored-by:
Bastian Köcher <git@kchr.de> * Update frame/root-testing/src/lib.rs Co-authored-by:
Bastian Köcher <git@kchr.de> * Update frame/root-testing/src/lib.rs Co-authored-by:
Bastian Köcher <git@kchr.de> * Update frame/root-testing/src/lib.rs Co-authored-by:
Bastian Köcher <git@kchr.de> * fixes * problem solved * revert * fix dependency * hopefully making the CI happy * ... * dummy call * remove dummy * fix warning Co-authored-by:
Bastian Köcher <git@kchr.de>
Showing
- substrate/Cargo.lock 15 additions, 2 deletionssubstrate/Cargo.lock
- substrate/Cargo.toml 1 addition, 0 deletionssubstrate/Cargo.toml
- substrate/bin/node/executor/Cargo.toml 1 addition, 0 deletionssubstrate/bin/node/executor/Cargo.toml
- substrate/bin/node/executor/tests/fees.rs 3 additions, 3 deletionssubstrate/bin/node/executor/tests/fees.rs
- substrate/bin/node/runtime/Cargo.toml 3 additions, 0 deletionssubstrate/bin/node/runtime/Cargo.toml
- substrate/bin/node/runtime/src/lib.rs 3 additions, 0 deletionssubstrate/bin/node/runtime/src/lib.rs
- substrate/frame/root-offences/Cargo.toml 3 additions, 4 deletionssubstrate/frame/root-offences/Cargo.toml
- substrate/frame/root-offences/README.md 1 addition, 1 deletionsubstrate/frame/root-offences/README.md
- substrate/frame/root-offences/src/lib.rs 1 addition, 1 deletionsubstrate/frame/root-offences/src/lib.rs
- substrate/frame/root-testing/Cargo.toml 34 additions, 0 deletionssubstrate/frame/root-testing/Cargo.toml
- substrate/frame/root-testing/README.md 5 additions, 0 deletionssubstrate/frame/root-testing/README.md
- substrate/frame/root-testing/src/lib.rs 54 additions, 0 deletionssubstrate/frame/root-testing/src/lib.rs
- substrate/frame/system/src/lib.rs 1 addition, 19 deletionssubstrate/frame/system/src/lib.rs
- substrate/frame/system/src/mock.rs 1 addition, 1 deletionsubstrate/frame/system/src/mock.rs
- substrate/frame/utility/Cargo.toml 1 addition, 0 deletionssubstrate/frame/utility/Cargo.toml
- substrate/frame/utility/src/tests.rs 7 additions, 2 deletionssubstrate/frame/utility/src/tests.rs
Please register or sign in to comment