Skip to content

Commit

Permalink
Switch to plasm-v0.6.2 substrate branch
Browse files Browse the repository at this point in the history
  • Loading branch information
akru committed Dec 10, 2019
1 parent 8d325b9 commit 0a68478
Show file tree
Hide file tree
Showing 13 changed files with 112 additions and 112 deletions.
58 changes: 29 additions & 29 deletions bin/node/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,28 +31,28 @@ structopt = "0.3.3"
jsonrpc-core = "14.0.3"

# primitives
primitives = { package = "sp-core", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master" }
sp-runtime = { git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master" }
babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master" }
grandpa-primitives = { package = "sp-finality-grandpa", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master" }
inherents = { package = "sp-inherents", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master" }
primitives = { package = "sp-core", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2" }
sp-runtime = { git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2" }
babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2" }
grandpa-primitives = { package = "sp-finality-grandpa", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2" }
inherents = { package = "sp-inherents", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2" }

# client dependencies
client = { package = "sc-client", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master" }
client-api = { package = "sc-client-api", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master" }
chain-spec = { package = "sc-chain-spec", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master" }
txpool = { package = "sc-transaction-pool", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master" }
txpool-api = { package = "sp-transaction-pool-api", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master" }
network = { package = "sc-network", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master" }
babe = { package = "sc-consensus-babe", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master" }
grandpa = { package = "sc-finality-grandpa", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master" }
offchain = { package = "sc-offchain", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master" }
client-db = { package = "sc-client-db", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master", default-features = false }
sc-rpc = { git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master" }
basic-authorship = { package = "sc-basic-authority", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master" }
sc-service = { git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master" }
telemetry = { package = "sc-telemetry", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master" }
consensus-common = { package = "sp-consensus", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master" }
client = { package = "sc-client", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2" }
client-api = { package = "sc-client-api", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2" }
chain-spec = { package = "sc-chain-spec", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2" }
txpool = { package = "sc-transaction-pool", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2" }
txpool-api = { package = "sp-transaction-pool-api", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2" }
network = { package = "sc-network", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2" }
babe = { package = "sc-consensus-babe", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2" }
grandpa = { package = "sc-finality-grandpa", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2" }
offchain = { package = "sc-offchain", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2" }
client-db = { package = "sc-client-db", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2", default-features = false }
sc-rpc = { git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2" }
basic-authorship = { package = "sc-basic-authority", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2" }
sc-service = { git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2" }
telemetry = { package = "sc-telemetry", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2" }
consensus-common = { package = "sp-consensus", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2" }

# plasm-specific dependencies
plasm-primitives = { path = "../primitives" }
Expand All @@ -61,24 +61,24 @@ plasm-runtime = { path = "../runtime" }
plasm-rpc = { path = "../rpc" }

# frame dependencies
system = { package = "frame-system", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master" }
timestamp = { package = "pallet-timestamp", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master" }
contracts = { package = "pallet-contracts", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master", default-features = false }
transaction-payment = { package = "pallet-transaction-payment", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master" }
finality-tracker = { package = "pallet-finality-tracker", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master" }
system = { package = "frame-system", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2" }
timestamp = { package = "pallet-timestamp", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2" }
contracts = { package = "pallet-contracts", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2", default-features = false }
transaction-payment = { package = "pallet-transaction-payment", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2" }
finality-tracker = { package = "pallet-finality-tracker", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2" }

# CLI-specific dependencies
tokio = { version = "0.1.22", optional = true }
exit-future = { version = "0.1.4", optional = true }
sc-cli = { package = "sc-cli", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master", optional = true }
sc-cli = { package = "sc-cli", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2", optional = true }
ctrlc = { version = "3.1.3", features = ["termination"], optional = true }

[dev-dependencies]
service-test = { package = "sc-service-test", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master" }
service-test = { package = "sc-service-test", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2" }

[build-dependencies]
sc-cli = { package = "sc-cli", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master" }
build-script-utils = { package = "substrate-build-script-utils", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master" }
sc-cli = { package = "sc-cli", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2" }
build-script-utils = { package = "substrate-build-script-utils", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2" }
structopt = "0.3.3"
vergen = "3.0.4"

Expand Down
2 changes: 1 addition & 1 deletion bin/node/executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ description = "Plasm runtime executor library."
edition = "2018"

[dependencies]
sc-executor = { git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master" }
sc-executor = { git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2" }
plasm-runtime = { path = "../runtime" }
4 changes: 2 additions & 2 deletions bin/node/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ authors = [
edition = "2018"

[dependencies]
primitives = { package = "sp-core", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master", default-features = false }
sp-runtime = { git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master", default-features = false }
primitives = { package = "sp-core", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2", default-features = false }
sp-runtime = { git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2", default-features = false }

[features]
default = ["std"]
Expand Down
12 changes: 6 additions & 6 deletions bin/node/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ edition = "2018"
jsonrpc-core = "14.0.3"
plasm-runtime = { path = "../runtime" }
plasm-primitives = { path = "../primitives" }
client = { package = "sc-client", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master" }
sp-runtime = { git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master" }
pallet-contracts-rpc = { git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master" }
pallet-transaction-payment-rpc = { git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master" }
substrate-frame-rpc-system = { git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master" }
txpool-api = { package = "sp-transaction-pool-api", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-master" }
client = { package = "sc-client", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2" }
sp-runtime = { git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2" }
pallet-contracts-rpc = { git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2" }
pallet-transaction-payment-rpc = { git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2" }
substrate-frame-rpc-system = { git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2" }
txpool-api = { package = "sp-transaction-pool-api", git = "https://github.com/staketechnologies/substrate.git", branch = "plasm-v0.6.2" }
Loading

0 comments on commit 0a68478

Please sign in to comment.