Networking tests and fixes (#61)

* BlockId in client interface

* Sync fixes and tests

* Updated to latest primitives

* Updated dependencies

* Updated for new (old) primitives

* Network as workspace member

* substrate-network

* Removed obsolete file

* begin_transaction on hash
This commit is contained in:
Arkadiy Paronyan
2018-02-08 17:49:55 +01:00
committed by GitHub
parent 8cacfc75ab
commit f2b3bab61e
22 changed files with 888 additions and 125 deletions
+1 -2
View File
@@ -10,7 +10,6 @@ authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
error-chain = "0.11"
polkadot-cli = { path = "polkadot/cli" }
polkadot-network = { path = "polkadot/network" }
[workspace]
members = [
@@ -18,7 +17,6 @@ members = [
"substrate/codec",
"substrate/environmental",
"substrate/executor",
"polkadot/network",
"polkadot/candidate-agreement",
"polkadot/cli",
"polkadot/collator",
@@ -26,6 +24,7 @@ members = [
"polkadot/runtime",
"polkadot/primitives",
"polkadot/validator",
"substrate/network",
"substrate/primitives",
"substrate/rpc",
"substrate/rpc-servers",