mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 22:51:13 +00:00
Release pallet-contracts-primitives (#10772)
* Bump sp-storage * Bump sp-rpc * Bump sp-io * Bump sp-trie * Bump sp-state-machine * Bump sp-externalities * Bump sp-keystore * Bump sp-application-crypto * Bump pallet-contracts-primitives * Bump sp-core * Bump sp-runtime-interface * Bump sp-wasm-interface * Bump sp-runtime * Bump sp-storage * Update lock file * Revert "Bump sp-storage" This reverts commit f86c6db1ae334e28207b658fd90714ade0332e3b. * Update lock file
This commit is contained in:
committed by
GitHub
parent
dbb3f24e3e
commit
3938c1cb62
@@ -29,9 +29,9 @@ sc-service = { version = "0.10.0-dev", default-features = false, features = [
|
||||
], path = "../../client/service" }
|
||||
sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" }
|
||||
sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" }
|
||||
sp-core = { version = "4.1.0-dev", path = "../../primitives/core" }
|
||||
sp-keystore = { version = "0.10.0", path = "../../primitives/keystore" }
|
||||
sp-core = { version = "5.0.0", path = "../../primitives/core" }
|
||||
sp-keystore = { version = "0.11.0", path = "../../primitives/keystore" }
|
||||
sp-keyring = { version = "4.1.0-dev", path = "../../primitives/keyring" }
|
||||
sp-runtime = { version = "4.1.0-dev", path = "../../primitives/runtime" }
|
||||
sp-state-machine = { version = "0.10.0", path = "../../primitives/state-machine" }
|
||||
sp-runtime = { version = "5.0.0", path = "../../primitives/runtime" }
|
||||
sp-state-machine = { version = "0.11.0", path = "../../primitives/state-machine" }
|
||||
async-trait = "0.1.50"
|
||||
|
||||
@@ -13,7 +13,7 @@ publish = false
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
sp-application-crypto = { version = "4.0.0", default-features = false, path = "../../primitives/application-crypto" }
|
||||
sp-application-crypto = { version = "5.0.0", default-features = false, path = "../../primitives/application-crypto" }
|
||||
sp-consensus-aura = { version = "0.10.0-dev", default-features = false, path = "../../primitives/consensus/aura" }
|
||||
sp-consensus-babe = { version = "0.10.0-dev", default-features = false, path = "../../primitives/consensus/babe" }
|
||||
sp-block-builder = { version = "4.0.0-dev", default-features = false, path = "../../primitives/block-builder" }
|
||||
@@ -23,27 +23,27 @@ sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../
|
||||
sp-keyring = { version = "4.1.0-dev", optional = true, path = "../../primitives/keyring" }
|
||||
memory-db = { version = "0.27.0", default-features = false }
|
||||
sp-offchain = { version = "4.0.0-dev", default-features = false, path = "../../primitives/offchain" }
|
||||
sp-core = { version = "4.1.0-dev", default-features = false, path = "../../primitives/core" }
|
||||
sp-core = { version = "5.0.0", default-features = false, path = "../../primitives/core" }
|
||||
sp-std = { version = "4.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-runtime-interface = { version = "4.1.0-dev", default-features = false, path = "../../primitives/runtime-interface" }
|
||||
sp-io = { version = "4.0.0", default-features = false, path = "../../primitives/io" }
|
||||
sp-runtime-interface = { version = "5.0.0", default-features = false, path = "../../primitives/runtime-interface" }
|
||||
sp-io = { version = "5.0.0", default-features = false, path = "../../primitives/io" }
|
||||
frame-support = { version = "4.0.0-dev", default-features = false, path = "../../frame/support" }
|
||||
sp-version = { version = "4.0.0-dev", default-features = false, path = "../../primitives/version" }
|
||||
sp-session = { version = "4.0.0-dev", default-features = false, path = "../../primitives/session" }
|
||||
sp-api = { version = "4.0.0-dev", default-features = false, path = "../../primitives/api" }
|
||||
sp-runtime = { version = "4.1.0-dev", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-runtime = { version = "5.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
pallet-babe = { version = "4.0.0-dev", default-features = false, path = "../../frame/babe" }
|
||||
frame-system = { version = "4.0.0-dev", default-features = false, path = "../../frame/system" }
|
||||
frame-system-rpc-runtime-api = { version = "4.0.0-dev", default-features = false, path = "../../frame/system/rpc/runtime-api" }
|
||||
pallet-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../frame/timestamp" }
|
||||
sp-finality-grandpa = { version = "4.0.0-dev", default-features = false, path = "../../primitives/finality-grandpa" }
|
||||
sp-trie = { version = "4.0.0", default-features = false, path = "../../primitives/trie" }
|
||||
sp-trie = { version = "5.0.0", default-features = false, path = "../../primitives/trie" }
|
||||
sp-transaction-pool = { version = "4.0.0-dev", default-features = false, path = "../../primitives/transaction-pool" }
|
||||
trie-db = { version = "0.23.0", default-features = false }
|
||||
parity-util-mem = { version = "0.10.2", default-features = false, features = ["primitive-types"] }
|
||||
sc-service = { version = "0.10.0-dev", default-features = false, optional = true, features = ["test-helpers"], path = "../../client/service" }
|
||||
sp-state-machine = { version = "0.10.0", default-features = false, path = "../../primitives/state-machine" }
|
||||
sp-externalities = { version = "0.10.0", default-features = false, path = "../../primitives/externalities" }
|
||||
sp-state-machine = { version = "0.11.0", default-features = false, path = "../../primitives/state-machine" }
|
||||
sp-externalities = { version = "0.11.0", default-features = false, path = "../../primitives/externalities" }
|
||||
|
||||
# 3rd party
|
||||
cfg-if = "1.0"
|
||||
|
||||
@@ -16,9 +16,9 @@ sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/c
|
||||
sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" }
|
||||
sc-block-builder = { version = "0.10.0-dev", path = "../../../client/block-builder" }
|
||||
substrate-test-client = { version = "2.0.0", path = "../../client" }
|
||||
sp-core = { version = "4.1.0-dev", path = "../../../primitives/core" }
|
||||
sp-core = { version = "5.0.0", path = "../../../primitives/core" }
|
||||
substrate-test-runtime = { version = "2.0.0", path = "../../runtime" }
|
||||
sp-runtime = { version = "4.1.0-dev", path = "../../../primitives/runtime" }
|
||||
sp-runtime = { version = "5.0.0", path = "../../../primitives/runtime" }
|
||||
sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" }
|
||||
sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" }
|
||||
codec = { package = "parity-scale-codec", version = "2.0.0" }
|
||||
|
||||
@@ -16,7 +16,7 @@ substrate-test-runtime-client = { version = "2.0.0", path = "../client" }
|
||||
parking_lot = "0.11.2"
|
||||
codec = { package = "parity-scale-codec", version = "2.0.0" }
|
||||
sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" }
|
||||
sp-runtime = { version = "4.1.0-dev", path = "../../../primitives/runtime" }
|
||||
sp-runtime = { version = "5.0.0", path = "../../../primitives/runtime" }
|
||||
sc-transaction-pool = { version = "4.0.0-dev", path = "../../../client/transaction-pool" }
|
||||
sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../../client/transaction-pool/api" }
|
||||
futures = "0.3.16"
|
||||
|
||||
Reference in New Issue
Block a user