Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
[CI] adjust workspace versions after publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Feb 19, 2023
1 parent 7ffae37 commit 9de792d
Show file tree
Hide file tree
Showing 244 changed files with 2,444 additions and 2,444 deletions.
406 changes: 203 additions & 203 deletions Cargo.lock

Large diffs are not rendered by default.

68 changes: 34 additions & 34 deletions bin/node-template/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,52 +20,52 @@ name = "node-template"
clap = { version = "4.0.9", features = ["derive"] }
futures = { version = "0.3.21", features = ["thread-pool"]}

sc-cli = { version = "0.10.0-dev", path = "../../../client/cli" }
sp-core = { version = "7.0.0", path = "../../../primitives/core" }
sc-executor = { version = "0.10.0-dev", path = "../../../client/executor" }
sc-service = { version = "0.10.0-dev", path = "../../../client/service" }
sc-telemetry = { version = "4.0.0-dev", path = "../../../client/telemetry" }
sc-keystore = { version = "4.0.0-dev", path = "../../../client/keystore" }
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" }
sc-consensus-aura = { version = "0.10.0-dev", path = "../../../client/consensus/aura" }
sp-consensus-aura = { version = "0.10.0-dev", path = "../../../primitives/consensus/aura" }
sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" }
sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" }
sc-finality-grandpa = { version = "0.10.0-dev", path = "../../../client/finality-grandpa" }
sp-finality-grandpa = { version = "4.0.0-dev", path = "../../../primitives/finality-grandpa" }
sc-client-api = { version = "4.0.0-dev", path = "../../../client/api" }
sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" }
sp-io = { version = "7.0.0", path = "../../../primitives/io" }
sp-timestamp = { version = "4.0.0-dev", path = "../../../primitives/timestamp" }
sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" }
sp-keyring = { version = "7.0.0", path = "../../../primitives/keyring" }
frame-system = { version = "4.0.0-dev", path = "../../../frame/system" }
pallet-transaction-payment = { version = "4.0.0-dev", default-features = false, path = "../../../frame/transaction-payment" }
sc-cli = { version = "0.25.0", path = "../../../client/cli" }
sp-core = { version = "17.0.0", path = "../../../primitives/core" }
sc-executor = { version = "0.21.0", path = "../../../client/executor" }
sc-service = { version = "0.24.0", path = "../../../client/service" }
sc-telemetry = { version = "6.0.0", path = "../../../client/telemetry" }
sc-keystore = { version = "14.0.0", path = "../../../client/keystore" }
sc-transaction-pool = { version = "17.0.0", path = "../../../client/transaction-pool" }
sc-transaction-pool-api = { version = "17.0.0", path = "../../../client/transaction-pool/api" }
sc-consensus-aura = { version = "0.23.0", path = "../../../client/consensus/aura" }
sp-consensus-aura = { version = "0.21.0", path = "../../../primitives/consensus/aura" }
sp-consensus = { version = "0.21.0", path = "../../../primitives/consensus/common" }
sc-consensus = { version = "0.22.0", path = "../../../client/consensus/common" }
sc-finality-grandpa = { version = "0.23.0", path = "../../../client/finality-grandpa" }
sp-finality-grandpa = { version = "15.0.0", path = "../../../primitives/finality-grandpa" }
sc-client-api = { version = "17.0.0", path = "../../../client/api" }
sp-runtime = { version = "19.0.0", path = "../../../primitives/runtime" }
sp-io = { version = "18.0.0", path = "../../../primitives/io" }
sp-timestamp = { version = "15.0.0", path = "../../../primitives/timestamp" }
sp-inherents = { version = "15.0.0", path = "../../../primitives/inherents" }
sp-keyring = { version = "19.0.0", path = "../../../primitives/keyring" }
frame-system = { version = "17.0.0", path = "../../../frame/system" }
pallet-transaction-payment = { version = "17.0.0", default-features = false, path = "../../../frame/transaction-payment" }

