Skip to content

Commit cf3d8aa

Browse files
committed
Revert "Revert "Polkadot v0.9.17 (#705)""
This reverts commit dba578f.
1 parent 83e0304 commit cf3d8aa

File tree

29 files changed

+254
-250
lines changed

29 files changed

+254
-250
lines changed

Cargo.dev.toml

+65-65
Large diffs are not rendered by default.

auction/Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ edition = "2021"
99

1010
[dependencies]
1111
scale-info = { version = "1.0", default-features = false, features = ["derive"] }
12-
serde = { version = "1.0.124", optional = true }
12+
serde = { version = "1.0.136", 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.16", default-features = false }
15-
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
14+
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
15+
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
1616

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

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

authority/Cargo.toml

+9-9
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ edition = "2021"
99

1010
[dependencies]
1111
scale-info = { version = "1.0", default-features = false, features = ["derive"] }
12-
serde = { version = "1.0.124", optional = true }
12+
serde = { version = "1.0.136", 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.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 }
14+
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
15+
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
16+
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
1717

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 }
18+
frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
19+
frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
2020

2121
[dev-dependencies]
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" }
22+
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17" }
23+
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17" }
24+
pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17" }
2525

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

bencher/Cargo.toml

+14-14
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,24 @@ ansi_term = { version = "0.12.1", optional = true }
1818
wasm-gc-api = { version = "0.1.11", optional = true }
1919
rand = {version = "0.8.3", optional = true }
2020
linregress = { version = "0.4.4", optional = true }
21-
parking_lot = { version = "0.11.2", optional = true }
22-
serde = { version = "1.0.124", optional = true, features = ['derive'] }
21+
parking_lot = { version = "0.12.0", optional = true }
22+
serde = { version = "1.0.136", optional = true, features = ['derive'] }
2323
serde_json = {version = "1.0.68", optional = true }
2424
hash-db = { version = "0.15.2", default-features = false, optional = true }
2525
bencher-procedural = { path = "bencher-procedural", default-features = false }
2626
codec = { package = "parity-scale-codec", version = "2.3.1", features = ["derive"], default-features = false }
27-
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
28-
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
29-
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
30-
sp-runtime-interface = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
31-
sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false, optional = true }
32-
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false, features = ["wasmtime"], optional = true }
33-
sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", optional = true }
34-
sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false, features = ["with-kvdb-rocksdb"], optional = true }
35-
sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false, optional = true }
36-
frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
37-
sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
38-
sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false, optional = true }
27+
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
28+
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
29+
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
30+
sp-runtime-interface = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
31+
sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false, optional = true }
32+
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false, features = ["wasmtime"], optional = true }
33+
sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", optional = true }
34+
sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false, features = ["with-kvdb-rocksdb"], optional = true }
35+
sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false, optional = true }
36+
frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
37+
sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
38+
sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false, optional = true }
3939

4040
[features]
4141
default = ["std"]

bencher/src/bench_runner.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type ComposeHostFunctions = (
1616
);
1717

1818
/// Run benches
19-
pub fn run<B: Block>(wasm_code: Vec<u8>) -> std::result::Result<Vec<u8>, String> {
19+
pub fn run<B: Block>(wasm_code: Vec<u8>) -> std::result::Result<Vec<u8>, sc_executor_common::error::Error> {
2020
let mut overlay = OverlayedChanges::default();
2121
let mut cache = StorageTransactionCache::default();
2222
let state = sc_client_db::BenchmarkingState::<B>::new(Default::default(), Default::default(), false, true).unwrap();

bencher/test/Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ harness = false
1212
required-features = ["bench"]
1313

1414
[dependencies]
15-
serde = { version = "1.0.124", optional = true }
15+
serde = { version = "1.0.136", optional = true }
1616
scale-info = { version = "1.0", default-features = false, features = ["derive"] }
1717
codec = { package = "parity-scale-codec", version = "2.3.1", features = ["derive"], 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 }
20-
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
21-
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
22-
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
18+
frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
19+
frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
20+
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
21+
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
22+
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
2323
orml-bencher = { path = "..", default-features = false }
2424
orml-weight-meter = { path = "../../weight-meter", default-features = false }
2525

2626
[dev-dependencies]
27-
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
27+
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17" }
2828

2929
[features]
3030
default = ["std"]

benchmarking/Cargo.toml

+10-10
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ authors = ["Laminar Developers <[email protected]>"]
88
edition = "2021"
99

1010
[dependencies]
11-
serde = { version = "1.0.124", optional = true }
11+
serde = { version = "1.0.136", optional = true }
1212
paste = "1.0"
1313
codec = { package = "parity-scale-codec", version = "2.3.1", default-features = false }
1414
scale-info = { version = "1.0", default-features = false, features = ["derive"] }
15-
sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
16-
sp-runtime-interface = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
17-
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
18-
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
19-
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
20-
sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
21-
frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
22-
frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
15+
sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
16+
sp-runtime-interface = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
17+
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
18+
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
19+
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
20+
sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
21+
frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
22+
frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
2323
log = { version = "0.4.14", default-features = false }
2424

2525
[dev-dependencies]
26-
frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
26+
frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17" }
2727
hex-literal = "0.3.4"
2828

2929
[features]

benchmarking/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ macro_rules! impl_benchmark {
826826

827827
// Time the storage root recalculation.
828828
let start_storage_root = $crate::benchmarking::current_time();
829-
$crate::storage_root();
829+
$crate::storage_root($crate::StateVersion::V0);
830830
let finish_storage_root = $crate::benchmarking::current_time();
831831
let elapsed_storage_root = finish_storage_root - start_storage_root;
832832

currencies/Cargo.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ edition = "2021"
99

1010
[dependencies]
1111
scale-info = { version = "1.0", default-features = false, features = ["derive"] }
12-
serde = { version = "1.0.124", optional = true }
12+
serde = { version = "1.0.136", 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.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 }
14+
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
15+
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
16+
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
1717

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 }
18+
frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
19+
frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
2020

2121
orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false }
2222
orml-utilities = { path = "../utilities", version = "0.4.1-dev", default-features = false }
2323

2424
[dev-dependencies]
25-
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
26-
pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
25+
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17" }
26+
pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17" }
2727
orml_tokens = { package = "orml-tokens", path = "../tokens", version = "0.4.1-dev" }
2828

2929
[features]

gradually-update/Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ edition = "2021"
99

1010
[dependencies]
1111
scale-info = { version = "1.0", default-features = false, features = ["derive"] }
12-
serde = { version = "1.0.124", optional = true }
12+
serde = { version = "1.0.136", optional = true }
1313
codec = { package = "parity-scale-codec", version = "2.3.1", default-features = false, features = ["max-encoded-len"] }
14-
frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
15-
frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
16-
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
17-
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
18-
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
19-
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16", default-features = false }
14+
frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
15+
frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
16+
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
17+
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
18+
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
19+
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
2020

2121
[features]
2222
default = ["std"]

nft/Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ edition = "2021"
99

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

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 }
17+
frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
18+
frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17", default-features = false }
1919

2020
[dev-dependencies]
21-
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
22-
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
21+
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17" }
22+
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17" }
2323

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

0 commit comments

Comments
 (0)