mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 10:21:05 +00:00
Bump parity-scale-codec to v 3.4.0 (#6945)
This commit is contained in:
committed by
GitHub
parent
b51cb8927c
commit
95f0ca271e
Generated
+312
-275
File diff suppressed because it is too large
Load Diff
@@ -9,7 +9,7 @@ sp-core = { git = "https://github.com/paritytech/substrate", branch = "master",
|
|||||||
sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
||||||
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
||||||
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
|
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false, features = [ "derive" ] }
|
parity-scale-codec = { version = "3.4.0", default-features = false, features = [ "derive" ] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = [ "std" ]
|
default = [ "std" ]
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ edition.workspace = true
|
|||||||
polkadot-primitives = { path = "../primitives" }
|
polkadot-primitives = { path = "../primitives" }
|
||||||
polkadot-node-primitives = { package = "polkadot-node-primitives", path = "../node/primitives" }
|
polkadot-node-primitives = { package = "polkadot-node-primitives", path = "../node/primitives" }
|
||||||
novelpoly = { package = "reed-solomon-novelpoly", version = "1.0.0" }
|
novelpoly = { package = "reed-solomon-novelpoly", version = "1.0.0" }
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false, features = ["std", "derive"] }
|
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["std", "derive"] }
|
||||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
thiserror = "1.0.31"
|
thiserror = "1.0.31"
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ polkadot-primitives = { path = "../../primitives" }
|
|||||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
thiserror = "1.0.31"
|
thiserror = "1.0.31"
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false, features = ["bit-vec", "derive"] }
|
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["bit-vec", "derive"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" }
|
polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" }
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ edition.workspace = true
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
futures = "0.3.21"
|
futures = "0.3.21"
|
||||||
futures-timer = "3.0.2"
|
futures-timer = "3.0.2"
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false, features = ["bit-vec", "derive"] }
|
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["bit-vec", "derive"] }
|
||||||
gum = { package = "tracing-gum", path = "../../gum" }
|
gum = { package = "tracing-gum", path = "../../gum" }
|
||||||
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
|
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
|
||||||
lru = "0.9"
|
lru = "0.9"
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ thiserror = "1.0.31"
|
|||||||
gum = { package = "tracing-gum", path = "../../gum" }
|
gum = { package = "tracing-gum", path = "../../gum" }
|
||||||
bitvec = "1.0.0"
|
bitvec = "1.0.0"
|
||||||
|
|
||||||
parity-scale-codec = { version = "3.3.0", features = ["derive"] }
|
parity-scale-codec = { version = "3.4.0", features = ["derive"] }
|
||||||
erasure = { package = "polkadot-erasure-coding", path = "../../../erasure-coding" }
|
erasure = { package = "polkadot-erasure-coding", path = "../../../erasure-coding" }
|
||||||
polkadot-node-subsystem = {path = "../../subsystem" }
|
polkadot-node-subsystem = {path = "../../subsystem" }
|
||||||
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
|
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ futures-timer = "3.0.2"
|
|||||||
gum = { package = "tracing-gum", path = "../../gum" }
|
gum = { package = "tracing-gum", path = "../../gum" }
|
||||||
|
|
||||||
sp-maybe-compressed-blob = { package = "sp-maybe-compressed-blob", git = "https://github.com/paritytech/substrate", branch = "master" }
|
sp-maybe-compressed-blob = { package = "sp-maybe-compressed-blob", git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false, features = ["bit-vec", "derive"] }
|
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["bit-vec", "derive"] }
|
||||||
|
|
||||||
polkadot-primitives = { path = "../../../primitives" }
|
polkadot-primitives = { path = "../../../primitives" }
|
||||||
polkadot-parachain = { path = "../../../parachain" }
|
polkadot-parachain = { path = "../../../parachain" }
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch =
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
futures = { version = "0.3.21", features = ["thread-pool"] }
|
futures = { version = "0.3.21", features = ["thread-pool"] }
|
||||||
maplit = "1.0.2"
|
maplit = "1.0.2"
|
||||||
parity-scale-codec = "3.3.0"
|
parity-scale-codec = "3.4.0"
|
||||||
polkadot-node-primitives = { path = "../../primitives" }
|
polkadot-node-primitives = { path = "../../primitives" }
|
||||||
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
|
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
|
||||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ polkadot-node-subsystem = { path = "../../subsystem" }
|
|||||||
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
|
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
|
||||||
kvdb = "0.13.0"
|
kvdb = "0.13.0"
|
||||||
thiserror = "1.0.31"
|
thiserror = "1.0.31"
|
||||||
parity-scale-codec = "3.3.0"
|
parity-scale-codec = "3.4.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
|
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ edition.workspace = true
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
futures = "0.3.21"
|
futures = "0.3.21"
|
||||||
gum = { package = "tracing-gum", path = "../../gum" }
|
gum = { package = "tracing-gum", path = "../../gum" }
|
||||||
parity-scale-codec = "3.3.0"
|
parity-scale-codec = "3.4.0"
|
||||||
kvdb = "0.13.0"
|
kvdb = "0.13.0"
|
||||||
thiserror = "1.0.31"
|
thiserror = "1.0.31"
|
||||||
lru = "0.9.0"
|
lru = "0.9.0"
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ tempfile = "3.3.0"
|
|||||||
tikv-jemalloc-ctl = { version = "0.5.0", optional = true }
|
tikv-jemalloc-ctl = { version = "0.5.0", optional = true }
|
||||||
tokio = { version = "1.24.2", features = ["fs", "process"] }
|
tokio = { version = "1.24.2", features = ["fs", "process"] }
|
||||||
|
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] }
|
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive"] }
|
||||||
|
|
||||||
polkadot-parachain = { path = "../../../parachain" }
|
polkadot-parachain = { path = "../../../parachain" }
|
||||||
polkadot-core-primitives = { path = "../../../core-primitives" }
|
polkadot-core-primitives = { path = "../../../core-primitives" }
|
||||||
|
|||||||
@@ -16,4 +16,4 @@ sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|||||||
thiserror = "1.0.31"
|
thiserror = "1.0.31"
|
||||||
tokio = "1.24.2"
|
tokio = "1.24.2"
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false }
|
parity-scale-codec = { version = "3.4.0", default-features = false }
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|||||||
|
|
||||||
substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
codec = { package = "parity-scale-codec", version = "3.3.0" }
|
codec = { package = "parity-scale-codec", version = "3.4.0" }
|
||||||
primitives = { package = "polkadot-primitives", path = "../../primitives/" }
|
primitives = { package = "polkadot-primitives", path = "../../primitives/" }
|
||||||
bs58 = { version = "0.4.0", features = ["alloc"] }
|
bs58 = { version = "0.4.0", features = ["alloc"] }
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ edition.workspace = true
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
futures = "0.3.21"
|
futures = "0.3.21"
|
||||||
gum = { package = "tracing-gum", path = "../../gum" }
|
gum = { package = "tracing-gum", path = "../../gum" }
|
||||||
parity-scale-codec = { version = "3.3.0", features = ["std"] }
|
parity-scale-codec = { version = "3.4.0", features = ["std"] }
|
||||||
polkadot-primitives = { path = "../../../primitives" }
|
polkadot-primitives = { path = "../../../primitives" }
|
||||||
polkadot-erasure-coding = { path = "../../../erasure-coding" }
|
polkadot-erasure-coding = { path = "../../../erasure-coding" }
|
||||||
polkadot-node-network-protocol = { path = "../../network/protocol" }
|
polkadot-node-network-protocol = { path = "../../network/protocol" }
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ polkadot-node-primitives = { path = "../../primitives" }
|
|||||||
polkadot-node-subsystem = {path = "../../subsystem" }
|
polkadot-node-subsystem = {path = "../../subsystem" }
|
||||||
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
|
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
|
||||||
polkadot-node-network-protocol = { path = "../../network/protocol" }
|
polkadot-node-network-protocol = { path = "../../network/protocol" }
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] }
|
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive"] }
|
||||||
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ async-trait = "0.1.57"
|
|||||||
futures = "0.3.21"
|
futures = "0.3.21"
|
||||||
gum = { package = "tracing-gum", path = "../../gum" }
|
gum = { package = "tracing-gum", path = "../../gum" }
|
||||||
polkadot-primitives = { path = "../../../primitives" }
|
polkadot-primitives = { path = "../../../primitives" }
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] }
|
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive"] }
|
||||||
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
polkadot-node-metrics = { path = "../../metrics"}
|
polkadot-node-metrics = { path = "../../metrics"}
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ assert_matches = "1.4.0"
|
|||||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] }
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] }
|
||||||
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
parity-scale-codec = { version = "3.3.0", features = ["std"] }
|
parity-scale-codec = { version = "3.4.0", features = ["std"] }
|
||||||
|
|
||||||
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
|
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
|
||||||
polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" }
|
polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" }
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ futures = "0.3.21"
|
|||||||
futures-timer = "3.0.2"
|
futures-timer = "3.0.2"
|
||||||
gum = { package = "tracing-gum", path = "../../gum" }
|
gum = { package = "tracing-gum", path = "../../gum" }
|
||||||
derive_more = "0.99.17"
|
derive_more = "0.99.17"
|
||||||
parity-scale-codec = { version = "3.3.0", features = ["std"] }
|
parity-scale-codec = { version = "3.4.0", features = ["std"] }
|
||||||
polkadot-primitives = { path = "../../../primitives" }
|
polkadot-primitives = { path = "../../../primitives" }
|
||||||
polkadot-erasure-coding = { path = "../../../erasure-coding" }
|
polkadot-erasure-coding = { path = "../../../erasure-coding" }
|
||||||
polkadot-node-subsystem = {path = "../../subsystem" }
|
polkadot-node-subsystem = {path = "../../subsystem" }
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ hex = "0.4.3"
|
|||||||
polkadot-primitives = { path = "../../../primitives" }
|
polkadot-primitives = { path = "../../../primitives" }
|
||||||
polkadot-node-primitives = { path = "../../primitives" }
|
polkadot-node-primitives = { path = "../../primitives" }
|
||||||
polkadot-node-jaeger = { path = "../../jaeger" }
|
polkadot-node-jaeger = { path = "../../jaeger" }
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] }
|
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive"] }
|
||||||
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
strum = { version = "0.24", features = ["derive"] }
|
strum = { version = "0.24", features = ["derive"] }
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" }
|
|||||||
polkadot-node-network-protocol = { path = "../../network/protocol" }
|
polkadot-node-network-protocol = { path = "../../network/protocol" }
|
||||||
arrayvec = "0.5.2"
|
arrayvec = "0.5.2"
|
||||||
indexmap = "1.9.1"
|
indexmap = "1.9.1"
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] }
|
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive"] }
|
||||||
thiserror = "1.0.31"
|
thiserror = "1.0.31"
|
||||||
fatality = "0.0.6"
|
fatality = "0.0.6"
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ edition.workspace = true
|
|||||||
bounded-vec = "0.7"
|
bounded-vec = "0.7"
|
||||||
futures = "0.3.21"
|
futures = "0.3.21"
|
||||||
polkadot-primitives = { path = "../../primitives" }
|
polkadot-primitives = { path = "../../primitives" }
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] }
|
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive"] }
|
||||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
sp-consensus-vrf = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sp-consensus-vrf = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ async-trait = "0.1.57"
|
|||||||
futures = "0.3.21"
|
futures = "0.3.21"
|
||||||
futures-channel = "0.3.23"
|
futures-channel = "0.3.23"
|
||||||
itertools = "0.10"
|
itertools = "0.10"
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] }
|
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive"] }
|
||||||
parking_lot = "0.11.2"
|
parking_lot = "0.11.2"
|
||||||
pin-project = "1.0.9"
|
pin-project = "1.0.9"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ authors.workspace = true
|
|||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] }
|
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive"] }
|
||||||
|
|
||||||
# Polkadot dependencies
|
# Polkadot dependencies
|
||||||
polkadot-test-runtime = { path = "../../../runtime/test-runtime" }
|
polkadot-test-runtime = { path = "../../../runtime/test-runtime" }
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ url = "2.3.1"
|
|||||||
tokio-tungstenite = "0.17"
|
tokio-tungstenite = "0.17"
|
||||||
futures-util = "0.3.23"
|
futures-util = "0.3.23"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
parity-scale-codec = { version = "3.3.0", features = ["derive"] }
|
parity-scale-codec = { version = "3.4.0", features = ["derive"] }
|
||||||
reqwest = "0.11"
|
reqwest = "0.11"
|
||||||
thiserror = "1.0.31"
|
thiserror = "1.0.31"
|
||||||
gum = { package = "tracing-gum", path = "../gum/" }
|
gum = { package = "tracing-gum", path = "../gum/" }
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ version.workspace = true
|
|||||||
# note: special care is taken to avoid inclusion of `sp-io` externals when compiling
|
# note: special care is taken to avoid inclusion of `sp-io` externals when compiling
|
||||||
# this crate for WASM. This is critical to avoid forcing all parachain WASM into implementing
|
# this crate for WASM. This is critical to avoid forcing all parachain WASM into implementing
|
||||||
# various unnecessary Substrate-specific endpoints.
|
# various unnecessary Substrate-specific endpoints.
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false, features = [ "derive" ] }
|
parity-scale-codec = { version = "3.4.0", default-features = false, features = [ "derive" ] }
|
||||||
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
|
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
|
||||||
sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
||||||
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ edition.workspace = true
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
|
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] }
|
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive"] }
|
||||||
|
|
||||||
adder = { package = "test-parachain-adder", path = "adder" }
|
adder = { package = "test-parachain-adder", path = "adder" }
|
||||||
halt = { package = "test-parachain-halt", path = "halt" }
|
halt = { package = "test-parachain-halt", path = "halt" }
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ authors.workspace = true
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
parachain = { package = "polkadot-parachain", path = "../../", default-features = false, features = [ "wasm-api" ] }
|
parachain = { package = "polkadot-parachain", path = "../../", default-features = false, features = [ "wasm-api" ] }
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] }
|
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive"] }
|
||||||
sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
||||||
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
|
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
|
||||||
dlmalloc = { version = "0.2.4", features = [ "global" ] }
|
dlmalloc = { version = "0.2.4", features = [ "global" ] }
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ name = "adder_collator_puppet_worker"
|
|||||||
path = "bin/puppet_worker.rs"
|
path = "bin/puppet_worker.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] }
|
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive"] }
|
||||||
clap = { version = "4.0.9", features = ["derive"] }
|
clap = { version = "4.0.9", features = ["derive"] }
|
||||||
futures = "0.3.21"
|
futures = "0.3.21"
|
||||||
futures-timer = "3.0.2"
|
futures-timer = "3.0.2"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ edition.workspace = true
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
parachain = { package = "polkadot-parachain", path = "../../", default-features = false, features = [ "wasm-api" ] }
|
parachain = { package = "polkadot-parachain", path = "../../", default-features = false, features = [ "wasm-api" ] }
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] }
|
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive"] }
|
||||||
sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
||||||
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
|
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
|
||||||
dlmalloc = { version = "0.2.4", features = [ "global" ] }
|
dlmalloc = { version = "0.2.4", features = [ "global" ] }
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ name = "undying_collator_puppet_worker"
|
|||||||
path = "bin/puppet_worker.rs"
|
path = "bin/puppet_worker.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] }
|
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive"] }
|
||||||
clap = { version = "4.0.9", features = ["derive"] }
|
clap = { version = "4.0.9", features = ["derive"] }
|
||||||
futures = "0.3.19"
|
futures = "0.3.19"
|
||||||
futures-timer = "3.0.2"
|
futures-timer = "3.0.2"
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ edition.workspace = true
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
|
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
|
||||||
hex-literal = "0.3.4"
|
hex-literal = "0.3.4"
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false, features = ["bit-vec", "derive"] }
|
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["bit-vec", "derive"] }
|
||||||
scale-info = { version = "2.1.2", default-features = false, features = ["bit-vec", "derive"] }
|
scale-info = { version = "2.1.2", default-features = false, features = ["bit-vec", "derive"] }
|
||||||
serde = { version = "1.0.137", optional = true, features = ["derive"] }
|
serde = { version = "1.0.137", optional = true, features = ["derive"] }
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ edition.workspace = true
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
impl-trait-for-tuples = "0.2.2"
|
impl-trait-for-tuples = "0.2.2"
|
||||||
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
|
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] }
|
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive"] }
|
||||||
log = { version = "0.4.17", default-features = false }
|
log = { version = "0.4.17", default-features = false }
|
||||||
rustc-hex = { version = "2.1.0", default-features = false }
|
rustc-hex = { version = "2.1.0", default-features = false }
|
||||||
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
|
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ edition.workspace = true
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
paste = "1.0"
|
paste = "1.0"
|
||||||
enumn = "0.1.5"
|
enumn = "0.1.5"
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] }
|
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive"] }
|
||||||
sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
||||||
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ edition.workspace = true
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
|
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive", "max-encoded-len"] }
|
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive", "max-encoded-len"] }
|
||||||
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
|
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
|
||||||
log = { version = "0.4.17", default-features = false }
|
log = { version = "0.4.17", default-features = false }
|
||||||
rustc-hex = { version = "2.1.0", default-features = false }
|
rustc-hex = { version = "2.1.0", default-features = false }
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ edition.workspace = true
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false}
|
sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false}
|
||||||
sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false }
|
parity-scale-codec = { version = "3.4.0", default-features = false }
|
||||||
primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false }
|
primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false }
|
||||||
|
|
||||||
bs58 = { version = "0.4.0", default-features = false, features = ["alloc"] }
|
bs58 = { version = "0.4.0", default-features = false, features = ["alloc"] }
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ edition.workspace = true
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
|
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive", "max-encoded-len"] }
|
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive", "max-encoded-len"] }
|
||||||
log = { version = "0.4.17", default-features = false }
|
log = { version = "0.4.17", default-features = false }
|
||||||
rustc-hex = { version = "2.1.0", default-features = false }
|
rustc-hex = { version = "2.1.0", default-features = false }
|
||||||
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
|
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ edition.workspace = true
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
|
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive", "max-encoded-len"] }
|
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive", "max-encoded-len"] }
|
||||||
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
|
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
|
||||||
log = { version = "0.4.17", default-features = false }
|
log = { version = "0.4.17", default-features = false }
|
||||||
rustc-hex = { version = "2.1.0", default-features = false }
|
rustc-hex = { version = "2.1.0", default-features = false }
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ authors.workspace = true
|
|||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive", "max-encoded-len"] }
|
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive", "max-encoded-len"] }
|
||||||
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
|
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
|
||||||
log = { version = "0.4.17", default-features = false }
|
log = { version = "0.4.17", default-features = false }
|
||||||
serde = { version = "1.0.139", default-features = false }
|
serde = { version = "1.0.139", default-features = false }
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ edition.workspace = true
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
|
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] }
|
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive"] }
|
||||||
log = { version = "0.4.17", default-features = false }
|
log = { version = "0.4.17", default-features = false }
|
||||||
rustc-hex = { version = "2.1.0", default-features = false }
|
rustc-hex = { version = "2.1.0", default-features = false }
|
||||||
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
|
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ edition.workspace = true
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
|
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive", "max-encoded-len"] }
|
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive", "max-encoded-len"] }
|
||||||
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
|
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
|
||||||
log = { version = "0.4.17", default-features = false }
|
log = { version = "0.4.17", default-features = false }
|
||||||
rustc-hex = { version = "2.1.0", default-features = false }
|
rustc-hex = { version = "2.1.0", default-features = false }
|
||||||
|
|||||||
@@ -5,6 +5,6 @@ authors.workspace = true
|
|||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] }
|
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive"] }
|
||||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
primitives = { package = "polkadot-primitives", path = "../primitives" }
|
primitives = { package = "polkadot-primitives", path = "../primitives" }
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ authors.workspace = true
|
|||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
codec = { package = "parity-scale-codec", version = "3.3.0" }
|
codec = { package = "parity-scale-codec", version = "3.4.0" }
|
||||||
clap = { version = "4.0.9", features = ["derive", "env"] }
|
clap = { version = "4.0.9", features = ["derive", "env"] }
|
||||||
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
|
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
|
||||||
jsonrpsee = { version = "0.16.2", features = ["ws-client", "macros"] }
|
jsonrpsee = { version = "0.16.2", features = ["ws-client", "macros"] }
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ bounded-collections = { version = "0.1.5", default-features = false }
|
|||||||
derivative = { version = "2.2.0", default-features = false, features = [ "use_core" ] }
|
derivative = { version = "2.2.0", default-features = false, features = [ "use_core" ] }
|
||||||
impl-trait-for-tuples = "0.2.2"
|
impl-trait-for-tuples = "0.2.2"
|
||||||
log = { version = "0.4.17", default-features = false }
|
log = { version = "0.4.17", default-features = false }
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false, features = [ "derive", "max-encoded-len" ] }
|
parity-scale-codec = { version = "3.4.0", default-features = false, features = [ "derive", "max-encoded-len" ] }
|
||||||
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
|
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
|
||||||
sp-weights = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
sp-weights = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
||||||
serde = { version = "1.0.136", optional = true, features = ["derive"] }
|
serde = { version = "1.0.136", optional = true, features = ["derive"] }
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ version.workspace = true
|
|||||||
targets = ["x86_64-unknown-linux-gnu"]
|
targets = ["x86_64-unknown-linux-gnu"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
codec = { package = "parity-scale-codec", version = "3.3.0", default-features = false }
|
codec = { package = "parity-scale-codec", version = "3.4.0", default-features = false }
|
||||||
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
|
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
|
||||||
frame-support = { default-features = false, branch = "master", git = "https://github.com/paritytech/substrate" }
|
frame-support = { default-features = false, branch = "master", git = "https://github.com/paritytech/substrate" }
|
||||||
frame-system = { default-features = false, branch = "master", git = "https://github.com/paritytech/substrate" }
|
frame-system = { default-features = false, branch = "master", git = "https://github.com/paritytech/substrate" }
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ version.workspace = true
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bounded-collections = { version = "0.1.5", default-features = false }
|
bounded-collections = { version = "0.1.5", default-features = false }
|
||||||
codec = { package = "parity-scale-codec", version = "3.3.0", default-features = false, features = ["derive"] }
|
codec = { package = "parity-scale-codec", version = "3.4.0", default-features = false, features = ["derive"] }
|
||||||
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
|
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
|
||||||
serde = { version = "1.0.137", optional = true, features = ["derive"] }
|
serde = { version = "1.0.137", optional = true, features = ["derive"] }
|
||||||
log = { version = "0.4.17", default-features = false }
|
log = { version = "0.4.17", default-features = false }
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ version.workspace = true
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
impl-trait-for-tuples = "0.2.1"
|
impl-trait-for-tuples = "0.2.1"
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] }
|
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive"] }
|
||||||
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
|
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
|
||||||
xcm = { path = "..", default-features = false }
|
xcm = { path = "..", default-features = false }
|
||||||
xcm-executor = { path = "../xcm-executor", default-features = false }
|
xcm-executor = { path = "../xcm-executor", default-features = false }
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ version.workspace = true
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
impl-trait-for-tuples = "0.2.2"
|
impl-trait-for-tuples = "0.2.2"
|
||||||
environmental = { version = "1.1.4", default-features = false }
|
environmental = { version = "1.1.4", default-features = false }
|
||||||
parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] }
|
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive"] }
|
||||||
xcm = { path = "..", default-features = false }
|
xcm = { path = "..", default-features = false }
|
||||||
sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
||||||
sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ authors.workspace = true
|
|||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
codec = { package = "parity-scale-codec", version = "3.3.0" }
|
codec = { package = "parity-scale-codec", version = "3.4.0" }
|
||||||
paste = "1.0.7"
|
paste = "1.0.7"
|
||||||
|
|
||||||
frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ edition.workspace = true
|
|||||||
version.workspace = true
|
version.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
codec = { package = "parity-scale-codec", version = "3.3.0" }
|
codec = { package = "parity-scale-codec", version = "3.4.0" }
|
||||||
scale-info = { version = "2.1.2", features = ["derive"] }
|
scale-info = { version = "2.1.2", features = ["derive"] }
|
||||||
log = { version = "0.4.14", default-features = false }
|
log = { version = "0.4.14", default-features = false }
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ authors.workspace = true
|
|||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
codec = { package = "parity-scale-codec", version = "3.3.0" }
|
codec = { package = "parity-scale-codec", version = "3.4.0" }
|
||||||
honggfuzz = "0.5.55"
|
honggfuzz = "0.5.55"
|
||||||
arbitrary = "1.2.0"
|
arbitrary = "1.2.0"
|
||||||
scale-info = { version = "2.1.2", features = ["derive"] }
|
scale-info = { version = "2.1.2", features = ["derive"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user