Bump Substrate to RC5 (#243)

* Bump Substrate to rc5

* Bump async-std to v1.6.2

There was a bug in v.1.6.0 which kept us locked to v1.5 releases.
I think that's fixed now so I'm bumping this.

* Update bridge node runtime

* Update node service

* Update CLI

* Add SystemWeightInfo type to test runtimes

* Add RPC extension builder to service

* Directly return rpc_extensions_builder

* Allow complex types in service

This comes from Substrate, so I'd rather just keep the code as is

* Update benchmarking code for new CLI
This commit is contained in:
Hernando Castano
2020-08-03 06:55:30 -04:00
committed by Bastian Köcher
parent 80cc9e793e
commit 6fd1651b21
15 changed files with 435 additions and 358 deletions
+1
View File
@@ -69,6 +69,7 @@ impl frame_system::Trait for TestRuntime {
type OnNewAccount = ();
type OnKilledAccount = ();
type BaseCallFilter = ();
type SystemWeightInfo = ();
}
parameter_types! {