Remove usage of substrate-test-runtime. (#969)
* Switch from using the substrate_test_runtime Extrinsic to the polkadot_test_runtime one * Copy genesismap into test-runtime * Add UncheckedExtrinsics * Fix tests :^) * Remove unused functions from genesismap * DRY, clean up * Clean up * Update service/src/grandpa_support.rs Co-Authored-By:Bastian Köcher <bkchr@users.noreply.github.com> * Fix indentation * Update runtime/test-runtime/src/genesismap.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
Showing
- Cargo.lock 4 additions, 2 deletionsCargo.lock
- network/test/Cargo.toml 0 additions, 1 deletionnetwork/test/Cargo.toml
- network/test/src/block_import.rs 10 additions, 2 deletionsnetwork/test/src/block_import.rs
- runtime/test-runtime/client/Cargo.toml 3 additions, 1 deletionruntime/test-runtime/client/Cargo.toml
- runtime/test-runtime/client/src/lib.rs 23 additions, 16 deletionsruntime/test-runtime/client/src/lib.rs
- runtime/test-runtime/src/genesismap.rs 72 additions, 0 deletionsruntime/test-runtime/src/genesismap.rs
- runtime/test-runtime/src/lib.rs 3 additions, 1 deletionruntime/test-runtime/src/lib.rs
- service/Cargo.toml 1 addition, 0 deletionsservice/Cargo.toml
- service/src/grandpa_support.rs 9 additions, 1 deletionservice/src/grandpa_support.rs
Please register or sign in to comment