Skip to content

Commit bd6dee2

Browse files
committed
Merge master into refactor_bencher
2 parents d719dff + 1f52034 commit bd6dee2

File tree

55 files changed

+1136
-442
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+1136
-442
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions-rs/toolchain@v1
4040
with:
4141
profile: minimal
42-
toolchain: nightly-2021-06-17
42+
toolchain: nightly-2021-11-07
4343
components: rustfmt
4444
target: wasm32-unknown-unknown
4545
default: true

.github/workflows/master.yml.disabled

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions-rs/toolchain@v1
1717
with:
1818
profile: minimal
19-
toolchain: nightly-2021-01-07
19+
toolchain: nightly-2021-11-07
2020
override: true
2121
default: true
2222
- name: Install cargo-unleash

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions-rs/toolchain@v1
3434
with:
3535
profile: minimal
36-
toolchain: nightly-2021-06-17
36+
toolchain: nightly-2021-11-07
3737
components: rustfmt
3838
target: wasm32-unknown-unknown
3939
override: true

Cargo.dev.toml

+62-63
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
cargo-features = ["resolver"]
2-
31
[workspace]
42
members = [
53
"auction",
@@ -25,74 +23,75 @@ members = [
2523
"weight-gen",
2624
"weight-meter",
2725
]
26+
2827
resolver = "2"
2928

3029
[profile.dev]
3130
split-debuginfo = "unpacked"
3231

3332
[patch.'https://github.com/paritytech/substrate']
34-
frame-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
35-
frame-support = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
36-
frame-system = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
37-
pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
38-
pallet-authorship = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
39-
pallet-balances = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
40-
pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
41-
pallet-offences = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
42-
pallet-scheduler = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
43-
pallet-session = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
44-
pallet-staking = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
45-
pallet-timestamp = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
46-
pallet-treasury = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
47-
pallet-vesting = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
48-
sc-client-api = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
49-
sc-client-db = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
50-
sc-executor = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
51-
sc-executor-common = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
52-
sc-executor-wasmi = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
53-
sc-utils = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
54-
sp-api = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
55-
sp-application-crypto = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
56-
sp-arithmetic = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
57-
sp-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
58-
sp-authorship = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
59-
sp-blockchain = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
60-
sp-consensus = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
61-
sp-core = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
62-
sp-debug-derive = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
63-
sp-externalities = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
64-
sp-inherents = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
65-
sp-io = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
66-
sp-keystore = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
67-
sp-npos-elections = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
68-
sp-panic-handler = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
69-
sp-runtime = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
70-
sp-runtime-interface = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
71-
sp-session = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
72-
sp-staking = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
73-
sp-state-machine = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
74-
sp-std = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
75-
sp-storage = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
76-
sp-tasks = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
77-
sp-timestamp = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
78-
sp-trie = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
79-
sp-version = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
80-
sp-wasm-interface = { git = "https://github.com/paritytech//substrate", rev = "57346f6b24875f8935280dba51fa8ab0a9ba1e39" }
33+
frame-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
34+
frame-support = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
35+
frame-system = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
36+
pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
37+
pallet-authorship = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
38+
pallet-babe = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
39+
pallet-balances = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
40+
pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
41+
pallet-scheduler = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
42+
pallet-session = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
43+
pallet-staking = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
44+
pallet-timestamp = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
45+
pallet-treasury = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
46+
pallet-vesting = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
47+
sc-client-api = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
48+
sc-client-db = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
49+
sc-executor = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
50+
sc-executor-common = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
51+
sc-executor-wasmi = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
52+
sc-utils = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
53+
sp-api = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
54+
sp-application-crypto = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
55+
sp-arithmetic = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
56+
sp-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
57+
sp-authorship = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
58+
sp-blockchain = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
59+
sp-consensus = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
60+
sp-core = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
61+
sp-debug-derive = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
62+
sp-externalities = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
63+
sp-inherents = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
64+
sp-io = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
65+
sp-keystore = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
66+
sp-npos-elections = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
67+
sp-panic-handler = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
68+
sp-runtime = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
69+
sp-runtime-interface = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
70+
sp-session = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
71+
sp-staking = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
72+
sp-state-machine = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
73+
sp-std = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
74+
sp-storage = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
75+
sp-tasks = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
76+
sp-timestamp = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
77+
sp-trie = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
78+
sp-version = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
79+
sp-wasm-interface = { git = "https://github.com/paritytech//substrate", rev = "fcc54a72973d03afe7bf9e3ef2736050b3f33465" }
8180

8281
[patch.'https://github.com/paritytech/cumulus']
83-
cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", rev = "ede4d527c4fc5d84c43216b408a873625488574b" }
84-
parachain-info = { git = "https://github.com/paritytech//cumulus", rev = "ede4d527c4fc5d84c43216b408a873625488574b" }
85-
cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "ede4d527c4fc5d84c43216b408a873625488574b" }
86-
cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "ede4d527c4fc5d84c43216b408a873625488574b" }
87-
cumulus-pallet-xcm = { git = "https://github.com/paritytech//cumulus", rev = "ede4d527c4fc5d84c43216b408a873625488574b" }
82+
cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", rev = "0be8e8fc214641e306e4f913dd64ff1913e46e95" }
83+
parachain-info = { git = "https://github.com/paritytech//cumulus", rev = "0be8e8fc214641e306e4f913dd64ff1913e46e95" }
84+
cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "0be8e8fc214641e306e4f913dd64ff1913e46e95" }
85+
cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "0be8e8fc214641e306e4f913dd64ff1913e46e95" }
86+
cumulus-pallet-xcm = { git = "https://github.com/paritytech//cumulus", rev = "0be8e8fc214641e306e4f913dd64ff1913e46e95" }
8887

