Skip to content
Snippets Groups Projects
Unverified Commit 3b9acc25 authored by Shaun Wang's avatar Shaun Wang Committed by GitHub
Browse files

Use polkadot-0.9.1 deps. (#490)

parent b1cc35e4
No related branches found
No related tags found
No related merge requests found
......@@ -27,69 +27,69 @@ resolver = "2"
split-debuginfo = "unpacked"
[patch.'https://github.com/paritytech/substrate']
frame-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
frame-support = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
frame-system = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
pallet-balances = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
pallet-scheduler = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
pallet-treasury = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
pallet-authorship = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
pallet-vesting = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
pallet-timestamp = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
pallet-session = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
pallet-staking = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
pallet-offences = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sp-api = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sp-application-crypto = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sp-arithmetic = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sp-core = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sp-inherents = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sp-io = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sp-runtime = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sp-runtime-interface = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sp-std = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sp-trie = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sp-version = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sp-externalities = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sp-state-machine = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sp-wasm-interface = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sp-keystore = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sp-staking = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sp-storage = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sp-panic-handler = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sp-npos-elections = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sp-npos-elections-compact = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sp-debug-derive = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sp-allocator = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sp-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sc-executor-common = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sc-executor-wasmi = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sc-executor = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sc-client-api = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sp-tasks = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sp-authorship = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sp-consensus = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sp-timestamp = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sp-session = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sp-blockchain = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
sp-transaction-pool = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
frame-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
frame-support = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
frame-system = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
pallet-balances = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
pallet-scheduler = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
pallet-treasury = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
pallet-authorship = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
pallet-vesting = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
pallet-timestamp = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
pallet-session = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
pallet-staking = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
pallet-offences = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sp-api = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sp-application-crypto = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sp-arithmetic = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sp-core = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sp-inherents = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sp-io = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sp-runtime = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sp-runtime-interface = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sp-std = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sp-trie = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sp-version = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sp-externalities = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sp-state-machine = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sp-wasm-interface = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sp-keystore = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sp-staking = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sp-storage = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sp-panic-handler = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sp-npos-elections = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sp-npos-elections-compact = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sp-debug-derive = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sp-allocator = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sp-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sc-executor-common = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sc-executor-wasmi = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sc-executor = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sc-client-api = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sp-tasks = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sp-authorship = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sp-consensus = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sp-timestamp = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sp-session = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sp-blockchain = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
sp-transaction-pool = { git = "https://github.com/paritytech//substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
# [patch.'https://github.com/paritytech/cumulus']
# cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", rev = "84bd37817a76ad0ca945d3dd8832e41f7ea7b73b" }
# cumulus-pallet-parachain-system = { git = "https://github.com/paritytech//cumulus", rev = "84bd37817a76ad0ca945d3dd8832e41f7ea7b73b" }
# parachain-info = { git = "https://github.com/paritytech//cumulus", rev = "84bd37817a76ad0ca945d3dd8832e41f7ea7b73b" }
# cumulus-pallet-xcm-handler = { git = "https://github.com/paritytech//cumulus", rev = "84bd37817a76ad0ca945d3dd8832e41f7ea7b73b" }
# cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", rev = "95d81d499927e508769690fc43a480f00ddd131e" }
# cumulus-pallet-parachain-system = { git = "https://github.com/paritytech//cumulus", rev = "95d81d499927e508769690fc43a480f00ddd131e" }
# parachain-info = { git = "https://github.com/paritytech//cumulus", rev = "95d81d499927e508769690fc43a480f00ddd131e" }
# 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 = "281ba73c0c1b2db1650817a65a0941f84ee2db16" }
# xcm-executor = { git = "https://github.com/paritytech//polkadot", rev = "281ba73c0c1b2db1650817a65a0941f84ee2db16" }
# xcm-builder = { git = "https://github.com/paritytech//polkadot", rev = "281ba73c0c1b2db1650817a65a0941f84ee2db16" }
# polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", rev = "281ba73c0c1b2db1650817a65a0941f84ee2db16" }
# polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", rev = "281ba73c0c1b2db1650817a65a0941f84ee2db16" }
# polkadot-parachain = { git = "https://github.com/paritytech//polkadot", rev = "281ba73c0c1b2db1650817a65a0941f84ee2db16" }
# polkadot-primitives = { git = "https://github.com/paritytech//polkadot", rev = "281ba73c0c1b2db1650817a65a0941f84ee2db16" }
# xcm = { git = "https://github.com/paritytech//polkadot", rev = "d2fb288389ae3b0689c1c84f977bde532129e658" }
# xcm-executor = { git = "https://github.com/paritytech//polkadot", rev = "d2fb288389ae3b0689c1c84f977bde532129e658" }
# xcm-builder = { git = "https://github.com/paritytech//polkadot", rev = "d2fb288389ae3b0689c1c84f977bde532129e658" }
# polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", rev = "d2fb288389ae3b0689c1c84f977bde532129e658" }
# polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", rev = "d2fb288389ae3b0689c1c84f977bde532129e658" }
# polkadot-parachain = { git = "https://github.com/paritytech//polkadot", rev = "d2fb288389ae3b0689c1c84f977bde532129e658" }
# polkadot-primitives = { git = "https://github.com/paritytech//polkadot", rev = "d2fb288389ae3b0689c1c84f977bde532129e658" }
# [patch.'https://github.com/shaunxw/xcm-simulator']
# xcm-simulator = { git = "https://github.com/shaunxw//xcm-simulator", rev = "c52bd64a41a51d08bd5a1e27f32c47419b41f3e5" }
......@@ -22,7 +22,7 @@ sp-core = { git = "https://github.com/paritytech/substrate", branch = "statemint
pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "statemint" }
# Patch doesn't work as `pallet-elections-phragmen` is now 4.0.0 version. Revert `rev` to `statemint` branch after
# other `statemint` dependencies upgraded.
pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" }
pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
[features]
default = ["std"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment