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
- polkadot/Cargo.lock 4 additions, 2 deletionspolkadot/Cargo.lock
- polkadot/network/test/Cargo.toml 0 additions, 1 deletionpolkadot/network/test/Cargo.toml
- polkadot/network/test/src/block_import.rs 10 additions, 2 deletionspolkadot/network/test/src/block_import.rs
- polkadot/runtime/test-runtime/client/Cargo.toml 3 additions, 1 deletionpolkadot/runtime/test-runtime/client/Cargo.toml
- polkadot/runtime/test-runtime/client/src/lib.rs 23 additions, 16 deletionspolkadot/runtime/test-runtime/client/src/lib.rs
- polkadot/runtime/test-runtime/src/genesismap.rs 72 additions, 0 deletionspolkadot/runtime/test-runtime/src/genesismap.rs
- polkadot/runtime/test-runtime/src/lib.rs 3 additions, 1 deletionpolkadot/runtime/test-runtime/src/lib.rs
- polkadot/service/Cargo.toml 1 addition, 0 deletionspolkadot/service/Cargo.toml
- polkadot/service/src/grandpa_support.rs 9 additions, 1 deletionpolkadot/service/src/grandpa_support.rs
Please register or sign in to comment