Add ParasSudoWrapper to test-runtime and bring back register_parachain to test-service (#1811)

* Make register/deregister parachain dispatchables

This makes `register_parachain` and `deregister_parachain` of
`Registrar` dispatchables.

Besides that it brings back the functionality of the test node to
register a parachain.

* Fix tests

* PR review comments
This commit is contained in:
Bastian Köcher
2020-10-16 09:45:03 +02:00
committed by GitHub
parent 3687c5df11
commit a7e9aedbc5
6 changed files with 52 additions and 20 deletions
+1
View File
@@ -5572,6 +5572,7 @@ dependencies = [
"polkadot-primitives",
"polkadot-rpc",
"polkadot-runtime-common",
"polkadot-runtime-parachains",
"polkadot-service",
"polkadot-test-runtime",
"rand 0.7.3",