Skip to content

Commit

Permalink
Bump to latest crates substrate
Browse files Browse the repository at this point in the history
  • Loading branch information
akru committed May 18, 2020
1 parent 3b6b9e9 commit e2b3d84
Show file tree
Hide file tree
Showing 8 changed files with 1,178 additions and 870 deletions.
1,772 changes: 1,041 additions & 731 deletions Cargo.lock

Large diffs are not rendered by default.

79 changes: 39 additions & 40 deletions bin/node/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,57 +39,56 @@ jsonrpc-core = "13.2.0"

# primitives
node-primitives = { path = "../primitives", default-features = false }
sp-authority-discovery = "2.0.0-alpha.6"
sp-api = "2.0.0-alpha.6"
sp-blockchain = "2.0.0-alpha.6"
sp-block-builder = "2.0.0-alpha.6"
sp-consensus = "0.8.0-alpha.6"
sp-consensus-babe = "0.8.0-alpha.6"
sp-core = "2.0.0-alpha.6"
sp-finality-grandpa = "2.0.0-alpha.6"
sp-inherents = "2.0.0-alpha.6"
sp-offchain = "2.0.0-alpha.6"
sp-runtime = "2.0.0-alpha.6"
sp-session = "2.0.0-alpha.6"
sp-transaction-pool = "2.0.0-alpha.6"
sp-authority-discovery = "2.0.0-alpha.8"
sp-api = "2.0.0-alpha.8"
sp-blockchain = "2.0.0-alpha.8"
sp-block-builder = "2.0.0-alpha.8"
sp-consensus = "0.8.0-alpha.8"
sp-consensus-babe = "0.8.0-alpha.8"
sp-core = "2.0.0-alpha.8"
sp-finality-grandpa = "2.0.0-alpha.8"
sp-inherents = "2.0.0-alpha.8"
sp-offchain = "2.0.0-alpha.8"
sp-runtime = "2.0.0-alpha.8"
sp-session = "2.0.0-alpha.8"
sp-transaction-pool = "2.0.0-alpha.8"

# client dependencies
sc-authority-discovery = "0.8.0-alpha.6"
sc-basic-authorship = "0.8.0-alpha.6"
sc-client = "0.8.0-alpha.6"
sc-client-db = "0.8.0-alpha.6"
sc-client-api = "2.0.0-alpha.6"
sc-chain-spec = "2.0.0-alpha.6"
sc-consensus-babe = "0.8.0-alpha.6"
sc-finality-grandpa = "0.8.0-alpha.6"
sc-transaction-pool = "2.0.0-alpha.6"
sc-keystore = "2.0.0-alpha.6"
sc-network = "0.8.0-alpha.6"
sc-offchain = "2.0.0-alpha.6"
sc-service = { version = "0.8.0-alpha.6", default-features = false }
sc-telemetry = "2.0.0-alpha.6"
sc-authority-discovery = "0.8.0-alpha.8"
sc-basic-authorship = "0.8.0-alpha.8"
sc-client-db = "0.8.0-alpha.8"
sc-client-api = "2.0.0-alpha.8"
sc-chain-spec = "2.0.0-alpha.8"
sc-consensus-babe = "0.8.0-alpha.8"
sc-finality-grandpa = "0.8.0-alpha.8"
sc-transaction-pool = "2.0.0-alpha.8"
sc-keystore = "2.0.0-alpha.8"
sc-network = "0.8.0-alpha.8"
sc-offchain = "2.0.0-alpha.8"
sc-service = { version = "0.8.0-alpha.8", default-features = false }
sc-telemetry = "2.0.0-alpha.8"

# frame dependencies
pallet-im-online = "2.0.0-alpha.6"
frame-benchmarking = { version = "2.0.0-alpha.6", optional = true }
frame-system-rpc-runtime-api = "2.0.0-alpha.6"
pallet-transaction-payment-rpc-runtime-api = "2.0.0-alpha.6"
pallet-im-online = "2.0.0-alpha.8"
frame-benchmarking = { version = "2.0.0-alpha.8", optional = true }
frame-system-rpc-runtime-api = "2.0.0-alpha.8"
pallet-transaction-payment-rpc-runtime-api = "2.0.0-alpha.8"

