Companion for Substrate#9547 (#3633)

* Tmp companion for Polkadot

* Moare

* update Substrate

* Update Beefy

Co-authored-by: parity-processbot <>
This commit is contained in:
Bastian Köcher
2021-08-13 10:07:33 +02:00
committed by GitHub
parent 1576280b00
commit dd60af513e
2 changed files with 317 additions and 648 deletions
+316 -647
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]
jsonrpc-core = "15.1.0" jsonrpc-core = "18.0.0"
polkadot-primitives = { path = "../primitives" } polkadot-primitives = { path = "../primitives" }
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }