Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.9.16 #672

Merged
merged 13 commits into from
Jan 29, 2022
122 changes: 61 additions & 61 deletions Cargo.dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,68 +30,68 @@ resolver = "2"
split-debuginfo = "unpacked"

[patch.'https://github.com/paritytech/substrate']
frame-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
frame-support = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
frame-system = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
pallet-authorship = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
pallet-babe = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
pallet-balances = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
pallet-scheduler = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
pallet-session = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
pallet-staking = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
pallet-timestamp = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
pallet-treasury = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
pallet-vesting = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
sc-client-api = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
sc-client-db = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
sc-executor = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
sc-executor-common = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
sc-executor-wasmi = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
sc-utils = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
sp-api = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
sp-application-crypto = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
sp-arithmetic = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
sp-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
sp-authorship = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
sp-blockchain = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
sp-consensus = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
sp-core = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
sp-debug-derive = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
sp-externalities = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
sp-inherents = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
sp-io = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
sp-keystore = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
sp-npos-elections = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
sp-panic-handler = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
sp-runtime = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
sp-runtime-interface = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
sp-session = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
sp-staking = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
sp-state-machine = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
sp-std = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
sp-storage = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
sp-tasks = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
sp-timestamp = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
sp-trie = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
sp-version = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
sp-wasm-interface = { git = "https://github.com/paritytech//substrate", rev = "d36550a8da62fc968fac415c3379ad95d85105d1" }
frame-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
frame-support = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
frame-system = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
pallet-authorship = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
pallet-babe = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
pallet-balances = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
pallet-scheduler = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
pallet-session = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
pallet-staking = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
pallet-timestamp = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
pallet-treasury = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
pallet-vesting = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
sc-client-api = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
sc-client-db = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
sc-executor = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
sc-executor-common = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
sc-executor-wasmi = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
sc-utils = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
sp-api = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
sp-application-crypto = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
sp-arithmetic = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
sp-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
sp-authorship = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
sp-blockchain = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
sp-consensus = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
sp-core = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
sp-debug-derive = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
sp-externalities = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
sp-inherents = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
sp-io = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
sp-keystore = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
sp-npos-elections = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
sp-panic-handler = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
sp-runtime = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
sp-runtime-interface = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
sp-session = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
sp-staking = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
sp-state-machine = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
sp-std = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
sp-storage = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
sp-tasks = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
sp-timestamp = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
sp-trie = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
sp-version = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }
sp-wasm-interface = { git = "https://github.com/paritytech//substrate", rev = "1c2332db8b6784d10bba55db794c5476aa49732a" }

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

[patch.'https://github.com/paritytech/polkadot']
xcm = { git = "https://github.com/paritytech//polkadot", rev = "53dc81cddceed656f14b262ba9d82d571b21832a" }
xcm-executor = { git = "https://github.com/paritytech//polkadot", rev = "53dc81cddceed656f14b262ba9d82d571b21832a" }
xcm-builder = { git = "https://github.com/paritytech//polkadot", rev = "53dc81cddceed656f14b262ba9d82d571b21832a" }
pallet-xcm = { git = "https://github.com/paritytech//polkadot", rev = "53dc81cddceed656f14b262ba9d82d571b21832a" }
polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", rev = "53dc81cddceed656f14b262ba9d82d571b21832a" }
polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", rev = "53dc81cddceed656f14b262ba9d82d571b21832a" }
polkadot-parachain = { git = "https://github.com/paritytech//polkadot", rev = "53dc81cddceed656f14b262ba9d82d571b21832a" }
polkadot-primitives = { git = "https://github.com/paritytech//polkadot", rev = "53dc81cddceed656f14b262ba9d82d571b21832a" }
xcm-simulator = { git = "https://github.com/paritytech//polkadot", rev = "53dc81cddceed656f14b262ba9d82d571b21832a" }
xcm = { git = "https://github.com/paritytech//polkadot", rev = "192586a2c8e7a742f38522c7f2425badc73d5966" }
xcm-executor = { git = "https://github.com/paritytech//polkadot", rev = "192586a2c8e7a742f38522c7f2425badc73d5966" }
xcm-builder = { git = "https://github.com/paritytech//polkadot", rev = "192586a2c8e7a742f38522c7f2425badc73d5966" }
pallet-xcm = { git = "https://github.com/paritytech//polkadot", rev = "192586a2c8e7a742f38522c7f2425badc73d5966" }
polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", rev = "192586a2c8e7a742f38522c7f2425badc73d5966" }
polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", rev = "192586a2c8e7a742f38522c7f2425badc73d5966" }
polkadot-parachain = { git = "https://github.com/paritytech//polkadot", rev = "192586a2c8e7a742f38522c7f2425badc73d5966" }
polkadot-primitives = { git = "https://github.com/paritytech//polkadot", rev = "192586a2c8e7a742f38522c7f2425badc73d5966" }
xcm-simulator = { git = "https://github.com/paritytech//polkadot", rev = "192586a2c8e7a742f38522c7f2425badc73d5966" }
12 changes: 6 additions & 6 deletions auction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ edition = "2021"
scale-info = { version = "1.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.124", optional = true }
codec = { package = "parity-scale-codec", version = "2.3.1", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15", default-features = false }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }

frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15", default-features = false }
frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15", default-features = false }
frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false }

[dev-dependencies]
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }

[features]
default = ["std"]
Expand Down
2 changes: 2 additions & 0 deletions auction/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ pub mod module {
StorageDoubleMap<_, Twox64Concat, T::BlockNumber, Blake2_128Concat, T::AuctionId, (), OptionQuery>;

#[pallet::pallet]
#[pallet::generate_store(pub(super) trait Store)]
#[pallet::without_storage_info]
pub struct Pallet<T>(_);

#[pallet::hooks]
Expand Down
1 change: 1 addition & 0 deletions auction/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ impl frame_system::Config for Runtime {
type SystemWeightInfo = ();
type SS58Prefix = ();
type OnSetCode = ();
type MaxConsumers = frame_support::traits::ConstU32<16>;
}

pub struct Handler;
Expand Down
16 changes: 8 additions & 8 deletions authority/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ edition = "2021"
scale-info = { version = "1.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.124", optional = true }
codec = { package = "parity-scale-codec", version = "2.3.1", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15", default-features = false }
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15", default-features = false }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.15", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }

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

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

[features]
default = ["std"]
Expand Down
Loading