# node-specific dependencies
robonomics-runtime = { path = "../robonomics-runtime" }
ipci-runtime = { path = "../ipci-runtime" }
sc-executor = "0.8.0-alpha.6"
sc-rpc = "2.0.0-alpha.6"
sc-executor = "0.8.0-alpha.8"
sc-rpc = "2.0.0-alpha.8"

# CLI-specific dependencies
sc-cli = { version = "0.8.0-alpha.6", optional = true }
frame-benchmarking-cli = { version = "2.0.0-alpha.6", optional = true }
sc-cli = { version = "0.8.0-alpha.8", optional = true }
frame-benchmarking-cli = { version = "2.0.0-alpha.8", optional = true }
parity-util-mem = { version = "*", default-features = false, optional = true }

# Browser bundle build support
wasm-bindgen = { version = "0.2.57", optional = true }
wasm-bindgen-futures = { version = "0.4.7", optional = true }
substrate-browser-utils = { version = "0.8.0-alpha.6", optional = true }
substrate-browser-utils = { version = "0.8.0-alpha.8", optional = true }

# Robonomics-specific dependencies
rosrust = { version = "0.9", optional = true }
Expand All @@ -98,9 +97,9 @@ robonomics-cli = { path = "../../../robonomics/cli", optional = true }

[build-dependencies]
robonomics-cli = { path = "../../../robonomics/cli", optional = true }
sc-cli = { version = "0.8.0-alpha.6", optional = true }
frame-benchmarking-cli = { version = "2.0.0-alpha.6", optional = true }
substrate-build-script-utils = "2.0.0-alpha.6"
sc-cli = { version = "0.8.0-alpha.8", optional = true }
frame-benchmarking-cli = { version = "2.0.0-alpha.8", optional = true }
substrate-build-script-utils = "2.0.0-alpha.8"
vergen = { version = "3.0.4", optional = true }
structopt = { version = "0.3.8", optional = true }

Expand All @@ -119,7 +118,7 @@ cli = [
"sc-cli",
"vergen",
"structopt",
"sc-service/rocksdb",
"sc-service/db",
"parity-util-mem/jemalloc-global",
"robonomics-cli",
]
Expand Down
78 changes: 39 additions & 39 deletions bin/node/ipci-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,47 +14,47 @@ hex-literal = "0.2"

# primitives
node-primitives = { path = "../primitives", default-features = false }
sp-core = { version = "2.0.0-alpha.6", default-features = false }
sp-runtime = { version = "2.0.0-alpha.6", default-features = false }
sp-staking = { version = "2.0.0-alpha.6", default-features = false }
sp-consensus-babe = { version = "0.8.0-alpha.6", default-features = false }
sp-offchain = { version = "2.0.0-alpha.6", default-features = false }
sp-authority-discovery = { version = "2.0.0-alpha.6", default-features = false }
sp-api = { version = "2.0.0-alpha.6", default-features = false }
sp-inherents = { version = "2.0.0-alpha.6", default-features = false }
sp-block-builder = { version = "2.0.0-alpha.6", default-features = false }
sp-transaction-pool = { version = "2.0.0-alpha.6", default-features = false }
sp-std = { version = "2.0.0-alpha.6", default-features = false }
sp-version = { version = "2.0.0-alpha.6", default-features = false }
sp-session = { version = "2.0.0-alpha.6", default-features = false }
sp-core = { version = "2.0.0-alpha.8", default-features = false }
sp-runtime = { version = "2.0.0-alpha.8", default-features = false }
sp-staking = { version = "2.0.0-alpha.8", default-features = false }
sp-consensus-babe = { version = "0.8.0-alpha.8", default-features = false }
sp-offchain = { version = "2.0.0-alpha.8", default-features = false }
sp-authority-discovery = { version = "2.0.0-alpha.8", default-features = false }
sp-api = { version = "2.0.0-alpha.8", default-features = false }
sp-inherents = { version = "2.0.0-alpha.8", default-features = false }
sp-block-builder = { version = "2.0.0-alpha.8", default-features = false }
sp-transaction-pool = { version = "2.0.0-alpha.8", default-features = false }
sp-std = { version = "2.0.0-alpha.8", default-features = false }
sp-version = { version = "2.0.0-alpha.8", default-features = false }
sp-session = { version = "2.0.0-alpha.8", default-features = false }

