mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 23:21:06 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user