Skip to content

Commit

Permalink
Upgraded to polkadot0.9.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush committed Feb 4, 2022
1 parent 8218ea1 commit 0b02ffa
Show file tree
Hide file tree
Showing 38 changed files with 5,286 additions and 2,322 deletions.
6,832 changes: 4,898 additions & 1,934 deletions Cargo.lock

Large diffs are not rendered by default.

100 changes: 50 additions & 50 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,215 +10,215 @@ jsonrpc-core = "18.0.0"

[dependencies.frame-benchmarking]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.frame-benchmarking-cli]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.datahighway-parachain-runtime]
path = '../runtime'
version = '1.1.0'

[dependencies.pallet-transaction-payment-rpc]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.substrate-prometheus-endpoint]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sc-basic-authorship]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sc-chain-spec]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sc-cli]
features = ['wasmtime']
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sc-client-api]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sc-consensus]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sc-executor]
features = ['wasmtime']
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sc-network]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sc-keystore]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sc-rpc]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sc-rpc-api]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sc-service]
features = ['wasmtime']
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sc-transaction-pool]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sc-transaction-pool-api]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sc-tracing]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sp-api]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sp-block-builder]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sp-blockchain]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sp-consensus]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sp-consensus-aura]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sp-core]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sp-inherents]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sp-keystore]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"


[dependencies.sp-offchain]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sp-runtime]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sp-session]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sp-timestamp]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sp-transaction-pool]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sp-trie]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.substrate-frame-rpc-system]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[build-dependencies.substrate-build-script-utils]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

# Cumulus dependencies
[dependencies.cumulus-client-consensus-aura]
git = 'https://github.com/paritytech/cumulus.git'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.cumulus-client-consensus-common]
git = 'https://github.com/paritytech/cumulus.git'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.cumulus-client-collator]
git = 'https://github.com/paritytech/cumulus.git'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.cumulus-client-cli]
git = 'https://github.com/paritytech/cumulus.git'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.cumulus-client-network]
git = 'https://github.com/paritytech/cumulus.git'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.cumulus-primitives-core]
git = 'https://github.com/paritytech/cumulus.git'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.cumulus-client-service]
git = 'https://github.com/paritytech/cumulus.git'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.cumulus-primitives-parachain-inherent]
git = 'https://github.com/paritytech/cumulus.git'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

# Polkadot dependencies
[dependencies.polkadot-primitives]
git = "https://github.com/paritytech/polkadot"
branch = "release-v0.9.13"
branch = "release-v0.9.16"

[dependencies.polkadot-service]
git = "https://github.com/paritytech/polkadot"
branch = "release-v0.9.13"
branch = "release-v0.9.16"

[dependencies.polkadot-cli]
git = "https://github.com/paritytech/polkadot"
branch = "release-v0.9.13"
branch = "release-v0.9.16"

[dependencies.polkadot-test-service]
git = "https://github.com/paritytech/polkadot"
branch = "release-v0.9.13"
branch = "release-v0.9.16"

[dependencies.polkadot-parachain]
git = "https://github.com/paritytech/polkadot"
branch = "release-v0.9.13"
branch = "release-v0.9.16"

[dependencies.sc-consensus-epochs]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sc-consensus-aura]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

# #

[dependencies.sc-telemetry]
git = 'https://github.com/paritytech/substrate'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[[bin]]
name = 'datahighway-collator'
Expand Down
18 changes: 9 additions & 9 deletions pallets/exchange-rate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,46 +34,46 @@ serde = { version = '1.0.101', optional = true, features = ['derive'] }
[dependencies.pallet-balances]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.pallet-randomness-collective-flip]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.pallet-transaction-payment]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.frame-support]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.frame-system]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sp-core]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sp-io]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sp-runtime]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sp-std]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dev-dependencies]
18 changes: 9 additions & 9 deletions pallets/lockdrop/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,46 +14,46 @@ serde = { version = '1.0.101', optional = true, features = ['derive'] }
[dependencies.pallet-balances]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.pallet-randomness-collective-flip]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.pallet-transaction-payment]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.frame-support]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.frame-system]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sp-core]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sp-io]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sp-runtime]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dependencies.sp-std]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[dev-dependencies]
2 changes: 1 addition & 1 deletion pallets/lockdrop/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
[dependencies.sp-api]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

[features]
default = ["std"]
Expand Down
2 changes: 1 addition & 1 deletion pallets/lockdrop/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
[dependencies.sp-std]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
branch = "polkadot-v0.9.13"
branch = "polkadot-v0.9.16"

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

0 comments on commit 0b02ffa

Please sign in to comment.