Split Rialto and Millau Nodes (#372)

* Split the Rialto Node into a standalone crate

* Split the Millau Node into a standalone crate

* Remove `bridge-node` crate

* Add benchmarking feature to nodes

* Check that benchmarks compile in CI

* Remove nodes from CI matrix

* Update Rialto node to Substrate 2.0

* Get Millau node compiling with Substrate 2.0

* Remove extra license text

* Remove comments in TOML files

* Move nodes and runtimes into Rialto and Millau folders

* Fix dependency paths

* Remove unused script

* Add issue to benchmarking TODO

* Fix benchmark manifest paths
This commit is contained in:
Hernando Castano
2020-10-06 04:36:59 -04:00
committed by Bastian Köcher
parent 52b11a58c9
commit 8b8248f83f
32 changed files with 866 additions and 93 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ relay-utils = { path = "../utils" }
# Bridge dependencies
rialto-runtime = { path = "../../bin/rialto-runtime" }
rialto-runtime = { path = "../../bin/rialto/runtime" }
# Substrate Dependencies