Merge remote-tracking branch 'origin/master' into lexnv/light_client_support

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2023-05-25 14:11:15 +03:00
73 changed files with 8208 additions and 5586 deletions
+9 -10
View File
@@ -33,7 +33,7 @@ assert_matches = "1.5.0"
base58 = { version = "0.2.0" }
bitvec = { version = "1", default-features = false }
blake2 = { version = "0.10.4", default-features = false }
clap = { version = "4.2.5", features = ["derive", "cargo"] }
clap = { version = "4.3.0", features = ["derive", "cargo"] }
criterion = "0.4"
codec = { package = "parity-scale-codec", version = "3.4.0", default-features = false }
color-eyre = "0.6.1"
@@ -48,13 +48,13 @@ hex = "0.4.3"
heck = "0.4.1"
impl-serde = { version = "0.4.0" }
jsonrpsee = { version = "0.16" }
parking_lot = "0.12.0"
pretty_assertions = "1.0.0"
primitive-types = { version = "0.12.1", default-features = false, features = ["codec", "scale-info", "serde"] }
proc-macro2 = "1.0.55"
proc-macro-error = "1.0.4"
proc-macro2 = "1.0.58"
quote = "1.0.27"
regex = "1.8.1"
scale-info = "2.6.0"
scale-info = "2.7.0"
scale-value = "0.7.0"
scale-bits = "0.3"
scale-decode = "0.5.0"
@@ -68,7 +68,6 @@ tracing = "0.1.34"
tracing-wasm = "0.2.1"
tracing-subscriber = "0.3.17"
trybuild = "1.0.79"
proc-macro-error = "1.0.4"
wabt = "0.10.0"
wasm-bindgen-test = "0.3.24"
which = "4.4.0"
@@ -79,11 +78,11 @@ tokio-stream = "0.1.14"
futures-util = "0.3.28"
# Substrate crates:
sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "lexnv/update_wasm", default-features = false }
sp-core-hashing = { git = "https://github.com/paritytech/substrate.git", branch = "lexnv/update_wasm" }
sp-keyring = { git = "https://github.com/paritytech/substrate.git", branch = "lexnv/update_wasm" }
sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "lexnv/update_wasm" }
sp-version = { git = "https://github.com/paritytech/substrate.git", branch = "lexnv/update_wasm" }
sp-core = { git = "https://github.com/paritytech/substrate.git", default-features = false }
sp-core-hashing = { git = "https://github.com/paritytech/substrate.git" }
sp-runtime = { git = "https://github.com/paritytech/substrate.git" }
sp-keyring = { git = "https://github.com/paritytech/substrate.git" }
sp-version = { git = "https://github.com/paritytech/substrate.git" }
# Subxt workspace crates:
subxt = { version = "0.28.0", path = "subxt" }