Skip to content

Commit 63b3219

Browse files
authored
v0.9.16 (#672)
* new reanchor and other break change * substrate PR 10556 works * fix BoundedVec * fix test compile error * fmt * MaxEncodedLen add without_storage_info to pallet * update * v0.9.16 * fix test * udpate toml * flippy
1 parent e9ba349 commit 63b3219

Some content is hidden

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

53 files changed

+328
-259
lines changed

Cargo.dev.toml

+61-61
Original file line numberDiff line numberDiff line change
@@ -30,68 +30,68 @@ resolver = "2"
3030
split-debuginfo = "unpacked"
3131

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

8181
[patch.'https://github.com/paritytech/cumulus']
82-
cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", rev = "d1c06ce0bda73898bcb685212e7740f5afc0c2dd" }
83-
parachain-info = { git = "https://github.com/paritytech//cumulus", rev = "d1c06ce0bda73898bcb685212e7740f5afc0c2dd" }
84-
cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "d1c06ce0bda73898bcb685212e7740f5afc0c2dd" }
85-
cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "d1c06ce0bda73898bcb685212e7740f5afc0c2dd" }
86-
cumulus-pallet-xcm = { git = "https://github.com/paritytech//cumulus", rev = "d1c06ce0bda73898bcb685212e7740f5afc0c2dd" }
82+
cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", rev = "867bfcd8f87cc986d1a3e9eeaf16c8b4e9a27790" }
83+
parachain-info = { git = "https://github.com/paritytech//cumulus", rev = "867bfcd8f87cc986d1a3e9eeaf16c8b4e9a27790" }
84+
cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "867bfcd8f87cc986d1a3e9eeaf16c8b4e9a27790" }
85+
cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "867bfcd8f87cc986d1a3e9eeaf16c8b4e9a27790" }
86+
cumulus-pallet-xcm = { git = "https://github.com/paritytech//cumulus", rev = "867bfcd8f87cc986d1a3e9eeaf16c8b4e9a27790" }
8787

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

auction/Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ edition = "2021"
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.15", default-features = false }
15-
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15", default-features = false }
14+
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
15+
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
1616

17-
frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15", default-features = false }
18-
frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15", default-features = false }
17+
frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
18+
frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", 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.15" }
23-
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
22+
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
23+
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
2424

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

auction/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ pub mod module {
9595
StorageDoubleMap<_, Twox64Concat, T::BlockNumber, Blake2_128Concat, T::AuctionId, (), OptionQuery>;
9696

9797
#[pallet::pallet]
98+
#[pallet::generate_store(pub(super) trait Store)]
99+
#[pallet::without_storage_info]
98100
pub struct Pallet<T>(_);
99101

100102
#[pallet::hooks]

auction/src/mock.rs

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ impl frame_system::Config for Runtime {
4343
type SystemWeightInfo = ();
4444
type SS58Prefix = ();
4545
type OnSetCode = ();
46+
type MaxConsumers = frame_support::traits::ConstU32<16>;
4647
}
4748

4849
pub struct Handler;

authority/Cargo.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ edition = "2021"
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.15", default-features = false }
15-
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15", default-features = false }
16-
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15", default-features = false }
14+
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
15+
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
16+
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
1717

18-
frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15", default-features = false }
19-
frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15", default-features = false }
18+
frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
19+
frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
2020

2121
[dev-dependencies]
22-
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
23-
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
24-
pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
22+
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
23+
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
24+
pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
2525

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

0 commit comments

Comments
 (0)