# These dependencies are used for the node template's RPCs
jsonrpsee = { version = "0.16.2", features = ["server"] }
sc-rpc = { version = "4.0.0-dev", path = "../../../client/rpc" }
sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" }
sc-rpc-api = { version = "0.10.0-dev", path = "../../../client/rpc-api" }
sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" }
sp-block-builder = { version = "4.0.0-dev", path = "../../../primitives/block-builder" }
sc-basic-authorship = { version = "0.10.0-dev", path = "../../../client/basic-authorship" }
substrate-frame-rpc-system = { version = "4.0.0-dev", path = "../../../utils/frame/rpc/system" }
pallet-transaction-payment-rpc = { version = "4.0.0-dev", path = "../../../frame/transaction-payment/rpc/" }
sc-rpc = { version = "18.0.0", path = "../../../client/rpc" }
sp-api = { version = "15.0.0", path = "../../../primitives/api" }
sc-rpc-api = { version = "0.22.0", path = "../../../client/rpc-api" }
sp-blockchain = { version = "17.0.0", path = "../../../primitives/blockchain" }
sp-block-builder = { version = "15.0.0", path = "../../../primitives/block-builder" }
sc-basic-authorship = { version = "0.23.0", path = "../../../client/basic-authorship" }
substrate-frame-rpc-system = { version = "17.0.0", path = "../../../utils/frame/rpc/system" }
pallet-transaction-payment-rpc = { version = "19.0.0", path = "../../../frame/transaction-payment/rpc/" }

# These dependencies are used for runtime benchmarking
frame-benchmarking = { version = "4.0.0-dev", path = "../../../frame/benchmarking" }
frame-benchmarking-cli = { version = "4.0.0-dev", path = "../../../utils/frame/benchmarking-cli" }
frame-benchmarking = { version = "17.0.0", path = "../../../frame/benchmarking" }
frame-benchmarking-cli = { version = "21.0.0", path = "../../../utils/frame/benchmarking-cli" }

# Local Dependencies
node-template-runtime = { version = "4.0.0-dev", path = "../runtime" }

# CLI-specific dependencies
try-runtime-cli = { version = "0.10.0-dev", optional = true, path = "../../../utils/frame/try-runtime/cli" }
try-runtime-cli = { version = "0.27.0", optional = true, path = "../../../utils/frame/try-runtime/cli" }

[build-dependencies]
substrate-build-script-utils = { version = "3.0.0", path = "../../../utils/build-script-utils" }
substrate-build-script-utils = { version = "4.0.0", path = "../../../utils/build-script-utils" }

[features]
default = []
Expand Down
12 changes: 6 additions & 6 deletions bin/node-template/pallets/template/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features =
"derive",
] }
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../../../../frame/benchmarking" }
frame-support = { version = "4.0.0-dev", default-features = false, path = "../../../../frame/support" }
frame-system = { version = "4.0.0-dev", default-features = false, path = "../../../../frame/system" }
frame-benchmarking = { version = "17.0.0", default-features = false, optional = true, path = "../../../../frame/benchmarking" }
frame-support = { version = "17.0.0", default-features = false, path = "../../../../frame/support" }
frame-system = { version = "17.0.0", default-features = false, path = "../../../../frame/system" }

[dev-dependencies]
sp-core = { version = "7.0.0", path = "../../../../primitives/core" }
sp-io = { version = "7.0.0", path = "../../../../primitives/io" }
sp-runtime = { version = "7.0.0", path = "../../../../primitives/runtime" }
sp-core = { version = "17.0.0", path = "../../../../primitives/core" }
sp-io = { version = "18.0.0", path = "../../../../primitives/io" }
sp-runtime = { version = "19.0.0", path = "../../../../primitives/runtime" }

[features]
default = ["std"]
Expand Down
54 changes: 27 additions & 27 deletions bin/node-template/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,42 +16,42 @@ targets = ["x86_64-unknown-linux-gnu"]
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] }
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }

