From e86026594d870eb8a99350920ce1c33ff069de4d Mon Sep 17 00:00:00 2001 From: Shaun Wang Date: Thu, 13 May 2021 23:31:05 +0000 Subject: [PATCH] Use polkadot-0.9.1 deps. --- Cargo.dev.toml | 118 +++++++++++++++++++++++----------------------- tokens/Cargo.toml | 2 +- 2 files changed, 60 insertions(+), 60 deletions(-) diff --git a/Cargo.dev.toml b/Cargo.dev.toml index e59073182..1447bf3e7 100644 --- a/Cargo.dev.toml +++ b/Cargo.dev.toml @@ -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" } diff --git a/tokens/Cargo.toml b/tokens/Cargo.toml index 2c42de3af..778b61fcb 100644 --- a/tokens/Cargo.toml +++ b/tokens/Cargo.toml @@ -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"]