Add a testnet similar to sc_network_test. (#852)

* Copy over files

* Most network tests work

* Fix copyrights

* Strip out unneeded pallets

* Update test-runtime and remove unused network test things

* Upgrade test runtime

* Strip more things out of the test runtime

* Bump kusama impl version
This commit is contained in:
Ashley
2020-03-10 15:36:21 +01:00
committed by GitHub
parent 5ef0597e79
commit 1736c2d576
12 changed files with 2344 additions and 1 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_name: create_runtime_str!("parity-kusama"),
authoring_version: 2,
spec_version: 1050,
impl_version: 0,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
};