pallet-aura = { version = "4.0.0-dev", default-features = false, path = "../../../frame/aura" }
pallet-balances = { version = "4.0.0-dev", default-features = false, path = "../../../frame/balances" }
frame-support = { version = "4.0.0-dev", default-features = false, path = "../../../frame/support" }
pallet-grandpa = { version = "4.0.0-dev", default-features = false, path = "../../../frame/grandpa" }
pallet-insecure-randomness-collective-flip = { version = "4.0.0-dev", default-features = false, path = "../../../frame/insecure-randomness-collective-flip" }
pallet-sudo = { version = "4.0.0-dev", default-features = false, path = "../../../frame/sudo" }
frame-system = { version = "4.0.0-dev", default-features = false, path = "../../../frame/system" }
frame-try-runtime = { version = "0.10.0-dev", default-features = false, path = "../../../frame/try-runtime", optional = true }
pallet-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../../frame/timestamp" }
pallet-transaction-payment = { version = "4.0.0-dev", default-features = false, path = "../../../frame/transaction-payment" }
frame-executive = { version = "4.0.0-dev", default-features = false, path = "../../../frame/executive" }
sp-api = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/api" }
sp-block-builder = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/block-builder"}
sp-consensus-aura = { version = "0.10.0-dev", default-features = false, path = "../../../primitives/consensus/aura" }
sp-core = { version = "7.0.0", default-features = false, path = "../../../primitives/core" }
sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/inherents"}
sp-offchain = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/offchain" }
sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" }
sp-session = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/session" }
sp-std = { version = "5.0.0", default-features = false, path = "../../../primitives/std" }
sp-transaction-pool = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/transaction-pool" }
sp-version = { version = "5.0.0", default-features = false, path = "../../../primitives/version" }
pallet-aura = { version = "16.0.0", default-features = false, path = "../../../frame/aura" }
pallet-balances = { version = "17.0.0", default-features = false, path = "../../../frame/balances" }
frame-support = { version = "17.0.0", default-features = false, path = "../../../frame/support" }
pallet-grandpa = { version = "17.0.0", default-features = false, path = "../../../frame/grandpa" }
pallet-insecure-randomness-collective-flip = { version = "5.0.0", default-features = false, path = "../../../frame/insecure-randomness-collective-flip" }
pallet-sudo = { version = "17.0.0", default-features = false, path = "../../../frame/sudo" }
frame-system = { version = "17.0.0", default-features = false, path = "../../../frame/system" }
frame-try-runtime = { version = "0.23.0", default-features = false, path = "../../../frame/try-runtime", optional = true }
pallet-timestamp = { version = "16.0.0", default-features = false, path = "../../../frame/timestamp" }
pallet-transaction-payment = { version = "17.0.0", default-features = false, path = "../../../frame/transaction-payment" }
frame-executive = { version = "17.0.0", default-features = false, path = "../../../frame/executive" }
sp-api = { version = "15.0.0", default-features = false, path = "../../../primitives/api" }
sp-block-builder = { version = "15.0.0", default-features = false, path = "../../../primitives/block-builder"}
sp-consensus-aura = { version = "0.21.0", default-features = false, path = "../../../primitives/consensus/aura" }
sp-core = { version = "17.0.0", default-features = false, path = "../../../primitives/core" }
sp-inherents = { version = "15.0.0", default-features = false, path = "../../../primitives/inherents"}
sp-offchain = { version = "15.0.0", default-features = false, path = "../../../primitives/offchain" }
sp-runtime = { version = "19.0.0", default-features = false, path = "../../../primitives/runtime" }
sp-session = { version = "16.0.0", default-features = false, path = "../../../primitives/session" }
sp-std = { version = "6.0.0", default-features = false, path = "../../../primitives/std" }
sp-transaction-pool = { version = "15.0.0", default-features = false, path = "../../../primitives/transaction-pool" }
sp-version = { version = "17.0.0", default-features = false, path = "../../../primitives/version" }

