Robert Habermeier
57aef8eef5
Remove v0 parachains runtime ( #1501 )
...
* remove v0 parachains modules and switch to v1 primitives
* get tests compiling for runtime-common
* remove registrar module
* Add a dummy module
* remove runtime-parachains
* mostly remove old parachains code from polkadot-runtime
* remove slots::Trait implementation
* remove sp_std prelude import
* add a ZeroSizedTypeDifferentiator to dummy
* finish porting over polkadot runtime
* ZeroSizedTypeDifferentiator was actually unnecessary
* westend
* kusama
* test-runtime (no dummy modules)
* fix warning
* fix chain-specs
* fix test-service
* test-client
* remove dead import
* remove unused needed_extrinsics parameter
* runtimes compile
* remove rococo-v0
* remove remaining references to Rococo
* bump versions
2020-08-13 15:55:27 +02:00
Bastian Köcher
fa598f176b
Companion for #6726 ( #1469 )
...
* Companion for #6726
* Spaces
* 'Update substrate'
Co-authored-by: parity-processbot <>
2020-07-26 13:16:09 +00:00
Cecile Tonglet
a4fa71ed17
Make a test crate to make the runtime-test usable ( #1258 )
...
Fixes #833
2020-07-09 15:12:52 +02:00
Bastian Köcher
c8a039067a
Companion for Substrate #6508 ( #1329 )
...
* Companion for Substrate #6508
* Update Cargo.lock
2020-06-30 15:21:45 +00:00
Benjamin Kampmann
b660c226d8
Companion for #6025 ( #1098 )
2020-05-15 19:35:39 +02:00
Bastian Köcher
054a64af7e
Companion for Substrate#5860 ( #1061 )
...
* Companion for Substrate#5860
* Update Substrate
2020-05-04 20:20:06 +02:00
pscott
15c0e6e3ed
Companion PR for #5647 ( #1035 )
2020-04-29 18:46:51 +02:00
Ashley
14766804c0
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 >
2020-04-21 12:56:22 +02:00
Ashley
1736c2d576
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
2020-03-10 15:36:21 +01:00