8988
[patch.'https://github.com/paritytech/polkadot']
90-
xcm = { git = "https://github.com/paritytech//polkadot", rev = "bfd38ed620458fcf57eb5cde8b5732368c19b714" }
91-
xcm-executor = { git = "https://github.com/paritytech//polkadot", rev = "bfd38ed620458fcf57eb5cde8b5732368c19b714" }
92-
xcm-builder = { git = "https://github.com/paritytech//polkadot", rev = "bfd38ed620458fcf57eb5cde8b5732368c19b714" }
93-
pallet-xcm = { git = "https://github.com/paritytech//polkadot", rev = "bfd38ed620458fcf57eb5cde8b5732368c19b714" }
94-
polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", rev = "bfd38ed620458fcf57eb5cde8b5732368c19b714" }
95-
polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", rev = "bfd38ed620458fcf57eb5cde8b5732368c19b714" }
96-
polkadot-parachain = { git = "https://github.com/paritytech//polkadot", rev = "bfd38ed620458fcf57eb5cde8b5732368c19b714" }
97-
polkadot-primitives = { git = "https://github.com/paritytech//polkadot", rev = "bfd38ed620458fcf57eb5cde8b5732368c19b714" }
98-
xcm-simulator = { git = "https://github.com/paritytech//polkadot", rev = "bfd38ed620458fcf57eb5cde8b5732368c19b714" }
89+
xcm = { git = "https://github.com/paritytech//polkadot", rev = "7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" }
90+
xcm-executor = { git = "https://github.com/paritytech//polkadot", rev = "7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" }
91+
xcm-builder = { git = "https://github.com/paritytech//polkadot", rev = "7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" }
92+
pallet-xcm = { git = "https://github.com/paritytech//polkadot", rev = "7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" }
93+
polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", rev = "7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" }
94+
polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", rev = "7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" }
95+
polkadot-parachain = { git = "https://github.com/paritytech//polkadot", rev = "7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" }
96+
polkadot-primitives = { git = "https://github.com/paritytech//polkadot", rev = "7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" }
97+
xcm-simulator = { git = "https://github.com/paritytech//polkadot", rev = "7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" }

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ _In alphabetical order_
6767
- [Bifrost Finance](https://github.com/bifrost-finance/bifrost)
6868
- [Bit.Country](https://github.com/bit-country/Bit-Country-Blockchain)
6969
- [ChainX](https://github.com/chainx-org/ChainX)
70+
- [GameDAO Protocol](https://github.com/gamedaoco)
7071
- [HydraDX](https://github.com/galacticcouncil/hack.HydraDX-node)
7172
- [KodaDot: MetaPrime Network](https://github.com/kodadot/metaprime.network)
7273
- [Laminar Chain](https://github.com/laminar-protocol/laminar-chain)
@@ -78,4 +79,5 @@ _In alphabetical order_
7879
- [Setheum Network](https://github.com/Setheum-Labs/Setheum)
7980
- [Valiu Liquidity Network](https://github.com/valibre-org/vln-node)
8081
- [Zeitgeist](https://github.com/zeitgeistpm/zeitgeist)
82+
- [ZERO Network](https://github.com/playzero/subzero)
8183

auction/Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ repository = "https://github.com/open-web3-stack/open-runtime-module-library/tre
55
license = "Apache-2.0"
66
version = "0.4.1-dev"
77
authors = ["Acala Developers"]
8-
edition = "2018"
8+
edition = "2021"
99

1010
[dependencies]
1111
scale-info = { version = "1.0", default-features = false, features = ["derive"] }
1212
serde = { version = "1.0.124", optional = true }
1313
codec = { package = "parity-scale-codec", version = "2.3.1", default-features = false }
14-
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.11", default-features = false }
15-
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.11", default-features = false }
14+
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.13", default-features = false }
15+
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.13", default-features = false }
1616

17-
frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.11", default-features = false }
18-
frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.11", default-features = false }
17+
frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.13", default-features = false }
18+
frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.13", default-features = false }
1919
orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false }
2020

2121
[dev-dependencies]
22-
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.11" }
23-
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.11" }
22+
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.13" }
23+
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.13" }
2424

2525
[features]
2626
default = ["std"]

0 commit comments

Comments
 (0)