Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 35 additions & 35 deletions bin/node/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,41 +34,41 @@ sp-transaction-pool = { version = "2.0.0-alpha.2", default-features = false, pat
sp-version = { version = "2.0.0-alpha.2", default-features = false, path = "../../../primitives/version" }

# frame dependencies
frame-executive = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/executive" }
frame-benchmarking = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/benchmarking", optional = true }
frame-support = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/support" }
frame-system = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/system" }
frame-system-rpc-runtime-api = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/system/rpc/runtime-api/" }
pallet-authority-discovery = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/authority-discovery" }
pallet-authorship = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/authorship" }
pallet-babe = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/babe" }
pallet-balances = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/balances" }
pallet-collective = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/collective" }
pallet-contracts = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/contracts" }
pallet-contracts-primitives = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/contracts/common/" }
pallet-contracts-rpc-runtime-api = { version = "0.8.0-alpha.1", default-features = false, path = "../../../frame/contracts/rpc/runtime-api/" }
pallet-democracy = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/democracy" }
pallet-elections-phragmen = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/elections-phragmen" }
pallet-finality-tracker = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/finality-tracker" }
pallet-grandpa = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/grandpa" }
pallet-im-online = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/im-online" }
pallet-indices = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/indices" }
pallet-identity = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/identity" }
pallet-membership = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/membership" }
pallet-offences = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/offences" }
pallet-randomness-collective-flip = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/randomness-collective-flip" }
pallet-recovery = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/recovery" }
pallet-session = { version = "2.0.0-alpha.1", features = ["historical"], path = "../../../frame/session", default-features = false }
pallet-staking = { version = "2.0.0-alpha.1", features = ["migrate"], path = "../../../frame/staking", default-features = false }
pallet-staking-reward-curve = { version = "2.0.0-alpha.1", path = "../../../frame/staking/reward-curve" }
pallet-sudo = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/sudo" }
pallet-society = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/society" }
pallet-timestamp = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/timestamp" }
pallet-treasury = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/treasury" }
pallet-utility = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/utility" }
pallet-transaction-payment = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/transaction-payment" }
pallet-transaction-payment-rpc-runtime-api = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/transaction-payment/rpc/runtime-api/" }
pallet-vesting = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/vesting" }
frame-executive = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/executive" }
frame-benchmarking = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/benchmarking", optional = true }
frame-support = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/support" }
frame-system = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/system" }
frame-system-rpc-runtime-api = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/system/rpc/runtime-api/" }
pallet-authority-discovery = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/authority-discovery" }
pallet-authorship = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/authorship" }
pallet-babe = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/babe" }
pallet-balances = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/balances" }
pallet-collective = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/collective" }
pallet-contracts = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/contracts" }
pallet-contracts-primitives = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/contracts/common/" }
pallet-contracts-rpc-runtime-api = { version = "0.8.0-alpha.2", default-features = false, path = "../../../frame/contracts/rpc/runtime-api/" }
pallet-democracy = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/democracy" }
pallet-elections-phragmen = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/elections-phragmen" }
pallet-finality-tracker = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/finality-tracker" }
pallet-grandpa = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/grandpa" }
pallet-im-online = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/im-online" }
pallet-indices = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/indices" }
pallet-identity = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/identity" }
pallet-membership = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/membership" }
pallet-offences = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/offences" }
pallet-randomness-collective-flip = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/randomness-collective-flip" }
pallet-recovery = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/recovery" }
pallet-session = { version = "2.0.0-alpha.2", features = ["historical"], path = "../../../frame/session", default-features = false }
pallet-staking = { version = "2.0.0-alpha.2", features = ["migrate"], path = "../../../frame/staking", default-features = false }
pallet-staking-reward-curve = { version = "2.0.0-alpha.2", path = "../../../frame/staking/reward-curve" }
pallet-sudo = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/sudo" }
pallet-society = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/society" }
pallet-timestamp = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/timestamp" }
pallet-treasury = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/treasury" }
pallet-utility = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/utility" }
pallet-transaction-payment = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/transaction-payment" }
pallet-transaction-payment-rpc-runtime-api = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/transaction-payment/rpc/runtime-api/" }
pallet-vesting = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/vesting" }

[build-dependencies]
wasm-builder-runner = { version = "1.0.5", package = "substrate-wasm-builder-runner", path = "../../../utils/wasm-builder-runner" }
Expand Down
12 changes: 6 additions & 6 deletions frame/balances/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ description = "FRAME pallet to manage balances"
[dependencies]
serde = { version = "1.0.101", optional = true }
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
sp-std = { version = "2.0.0-alpha.1", default-features = false, path = "../../primitives/std" }
sp-io = { version = "2.0.0-alpha.1", default-features = false, path = "../../primitives/io" }
sp-runtime = { version = "2.0.0-alpha.1", default-features = false, path = "../../primitives/runtime" }
frame-benchmarking = { version = "2.0.0-alpha.1", default-features = false, path = "../benchmarking", optional = true }
frame-support = { version = "2.0.0-alpha.1", default-features = false, path = "../support" }
frame-system = { version = "2.0.0-alpha.1", default-features = false, path = "../system" }
sp-std = { version = "2.0.0-alpha.2", default-features = false, path = "../../primitives/std" }
sp-io = { version = "2.0.0-alpha.2", default-features = false, path = "../../primitives/io" }
sp-runtime = { version = "2.0.0-alpha.2", default-features = false, path = "../../primitives/runtime" }
frame-benchmarking = { version = "2.0.0-alpha.2", default-features = false, path = "../benchmarking", optional = true }
frame-support = { version = "2.0.0-alpha.2", default-features = false, path = "../support" }
frame-system = { version = "2.0.0-alpha.2", default-features = false, path = "../system" }

[dev-dependencies]
sp-core = { version = "2.0.0-alpha.2", path = "../../primitives/core" }
Expand Down
12 changes: 6 additions & 6 deletions frame/identity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ description = "FRAME identity management pallet"
serde = { version = "1.0.101", optional = true }
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
enumflags2 = { version = "0.6.2" }
sp-std = { version = "2.0.0-alpha.1", default-features = false, path = "../../primitives/std" }
sp-io = { version = "2.0.0-alpha.1", default-features = false, path = "../../primitives/io" }
sp-runtime = { version = "2.0.0-alpha.1", default-features = false, path = "../../primitives/runtime" }
frame-benchmarking = { version = "2.0.0-alpha.1", default-features = false, path = "../benchmarking", optional = true }
frame-support = { version = "2.0.0-alpha.1", default-features = false, path = "../support" }
frame-system = { version = "2.0.0-alpha.1", default-features = false, path = "../system" }
sp-std = { version = "2.0.0-alpha.2", default-features = false, path = "../../primitives/std" }
sp-io = { version = "2.0.0-alpha.2", default-features = false, path = "../../primitives/io" }
sp-runtime = { version = "2.0.0-alpha.2", default-features = false, path = "../../primitives/runtime" }
frame-benchmarking = { version = "2.0.0-alpha.2", default-features = false, path = "../benchmarking", optional = true }
frame-support = { version = "2.0.0-alpha.2", default-features = false, path = "../support" }
frame-system = { version = "2.0.0-alpha.2", default-features = false, path = "../system" }

[dev-dependencies]
sp-core = { version = "2.0.0-alpha.2", path = "../../primitives/core" }
Expand Down
16 changes: 8 additions & 8 deletions frame/timestamp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ documentation = "https://docs.rs/pallet-timestamp"
[dependencies]
serde = { version = "1.0.101", optional = true }
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
sp-std = { version = "2.0.0-alpha.1", default-features = false, path = "../../primitives/std" }
sp-io = { version = "2.0.0-alpha.1", default-features = false, path = "../../primitives/io", optional = true }
sp-runtime = { version = "2.0.0-alpha.1", default-features = false, path = "../../primitives/runtime" }
sp-inherents = { version = "2.0.0-alpha.1", default-features = false, path = "../../primitives/inherents" }
frame-benchmarking = { version = "2.0.0-alpha.1", default-features = false, path = "../benchmarking", optional = true }
frame-support = { version = "2.0.0-alpha.1", default-features = false, path = "../support" }
frame-system = { version = "2.0.0-alpha.1", default-features = false, path = "../system" }
sp-timestamp = { version = "2.0.0-alpha.1", default-features = false, path = "../../primitives/timestamp" }
sp-std = { version = "2.0.0-alpha.2", default-features = false, path = "../../primitives/std" }
sp-io = { version = "2.0.0-alpha.2", default-features = false, path = "../../primitives/io", optional = true }
sp-runtime = { version = "2.0.0-alpha.2", default-features = false, path = "../../primitives/runtime" }
sp-inherents = { version = "2.0.0-alpha.2", default-features = false, path = "../../primitives/inherents" }
frame-benchmarking = { version = "2.0.0-alpha.2", default-features = false, path = "../benchmarking", optional = true }
frame-support = { version = "2.0.0-alpha.2", default-features = false, path = "../support" }
frame-system = { version = "2.0.0-alpha.2", default-features = false, path = "../system" }
sp-timestamp = { version = "2.0.0-alpha.2", default-features = false, path = "../../primitives/timestamp" }
impl-trait-for-tuples = "0.1.3"

[dev-dependencies]
Expand Down