companion 11395 (#1253)

* companion for 11395

* companion for 11395

* update polkadot
This commit is contained in:
Niklas Adolfsson
2022-05-11 15:02:22 +02:00
committed by GitHub
parent 10c9255a93
commit d8ba3cf547
6 changed files with 283 additions and 377 deletions
+278 -372
View File
File diff suppressed because it is too large Load Diff
@@ -23,5 +23,5 @@ parking_lot = "0.12.0"
derive_more = "0.99.2" derive_more = "0.99.2"
async-trait = "0.1.53" async-trait = "0.1.53"
thiserror = "1.0.31" thiserror = "1.0.31"
jsonrpsee-core = "0.12.0" jsonrpsee-core = "0.13.0"
parity-scale-codec = "3.1.2" parity-scale-codec = "3.1.2"
@@ -23,7 +23,7 @@ futures = "0.3.21"
futures-timer = "3.0.2" futures-timer = "3.0.2"
parity-scale-codec = "3.1.2" parity-scale-codec = "3.1.2"
parking_lot = "0.12.0" parking_lot = "0.12.0"
jsonrpsee = { version = "0.12.0", features = ["client"] } jsonrpsee = { version = "0.13.0", features = ["ws-client"] }
tracing = "0.1.34" tracing = "0.1.34"
async-trait = "0.1.53" async-trait = "0.1.53"
url = "2.2.2" url = "2.2.2"
+1 -1
View File
@@ -20,7 +20,7 @@ log = "0.4.17"
codec = { package = "parity-scale-codec", version = "3.0.0" } codec = { package = "parity-scale-codec", version = "3.0.0" }
serde = { version = "1.0.137", features = ["derive"] } serde = { version = "1.0.137", features = ["derive"] }
hex-literal = "0.3.4" hex-literal = "0.3.4"
jsonrpsee = { version = "0.12.0", features = ["server"] } jsonrpsee = { version = "0.13.0", features = ["server"] }
# Local # Local
parachain-template-runtime = { path = "../runtime" } parachain-template-runtime = { path = "../runtime" }
+1 -1
View File
@@ -26,7 +26,7 @@ statemint-runtime = { path = "statemint" }
statemine-runtime = { path = "statemine" } statemine-runtime = { path = "statemine" }
westmint-runtime = { path = "westmint" } westmint-runtime = { path = "westmint" }
canvas-kusama-runtime = { path = "canvas-kusama" } canvas-kusama-runtime = { path = "canvas-kusama" }
jsonrpsee = { version = "0.12.0", features = ["server"] } jsonrpsee = { version = "0.13.0", features = ["server"] }
parachains-common = { path = "parachains-common" } parachains-common = { path = "parachains-common" }
# Substrate # Substrate
+1 -1
View File
@@ -8,7 +8,7 @@ edition = "2021"
async-trait = "0.1.53" async-trait = "0.1.53"
codec = { package = "parity-scale-codec", version = "3.0.0" } codec = { package = "parity-scale-codec", version = "3.0.0" }
criterion = { version = "0.3.5", features = [ "async_tokio" ] } criterion = { version = "0.3.5", features = [ "async_tokio" ] }
jsonrpsee = { version = "0.12.0", features = ["server"] } jsonrpsee = { version = "0.13.0", features = ["server"] }
parking_lot = "0.12.0" parking_lot = "0.12.0"
rand = "0.8.5" rand = "0.8.5"
serde = { version = "1.0.137", features = ["derive"] } serde = { version = "1.0.137", features = ["derive"] }