# frame dependencies
pallet-authorship = { version = "2.0.0-alpha.6", default-features = false }
pallet-authority-discovery = { version = "2.0.0-alpha.6", default-features = false }
pallet-babe = { version = "2.0.0-alpha.6", default-features = false }
pallet-balances = { version = "2.0.0-alpha.6", default-features = false }
frame-executive = { version = "2.0.0-alpha.6", default-features = false }
pallet-finality-tracker = { version = "2.0.0-alpha.6", default-features = false }
pallet-grandpa = { version = "2.0.0-alpha.6", default-features = false }
pallet-im-online = { version = "2.0.0-alpha.6", default-features = false }
pallet-indices = { version = "2.0.0-alpha.6", default-features = false }
pallet-identity = { version = "2.0.0-alpha.6", default-features = false }
pallet-offences = { version = "2.0.0-alpha.6", default-features = false }
pallet-offences-benchmarking = { version = "2.0.0-alpha.6", default-features = false, optional = true }
pallet-randomness-collective-flip = { version = "2.0.0-alpha.6", default-features = false }
pallet-session = { version = "2.0.0-alpha.6", default-features = false }
pallet-session-benchmarking = { version = "2.0.0-alpha.6", default-features = false, optional = true }
pallet-staking = { version = "2.0.0-alpha.6", default-features = false }
pallet-staking-reward-curve = { version = "2.0.0-alpha.6" }
pallet-sudo = { version = "2.0.0-alpha.6", default-features = false }
frame-support = { version = "2.0.0-alpha.6", default-features = false }
frame-benchmarking = { version = "2.0.0-alpha.6", default-features = false, optional = true }
frame-system = { version = "2.0.0-alpha.6", default-features = false }
frame-system-rpc-runtime-api = { version = "2.0.0-alpha.6", default-features = false }
pallet-utility = { version = "2.0.0-alpha.6", default-features = false }
pallet-timestamp = { version = "2.0.0-alpha.6", default-features = false }
pallet-transaction-payment = { version = "2.0.0-alpha.6", default-features = false }
pallet-transaction-payment-rpc-runtime-api = { version = "2.0.0-alpha.6", default-features = false }
pallet-authorship = { version = "2.0.0-alpha.8", default-features = false }
pallet-authority-discovery = { version = "2.0.0-alpha.8", default-features = false }
pallet-babe = { version = "2.0.0-alpha.8", default-features = false }
pallet-balances = { version = "2.0.0-alpha.8", default-features = false }
frame-executive = { version = "2.0.0-alpha.8", default-features = false }
pallet-finality-tracker = { version = "2.0.0-alpha.8", default-features = false }
pallet-grandpa = { version = "2.0.0-alpha.8", default-features = false }
pallet-im-online = { version = "2.0.0-alpha.8", default-features = false }
pallet-indices = { version = "2.0.0-alpha.8", default-features = false }
pallet-identity = { version = "2.0.0-alpha.8", default-features = false }
pallet-offences = { version = "2.0.0-alpha.8", default-features = false }
pallet-offences-benchmarking = { version = "2.0.0-alpha.8", default-features = false, optional = true }
pallet-randomness-collective-flip = { version = "2.0.0-alpha.8", default-features = false }
pallet-session = { version = "2.0.0-alpha.8", default-features = false }
pallet-session-benchmarking = { version = "2.0.0-alpha.8", default-features = false, optional = true }
pallet-staking = { version = "2.0.0-alpha.8", default-features = false }
pallet-staking-reward-curve = { version = "2.0.0-alpha.8" }
pallet-sudo = { version = "2.0.0-alpha.8", default-features = false }
frame-support = { version = "2.0.0-alpha.8", default-features = false }
frame-benchmarking = { version = "2.0.0-alpha.8", default-features = false, optional = true }
frame-system = { version = "2.0.0-alpha.8", default-features = false }
frame-system-rpc-runtime-api = { version = "2.0.0-alpha.8", default-features = false }
pallet-utility = { version = "2.0.0-alpha.8", default-features = false }
pallet-timestamp = { version = "2.0.0-alpha.8", default-features = false }
pallet-transaction-payment = { version = "2.0.0-alpha.8", default-features = false }
pallet-transaction-payment-rpc-runtime-api = { version = "2.0.0-alpha.8", default-features = false }
pallet-robonomics-datalog = { path = "../../../robonomics/frame/datalog", default-features = false }

