Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use polkadot-v0.9.3 deps. #506

Merged
merged 1 commit into from
May 27, 2021
Merged
Show file tree
Hide file tree
Changes from all 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
112 changes: 56 additions & 56 deletions Cargo.dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,55 +30,55 @@ resolver = "2"
split-debuginfo = "unpacked"

[patch.'https://github.com/paritytech/substrate']
frame-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
frame-support = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
frame-system = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
pallet-balances = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
pallet-scheduler = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
pallet-treasury = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
pallet-authorship = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
pallet-vesting = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
pallet-timestamp = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
pallet-session = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
pallet-staking = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
pallet-offences = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sp-api = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sp-application-crypto = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sp-arithmetic = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sp-core = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sp-inherents = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sp-io = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sp-runtime = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sp-runtime-interface = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sp-std = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sp-trie = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sp-version = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sp-externalities = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sp-state-machine = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sp-wasm-interface = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sp-keystore = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sp-staking = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sp-storage = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sp-panic-handler = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sp-npos-elections = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sp-npos-elections-compact = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sp-debug-derive = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sp-allocator = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sp-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sc-executor-common = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sc-executor-wasmi = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sc-executor = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sc-client-api = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sp-tasks = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sp-authorship = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sp-consensus = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sp-timestamp = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sp-session = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sp-blockchain = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sp-transaction-pool = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
sc-client-db = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e12c651d776fc0dc1adefd007bb60f60b63" }
frame-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
frame-support = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
frame-system = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
pallet-balances = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
pallet-scheduler = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
pallet-treasury = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
pallet-authorship = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
pallet-vesting = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
pallet-timestamp = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
pallet-session = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
pallet-staking = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
pallet-offences = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sp-api = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sp-application-crypto = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sp-arithmetic = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sp-core = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sp-inherents = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sp-io = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sp-runtime = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sp-runtime-interface = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sp-std = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sp-trie = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sp-version = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sp-externalities = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sp-state-machine = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sp-wasm-interface = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sp-keystore = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sp-staking = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sp-storage = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sp-panic-handler = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sp-npos-elections = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sp-npos-elections-compact = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sp-debug-derive = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sp-allocator = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sp-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sc-executor-common = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sc-executor-wasmi = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sc-executor = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sc-client-api = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sp-tasks = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sp-authorship = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sp-consensus = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sp-timestamp = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sp-session = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sp-blockchain = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sp-transaction-pool = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }
sc-client-db = { git = "https://github.com/paritytech//substrate", rev = "85fa0ab80c3ceccf4bb98380d7833578aaf8815e" }

# [patch.'https://github.com/paritytech/cumulus']
# cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", rev = "95d81d499927e508769690fc43a480f00ddd131e" }
Expand All @@ -87,13 +87,13 @@ sc-client-db = { git = "https://github.com/paritytech//substrate", rev = "1d7f6e
# cumulus-pallet-xcm-handler = { git = "https://github.com/paritytech//cumulus", rev = "95d81d499927e508769690fc43a480f00ddd131e" }

# [patch.'https://github.com/paritytech/polkadot']
# xcm = { git = "https://github.com/paritytech//polkadot", rev = "f36bb820120e7ed460071acbdd512850348ae901" }
# xcm-executor = { git = "https://github.com/paritytech//polkadot", rev = "f36bb820120e7ed460071acbdd512850348ae901" }
# xcm-builder = { git = "https://github.com/paritytech//polkadot", rev = "f36bb820120e7ed460071acbdd512850348ae901" }
# polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", rev = "f36bb820120e7ed460071acbdd512850348ae901" }
# polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", rev = "f36bb820120e7ed460071acbdd512850348ae901" }
# polkadot-parachain = { git = "https://github.com/paritytech//polkadot", rev = "f36bb820120e7ed460071acbdd512850348ae901" }
# polkadot-primitives = { git = "https://github.com/paritytech//polkadot", rev = "f36bb820120e7ed460071acbdd512850348ae901" }
# xcm = { git = "https://github.com/paritytech//polkadot", rev = "aa386760948574af4078c59decf558d16efe15e2" }
# xcm-executor = { git = "https://github.com/paritytech//polkadot", rev = "aa386760948574af4078c59decf558d16efe15e2" }
# xcm-builder = { git = "https://github.com/paritytech//polkadot", rev = "aa386760948574af4078c59decf558d16efe15e2" }
# polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", rev = "aa386760948574af4078c59decf558d16efe15e2" }
# polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", rev = "aa386760948574af4078c59decf558d16efe15e2" }
# polkadot-parachain = { git = "https://github.com/paritytech//polkadot", rev = "aa386760948574af4078c59decf558d16efe15e2" }
# polkadot-primitives = { git = "https://github.com/paritytech//polkadot", rev = "aa386760948574af4078c59decf558d16efe15e2" }

# [patch.'https://github.com/shaunxw/xcm-simulator']
# xcm-simulator = { git = "https://github.com/shaunxw//xcm-simulator", rev = "c52bd64a41a51d08bd5a1e27f32c47419b41f3e5" }
12 changes: 6 additions & 6 deletions auction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ edition = "2018"
[dependencies]
serde = { version = "1.0.124", optional = true }
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.2", default-features = false }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.2", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3", default-features = false }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3", default-features = false }

frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.2", default-features = false }
frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.2", default-features = false }
frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3", default-features = false }
frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3", default-features = false }
orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false }

[dev-dependencies]
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.2" }
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.2" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3" }
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3" }

[features]
default = ["std"]
Expand Down
16 changes: 8 additions & 8 deletions authority/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ edition = "2018"
[dependencies]
serde = { version = "1.0.124", optional = true }
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.2", default-features = false }
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.2", default-features = false }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.2", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3", default-features = false }
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3", default-features = false }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3", default-features = false }

frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.2", default-features = false }
frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.2", default-features = false }
frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3", default-features = false }
frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3", default-features = false }

[dev-dependencies]
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.2" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.2" }
pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.2" }
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3" }
pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3" }

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