Skip to content
Snippets Groups Projects
Unverified Commit f6c3489d authored by Xiliang Chen's avatar Xiliang Chen Committed by GitHub
Browse files

bump Substrate (#524)

parent ded28318
No related branches found
No related tags found
No related merge requests found
......@@ -30,57 +30,57 @@ resolver = "2"
split-debuginfo = "unpacked"
[patch.'https://github.com/paritytech/substrate']
frame-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
frame-support = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
frame-system = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
max-encoded-len = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
max-encoded-len-derive = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
pallet-authorship = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
pallet-balances = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
pallet-offences = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
pallet-scheduler = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
pallet-session = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
pallet-staking = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
pallet-timestamp = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
pallet-treasury = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
pallet-vesting = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sc-client-api = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sc-client-db = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sc-executor = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sc-executor-common = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sc-executor-wasmi = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sp-allocator = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sp-api = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sp-application-crypto = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sp-arithmetic = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sp-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sp-authorship = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sp-blockchain = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sp-consensus = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sp-core = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sp-debug-derive = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sp-externalities = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sp-inherents = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sp-io = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sp-keystore = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sp-npos-elections = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sp-npos-elections-compact = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sp-panic-handler = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sp-runtime = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sp-runtime-interface = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sp-session = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sp-staking = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sp-state-machine = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sp-std = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sp-storage = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sp-tasks = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sp-timestamp = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sp-transaction-pool = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sp-trie = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sp-version = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
sp-wasm-interface = { git = "https://github.com/paritytech//substrate", rev = "3bb42b9aaba65e956aea7aaef2c2fb3468fa3aaf" }
frame-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
frame-support = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
frame-system = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
max-encoded-len = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
max-encoded-len-derive = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
pallet-authorship = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
pallet-balances = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
pallet-offences = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
pallet-scheduler = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
pallet-session = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
pallet-staking = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
pallet-timestamp = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
pallet-treasury = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
pallet-vesting = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sc-client-api = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sc-client-db = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sc-executor = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sc-executor-common = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sc-executor-wasmi = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sp-allocator = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sp-api = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sp-application-crypto = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sp-arithmetic = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sp-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sp-authorship = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sp-blockchain = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sp-consensus = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sp-core = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sp-debug-derive = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sp-externalities = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sp-inherents = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sp-io = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sp-keystore = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sp-npos-elections = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sp-npos-elections-compact = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sp-panic-handler = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sp-runtime = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sp-runtime-interface = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sp-session = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sp-staking = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sp-state-machine = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sp-std = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sp-storage = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sp-tasks = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sp-timestamp = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sp-transaction-pool = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sp-trie = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sp-version = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
sp-wasm-interface = { git = "https://github.com/paritytech//substrate", rev = "87e38e45d5c0dba66f0a4e95f4606b5179b4333f" }
# [patch.'https://github.com/paritytech/cumulus']
# cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", rev = "05ab7a377d2c3b73566c0c3bd41b003486d6913b" }
......
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