[build-dependencies]
Expand Down
6 changes: 3 additions & 3 deletions bin/node/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ repository = "https://github.com/airalab/robonomics"
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
sp-core = { version = "2.0.0-alpha.6", default-features = false }
sp-runtime = { version = "2.0.0-alpha.6", default-features = false }
sp-core = { version = "2.0.0-alpha.8", default-features = false }
sp-runtime = { version = "2.0.0-alpha.8", default-features = false }

[dev-dependencies]
sp-serializer = "2.0.0-alpha.6"
sp-serializer = "2.0.0-alpha.8"
pretty_assertions = "0.6.1"

[features]
Expand Down
78 changes: 39 additions & 39 deletions bin/node/robonomics-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,47 +12,47 @@ codec = { package = "parity-scale-codec", version = "1.3.0", default-features =

# primitives
node-primitives = { path = "../primitives", default-features = false }
sp-core = { version = "2.0.0-alpha.6", default-features = false }
sp-runtime = { version = "2.0.0-alpha.6", default-features = false }
sp-staking = { version = "2.0.0-alpha.6", default-features = false }
sp-consensus-babe = { version = "0.8.0-alpha.6", default-features = false }
sp-offchain = { version = "2.0.0-alpha.6", default-features = false }
sp-authority-discovery = { version = "2.0.0-alpha.6", default-features = false }
sp-api = { version = "2.0.0-alpha.6", default-features = false }
sp-inherents = { version = "2.0.0-alpha.6", default-features = false }
sp-block-builder = { version = "2.0.0-alpha.6", default-features = false }
sp-transaction-pool = { version = "2.0.0-alpha.6", default-features = false }
sp-std = { version = "2.0.0-alpha.6", default-features = false }
sp-version = { version = "2.0.0-alpha.6", default-features = false }
sp-session = { version = "2.0.0-alpha.6", default-features = false }
sp-core = { version = "2.0.0-alpha.8", default-features = false }
sp-runtime = { version = "2.0.0-alpha.8", default-features = false }
sp-staking = { version = "2.0.0-alpha.8", default-features = false }
sp-consensus-babe = { version = "0.8.0-alpha.8", default-features = false }
sp-offchain = { version = "2.0.0-alpha.8", default-features = false }
sp-authority-discovery = { version = "2.0.0-alpha.8", default-features = false }
sp-api = { version = "2.0.0-alpha.8", default-features = false }
sp-inherents = { version = "2.0.0-alpha.8", default-features = false }
sp-block-builder = { version = "2.0.0-alpha.8", default-features = false }
sp-transaction-pool = { version = "2.0.0-alpha.8", default-features = false }
sp-std = { version = "2.0.0-alpha.8", default-features = false }
sp-version = { version = "2.0.0-alpha.8", default-features = false }
sp-session = { version = "2.0.0-alpha.8", default-features = false }

# frame dependencies
pallet-authorship = { version = "2.0.0-alpha.6", default-features = false }
pallet-authority-discovery = { version = "2.0.0-alpha.6", default-features = false }
pallet-babe = { version = "2.0.0-alpha.6", default-features = false }
pallet-balances = { version = "2.0.0-alpha.6", default-features = false }
frame-executive = { version = "2.0.0-alpha.6", default-features = false }
pallet-finality-tracker = { version = "2.0.0-alpha.6", default-features = false }
pallet-grandpa = { version = "2.0.0-alpha.6", default-features = false }
pallet-im-online = { version = "2.0.0-alpha.6", default-features = false }
pallet-indices = { version = "2.0.0-alpha.6", default-features = false }
pallet-identity = { version = "2.0.0-alpha.6", default-features = false }
pallet-offences = { version = "2.0.0-alpha.6", default-features = false }
pallet-offences-benchmarking = { version = "2.0.0-alpha.6", default-features = false, optional = true }
pallet-randomness-collective-flip = { version = "2.0.0-alpha.6", default-features = false }
pallet-session = { version = "2.0.0-alpha.6", default-features = false }
pallet-session-benchmarking = { version = "2.0.0-alpha.6", default-features = false, optional = true }
pallet-staking = { version = "2.0.0-alpha.6", default-features = false }
pallet-staking-reward-curve = { version = "2.0.0-alpha.6" }
pallet-sudo = { version = "2.0.0-alpha.6", default-features = false }
frame-support = { version = "2.0.0-alpha.6", default-features = false }
frame-benchmarking = { version = "2.0.0-alpha.6", default-features = false, optional = true }
frame-system = { version = "2.0.0-alpha.6", default-features = false }
frame-system-rpc-runtime-api = { version = "2.0.0-alpha.6", default-features = false }
pallet-utility = { version = "2.0.0-alpha.6", default-features = false }
pallet-timestamp = { version = "2.0.0-alpha.6", default-features = false }
pallet-transaction-payment = { version = "2.0.0-alpha.6", default-features = false }
pallet-transaction-payment-rpc-runtime-api = { version = "2.0.0-alpha.6", default-features = false }
pallet-authorship = { version = "2.0.0-alpha.8", default-features = false }
pallet-authority-discovery = { version = "2.0.0-alpha.8", default-features = false }
pallet-babe = { version = "2.0.0-alpha.8", default-features = false }
pallet-balances = { version = "2.0.0-alpha.8", default-features = false }
frame-executive = { version = "2.0.0-alpha.8", default-features = false }
pallet-finality-tracker = { version = "2.0.0-alpha.8", default-features = false }
pallet-grandpa = { version = "2.0.0-alpha.8", default-features = false }
pallet-im-online = { version = "2.0.0-alpha.8", default-features = false }
pallet-indices = { version = "2.0.0-alpha.8", default-features = false }
pallet-identity = { version = "2.0.0-alpha.8", default-features = false }
pallet-offences = { version = "2.0.0-alpha.8", default-features = false }
pallet-offences-benchmarking = { version = "2.0.0-alpha.8", default-features = false, optional = true }
pallet-randomness-collective-flip = { version = "2.0.0-alpha.8", default-features = false }
pallet-session = { version = "2.0.0-alpha.8", default-features = false }
pallet-session-benchmarking = { version = "2.0.0-alpha.8", default-features = false, optional = true }
pallet-staking = { version = "2.0.0-alpha.8", default-features = false }
pallet-staking-reward-curve = { version = "2.0.0-alpha.8" }
pallet-sudo = { version = "2.0.0-alpha.8", default-features = false }
frame-support = { version = "2.0.0-alpha.8", default-features = false }
frame-benchmarking = { version = "2.0.0-alpha.8", default-features = false, optional = true }
frame-system = { version = "2.0.0-alpha.8", default-features = false }
frame-system-rpc-runtime-api = { version = "2.0.0-alpha.8", default-features = false }
pallet-utility = { version = "2.0.0-alpha.8", default-features = false }
pallet-timestamp = { version = "2.0.0-alpha.8", default-features = false }
pallet-transaction-payment = { version = "2.0.0-alpha.8", default-features = false }
pallet-transaction-payment-rpc-runtime-api = { version = "2.0.0-alpha.8", default-features = false }
pallet-robonomics-datalog= { path = "../../../robonomics/frame/datalog", default-features = false }
pallet-robonomics-liability = { path = "../../../robonomics/frame/liability", default-features = false }

Expand Down
3 changes: 1 addition & 2 deletions robonomics/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ async-std = "1.5"
futures = "0.3.4"
serde_json = "1.0"
bincode = "1.2"
#sc-cli = "0.8.0-alpha.6"
sc-cli = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" }
sc-cli = "0.8.0-alpha.8"
log = "0.4"
hex = "0.4"
csv = "1.1"
16 changes: 8 additions & 8 deletions robonomics/frame/datalog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ edition = "2018"

[dependencies]
codec = { package = "parity-scale-codec", version = "1.3", default-features = false, features = ["derive"] }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false }
frame-system = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false }
frame-support = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false }
pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false }
sp-std = "2.0.0-alpha.8"
sp-runtime = "2.0.0-alpha.8"
frame-system = "2.0.0-alpha.8"
frame-support = "2.0.0-alpha.8"
pallet-timestamp = "2.0.0-alpha.8"

[dev-dependencies]
base58 = "0.1.0"
sp-io = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" }
node-primitives = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" }
sp-io = "2.0.0-alpha.8"
sp-core = "2.0.0-alpha.8"
node-primitives = { path = "../../../bin/node/primitives" }

[features]
default = ["std"]
Expand Down
Loading

0 comments on commit e2b3d84

Please sign in to comment.