# Used for the node template's RPCs
frame-system-rpc-runtime-api = { version = "4.0.0-dev", default-features = false, path = "../../../frame/system/rpc/runtime-api/" }
pallet-transaction-payment-rpc-runtime-api = { version = "4.0.0-dev", default-features = false, path = "../../../frame/transaction-payment/rpc/runtime-api/" }
frame-system-rpc-runtime-api = { version = "15.0.0", default-features = false, path = "../../../frame/system/rpc/runtime-api/" }
pallet-transaction-payment-rpc-runtime-api = { version = "17.0.0", default-features = false, path = "../../../frame/transaction-payment/rpc/runtime-api/" }

# Used for runtime benchmarking
frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../../../frame/benchmarking", optional = true }
frame-system-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../../../frame/system/benchmarking", optional = true }
frame-benchmarking = { version = "17.0.0", default-features = false, path = "../../../frame/benchmarking", optional = true }
frame-system-benchmarking = { version = "17.0.0", default-features = false, path = "../../../frame/system/benchmarking", optional = true }

# Local Dependencies
pallet-template = { version = "4.0.0-dev", default-features = false, path = "../pallets/template" }

[build-dependencies]
substrate-wasm-builder = { version = "5.0.0-dev", path = "../../../utils/wasm-builder", optional = true }
substrate-wasm-builder = { version = "8.0.0", path = "../../../utils/wasm-builder", optional = true }

[features]
default = ["std"]
Expand Down
24 changes: 12 additions & 12 deletions bin/node/bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,27 @@ log = "0.4.17"
node-primitives = { version = "2.0.0", path = "../primitives" }
node-testing = { version = "3.0.0-dev", path = "../testing" }
kitchensink-runtime = { version = "3.0.0-dev", path = "../runtime" }
sc-client-api = { version = "4.0.0-dev", path = "../../../client/api/" }
sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" }
sp-state-machine = { version = "0.13.0", path = "../../../primitives/state-machine" }
sc-client-api = { version = "17.0.0", path = "../../../client/api/" }
sp-runtime = { version = "19.0.0", path = "../../../primitives/runtime" }
sp-state-machine = { version = "0.23.0", path = "../../../primitives/state-machine" }
serde = "1.0.136"
serde_json = "1.0.85"
derive_more = { version = "0.99.17", default-features = false, features = ["display"] }
kvdb = "0.13.0"
kvdb-rocksdb = "0.17.0"
sp-trie = { version = "7.0.0", path = "../../../primitives/trie" }
sp-core = { version = "7.0.0", path = "../../../primitives/core" }
sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" }
sc-basic-authorship = { version = "0.10.0-dev", path = "../../../client/basic-authorship" }
sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" }
sp-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/timestamp" }
sp-tracing = { version = "6.0.0", path = "../../../primitives/tracing" }
sp-trie = { version = "17.0.0", path = "../../../primitives/trie" }
sp-core = { version = "17.0.0", path = "../../../primitives/core" }
sp-consensus = { version = "0.21.0", path = "../../../primitives/consensus/common" }
sc-basic-authorship = { version = "0.23.0", path = "../../../client/basic-authorship" }
sp-inherents = { version = "15.0.0", path = "../../../primitives/inherents" }
sp-timestamp = { version = "15.0.0", default-features = false, path = "../../../primitives/timestamp" }
sp-tracing = { version = "8.0.0", path = "../../../primitives/tracing" }
hash-db = "0.15.2"
tempfile = "3.1.0"
fs_extra = "1"
rand = { version = "0.8.5", features = ["small_rng"] }
lazy_static = "1.4.0"
parity-db = "0.4.3"
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" }
sc-transaction-pool = { version = "17.0.0", path = "../../../client/transaction-pool" }
sc-transaction-pool-api = { version = "17.0.0", path = "../../../client/transaction-pool/api" }
futures = { version = "0.3.21", features = ["thread-pool"] }
Loading

0 comments on commit 9de792d

Please sign in to comment.