|
|
|
@@ -11,11 +11,11 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "adder"
|
|
|
|
|
version = "0.7.26-pre1"
|
|
|
|
|
version = "0.7.26"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"polkadot-parachain 0.7.26-pre1",
|
|
|
|
|
"polkadot-parachain 0.7.26",
|
|
|
|
|
"sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
"substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@@ -25,13 +25,13 @@ dependencies = [
|
|
|
|
|
name = "adder-collator"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"adder 0.7.26-pre1",
|
|
|
|
|
"adder 0.7.26",
|
|
|
|
|
"futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"polkadot-collator 0.7.26-pre1",
|
|
|
|
|
"polkadot-parachain 0.7.26-pre1",
|
|
|
|
|
"polkadot-primitives 0.7.26-pre1",
|
|
|
|
|
"polkadot-collator 0.7.26",
|
|
|
|
|
"polkadot-parachain 0.7.26",
|
|
|
|
|
"polkadot-primitives 0.7.26",
|
|
|
|
|
"sc-client 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
"sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
"sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
@@ -1610,7 +1610,7 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "halt"
|
|
|
|
|
version = "0.7.26-pre1"
|
|
|
|
|
version = "0.7.26"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
@@ -2072,7 +2072,7 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "kusama-runtime"
|
|
|
|
|
version = "0.7.26-pre1"
|
|
|
|
|
version = "0.7.26"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"frame-benchmarking 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
@@ -2111,9 +2111,9 @@ dependencies = [
|
|
|
|
|
"pallet-utility 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
"pallet-vesting 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
"parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"polkadot-parachain 0.7.26-pre1",
|
|
|
|
|
"polkadot-primitives 0.7.26-pre1",
|
|
|
|
|
"polkadot-runtime-common 0.7.26-pre1",
|
|
|
|
|
"polkadot-parachain 0.7.26",
|
|
|
|
|
"polkadot-primitives 0.7.26",
|
|
|
|
|
"polkadot-runtime-common 0.7.26",
|
|
|
|
|
"rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@@ -3733,20 +3733,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "polkadot"
|
|
|
|
|
version = "0.7.26-pre1"
|
|
|
|
|
version = "0.7.26"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"assert_cmd 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"nix 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parity-util-mem 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"polkadot-cli 0.7.26-pre1",
|
|
|
|
|
"polkadot-service 0.7.26-pre1",
|
|
|
|
|
"polkadot-cli 0.7.26",
|
|
|
|
|
"polkadot-service 0.7.26",
|
|
|
|
|
"vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "polkadot-availability-store"
|
|
|
|
|
version = "0.7.26-pre1"
|
|
|
|
|
version = "0.7.26"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@@ -3757,8 +3757,8 @@ dependencies = [
|
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"polkadot-erasure-coding 0.7.26-pre1",
|
|
|
|
|
"polkadot-primitives 0.7.26-pre1",
|
|
|
|
|
"polkadot-erasure-coding 0.7.26",
|
|
|
|
|
"polkadot-primitives 0.7.26",
|
|
|
|
|
"sc-client 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
"sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
"sc-keystore 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
@@ -3773,12 +3773,12 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "polkadot-cli"
|
|
|
|
|
version = "0.7.26-pre1"
|
|
|
|
|
version = "0.7.26"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"frame-benchmarking-cli 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
"futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"polkadot-service 0.7.26-pre1",
|
|
|
|
|
"polkadot-service 0.7.26",
|
|
|
|
|
"sc-cli 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
"sc-client 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
"sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
@@ -3796,17 +3796,17 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "polkadot-collator"
|
|
|
|
|
version = "0.7.26-pre1"
|
|
|
|
|
version = "0.7.26"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"polkadot-cli 0.7.26-pre1",
|
|
|
|
|
"polkadot-network 0.7.26-pre1",
|
|
|
|
|
"polkadot-primitives 0.7.26-pre1",
|
|
|
|
|
"polkadot-service 0.7.26-pre1",
|
|
|
|
|
"polkadot-validation 0.7.26-pre1",
|
|
|
|
|
"polkadot-cli 0.7.26",
|
|
|
|
|
"polkadot-network 0.7.26",
|
|
|
|
|
"polkadot-primitives 0.7.26",
|
|
|
|
|
"polkadot-service 0.7.26",
|
|
|
|
|
"polkadot-validation 0.7.26",
|
|
|
|
|
"sc-cli 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
"sc-client 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
"sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
@@ -3822,11 +3822,11 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "polkadot-erasure-coding"
|
|
|
|
|
version = "0.7.26-pre1"
|
|
|
|
|
version = "0.7.26"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"polkadot-primitives 0.7.26-pre1",
|
|
|
|
|
"polkadot-primitives 0.7.26",
|
|
|
|
|
"reed-solomon-erasure 4.0.0 (git+https://github.com/paritytech/reed-solomon-erasure)",
|
|
|
|
|
"sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
"sp-trie 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
@@ -3834,7 +3834,7 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "polkadot-network"
|
|
|
|
|
version = "0.7.26-pre1"
|
|
|
|
|
version = "0.7.26"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@@ -3845,10 +3845,10 @@ dependencies = [
|
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"polkadot-availability-store 0.7.26-pre1",
|
|
|
|
|
"polkadot-erasure-coding 0.7.26-pre1",
|
|
|
|
|
"polkadot-primitives 0.7.26-pre1",
|
|
|
|
|
"polkadot-validation 0.7.26-pre1",
|
|
|
|
|
"polkadot-availability-store 0.7.26",
|
|
|
|
|
"polkadot-erasure-coding 0.7.26",
|
|
|
|
|
"polkadot-primitives 0.7.26",
|
|
|
|
|
"polkadot-validation 0.7.26",
|
|
|
|
|
"sc-client 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
"sc-network 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
"sc-network-gossip 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
@@ -3885,11 +3885,11 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "polkadot-parachain"
|
|
|
|
|
version = "0.7.26-pre1"
|
|
|
|
|
version = "0.7.26"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"adder 0.7.26-pre1",
|
|
|
|
|
"adder 0.7.26",
|
|
|
|
|
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"halt 0.7.26-pre1",
|
|
|
|
|
"halt 0.7.26",
|
|
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@@ -3908,12 +3908,12 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "polkadot-primitives"
|
|
|
|
|
version = "0.7.26-pre1"
|
|
|
|
|
version = "0.7.26"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pallet-babe 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
"parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"polkadot-parachain 0.7.26-pre1",
|
|
|
|
|
"polkadot-parachain 0.7.26",
|
|
|
|
|
"pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
@@ -3929,12 +3929,12 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "polkadot-rpc"
|
|
|
|
|
version = "0.7.26-pre1"
|
|
|
|
|
version = "0.7.26"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pallet-transaction-payment-rpc 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
"parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"polkadot-primitives 0.7.26-pre1",
|
|
|
|
|
"polkadot-primitives 0.7.26",
|
|
|
|
|
"sc-client 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
"sc-rpc 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
"sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
@@ -3945,7 +3945,7 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "polkadot-runtime"
|
|
|
|
|
version = "0.7.26-pre1"
|
|
|
|
|
version = "0.7.26"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"frame-benchmarking 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
@@ -3982,9 +3982,9 @@ dependencies = [
|
|
|
|
|
"pallet-treasury 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
"pallet-vesting 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
"parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"polkadot-parachain 0.7.26-pre1",
|
|
|
|
|
"polkadot-primitives 0.7.26-pre1",
|
|
|
|
|
"polkadot-runtime-common 0.7.26-pre1",
|
|
|
|
|
"polkadot-parachain 0.7.26",
|
|
|
|
|
"polkadot-primitives 0.7.26",
|
|
|
|
|
"polkadot-runtime-common 0.7.26",
|
|
|
|
|
"rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@@ -4011,7 +4011,7 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "polkadot-runtime-common"
|
|
|
|
|
version = "0.7.26-pre1"
|
|
|
|
|
version = "0.7.26"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"frame-benchmarking 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
@@ -4031,8 +4031,8 @@ dependencies = [
|
|
|
|
|
"pallet-treasury 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
"pallet-vesting 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
"parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"polkadot-parachain 0.7.26-pre1",
|
|
|
|
|
"polkadot-primitives 0.7.26-pre1",
|
|
|
|
|
"polkadot-parachain 0.7.26",
|
|
|
|
|
"polkadot-primitives 0.7.26",
|
|
|
|
|
"rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@@ -4051,13 +4051,13 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "polkadot-service"
|
|
|
|
|
version = "0.7.26-pre1"
|
|
|
|
|
version = "0.7.26"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"frame-benchmarking 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
"frame-system-rpc-runtime-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
"futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"kusama-runtime 0.7.26-pre1",
|
|
|
|
|
"kusama-runtime 0.7.26",
|
|
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pallet-babe 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
@@ -4066,13 +4066,13 @@ dependencies = [
|
|
|
|
|
"pallet-transaction-payment-rpc-runtime-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
"parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"polkadot-availability-store 0.7.26-pre1",
|
|
|
|
|
"polkadot-network 0.7.26-pre1",
|
|
|
|
|
"polkadot-primitives 0.7.26-pre1",
|
|
|
|
|
"polkadot-rpc 0.7.26-pre1",
|
|
|
|
|
"polkadot-runtime 0.7.26-pre1",
|
|
|
|
|
"polkadot-availability-store 0.7.26",
|
|
|
|
|
"polkadot-network 0.7.26",
|
|
|
|
|
"polkadot-primitives 0.7.26",
|
|
|
|
|
"polkadot-rpc 0.7.26",
|
|
|
|
|
"polkadot-runtime 0.7.26",
|
|
|
|
|
"polkadot-test-runtime-client 2.0.0",
|
|
|
|
|
"polkadot-validation 0.7.26-pre1",
|
|
|
|
|
"polkadot-validation 0.7.26",
|
|
|
|
|
"sc-authority-discovery 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
"sc-block-builder 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
"sc-chain-spec 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
@@ -4108,10 +4108,10 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "polkadot-statement-table"
|
|
|
|
|
version = "0.7.26-pre1"
|
|
|
|
|
version = "0.7.26"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"polkadot-primitives 0.7.26-pre1",
|
|
|
|
|
"polkadot-primitives 0.7.26",
|
|
|
|
|
"sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@@ -4143,9 +4143,9 @@ dependencies = [
|
|
|
|
|
"pallet-transaction-payment-rpc-runtime-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
"pallet-vesting 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
"parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"polkadot-parachain 0.7.26-pre1",
|
|
|
|
|
"polkadot-primitives 0.7.26-pre1",
|
|
|
|
|
"polkadot-runtime-common 0.7.26-pre1",
|
|
|
|
|
"polkadot-parachain 0.7.26",
|
|
|
|
|
"polkadot-primitives 0.7.26",
|
|
|
|
|
"polkadot-runtime-common 0.7.26",
|
|
|
|
|
"rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@@ -4189,7 +4189,7 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "polkadot-validation"
|
|
|
|
|
version = "0.7.26-pre1"
|
|
|
|
|
version = "0.7.26"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@@ -4200,11 +4200,11 @@ dependencies = [
|
|
|
|
|
"pallet-babe 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
"parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"polkadot-availability-store 0.7.26-pre1",
|
|
|
|
|
"polkadot-erasure-coding 0.7.26-pre1",
|
|
|
|
|
"polkadot-parachain 0.7.26-pre1",
|
|
|
|
|
"polkadot-primitives 0.7.26-pre1",
|
|
|
|
|
"polkadot-statement-table 0.7.26-pre1",
|
|
|
|
|
"polkadot-availability-store 0.7.26",
|
|
|
|
|
"polkadot-erasure-coding 0.7.26",
|
|
|
|
|
"polkadot-parachain 0.7.26",
|
|
|
|
|
"polkadot-primitives 0.7.26",
|
|
|
|
|
"polkadot-statement-table 0.7.26",
|
|
|
|
|
"sc-block-builder 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
"sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|
"sc-finality-grandpa 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
|
|
|
|
|