Skip to content

Commit c8d31a2

Browse files
authored
update polkadot-v0.9.23 (#761)
* update polkadot-v0.9.23 * fix into_account * fmt * rm wasm-instrument patch * change into_sub_account to into_account
1 parent 3f8452a commit c8d31a2

File tree

33 files changed

+298
-302
lines changed

33 files changed

+298
-302
lines changed

Cargo.dev.toml

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

asset-registry/Cargo.toml

+23-23
Original file line numberDiff line numberDiff line change
@@ -8,38 +8,38 @@ authors = ["Interlay Ltd, etc"]
88
edition = "2021"
99

1010
[dependencies]
11-
scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }
11+
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
1212
serde = { version = "1.0.136", optional = true }
1313
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["max-encoded-len"] }
14-
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false }
15-
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false }
16-
frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false }
17-
frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false }
14+
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", default-features = false }
15+
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", default-features = false }
16+
frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", default-features = false }
17+
frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", default-features = false }
1818
orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false }
19-
xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.22", default-features = false }
20-
xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.22", default-features = false }
21-
xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.22", default-features = false }
19+
xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.23", default-features = false }
20+
xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.23", default-features = false }
21+
xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.23", default-features = false }
2222

2323
[dev-dependencies]
24-
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false }
25-
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }
26-
pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22" }
24+
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", default-features = false }
25+
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
26+
pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
2727

2828
# cumulus
29-
cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.22" }
30-
cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.22" }
31-
cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.22" }
32-
cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.22" }
33-
parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.22" }
29+
cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.23" }
30+
cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.23" }
31+
cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.23" }
32+
cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.23" }
33+
parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.23" }
3434

3535
# polkadot
36-
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.22" }
37-
xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.22" }
38-
xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.22" }
39-
xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.22" }
40-
pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.22" }
41-
polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.22" }
42-
xcm-simulator = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.22"}
36+
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.23" }
37+
xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.23" }
38+
xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.23" }
39+
xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.23" }
40+
pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.23" }
41+
polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.23" }
42+
xcm-simulator = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.23"}
4343

4444
orml-tokens = { path = "../tokens" }
4545
orml-xtokens = { path = "../xtokens" }

asset-registry/src/mock/para.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ pub type XcmRouter = ParachainXcmRouter<ParachainInfo>;
158158
pub type Barrier = (TakeWeightCredit, AllowTopLevelPaidExecutionFrom<Everything>);
159159

160160
parameter_types! {
161-
pub TreasuryAccount: AccountId = PalletId(*b"Treasury").into_account();
161+
pub TreasuryAccount: AccountId = PalletId(*b"Treasury").into_account_truncating();
162162
}
163163

164164
pub struct ToTreasury;

asset-registry/src/tests.rs

+4-7
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,23 @@ use frame_support::{assert_noop, assert_ok};
77
use mock::*;
88
use orml_traits::MultiCurrency;
99
use polkadot_parachain::primitives::Sibling;
10-
use sp_runtime::AccountId32;
10+
use sp_runtime::{traits::AccountIdConversion, AccountId32};
1111
use xcm_simulator::TestExt;
1212

1313
fn treasury_account() -> AccountId32 {
1414
TreasuryAccount::get()
1515
}
1616

1717
fn sibling_a_account() -> AccountId32 {
18-
use sp_runtime::traits::AccountIdConversion;
19-
Sibling::from(1).into_account()
18+
Sibling::from(1).into_account_truncating()
2019
}
2120

2221
fn sibling_b_account() -> AccountId32 {
23-
use sp_runtime::traits::AccountIdConversion;
24-
Sibling::from(2).into_account()
22+
Sibling::from(2).into_account_truncating()
2523
}
2624

2725
fn sibling_c_account() -> AccountId32 {
28-
use sp_runtime::traits::AccountIdConversion;
29-
Sibling::from(3).into_account()
26+
Sibling::from(3).into_account_truncating()
3027
}
3128

3229
// Not used in any unit tests, but it's super helpful for debugging. Let's

auction/Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ authors = ["Acala Developers"]
88
edition = "2021"
99

1010
[dependencies]
11-
scale-info = { version = "2.1", default-features = false, features = ["derive"] }
11+
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
1212
serde = { version = "1.0.136", optional = true }
1313
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false }
14-
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false }
15-
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false }
14+
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", default-features = false }
15+
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", default-features = false }
1616

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

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

authority/Cargo.toml

+9-9
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ authors = ["Acala Developers"]
88
edition = "2021"
99

1010
[dependencies]
11-
scale-info = { version = "2.1", default-features = false, features = ["derive"] }
11+
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
1212
serde = { version = "1.0.136", optional = true }
1313
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false }
14-
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false }
15-
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false }
16-
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false }
14+
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", default-features = false }
15+
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", default-features = false }
16+
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", default-features = false }
1717

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

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

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

bencher/Cargo.toml

+12-12
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ 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 = "3.0.0", features = ["derive"], default-features = false }
27-
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false }
28-
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false }
29-
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false }
30-
sp-runtime-interface = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false }
31-
sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false, optional = true }
32-
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false, features = ["wasmtime"], optional = true }
33-
sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", optional = true }
34-
sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false, features = ["with-kvdb-rocksdb"], optional = true }
35-
sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false, optional = true }
36-
frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false }
37-
sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false }
38-
sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false, optional = true }
27+
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", default-features = false }
28+
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", default-features = false }
29+
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", default-features = false }
30+
sp-runtime-interface = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", default-features = false }
31+
sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", default-features = false, optional = true }
32+
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", default-features = false, features = ["wasmtime"], optional = true }
33+
sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", optional = true }
34+
sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", default-features = false, features = ["with-kvdb-rocksdb"], optional = true }
35+
sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", default-features = false, optional = true }
36+
frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", default-features = false }
37+
sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", default-features = false }
38+
sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", default-features = false, optional = true }
3939

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

bencher/src/bench_runner.rs

+10-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use super::{
33
tracker::{BenchTracker, BenchTrackerExt},
44
};
55
use frame_benchmarking::frame_support::sp_runtime::traits::Block;
6-
use sc_executor::{WasmExecutionMethod, WasmExecutor};
6+
use sc_executor::{WasmExecutionMethod, WasmExecutor, WasmtimeInstantiationStrategy};
77
use sc_executor_common::runtime_blob::RuntimeBlob;
88
use sp_externalities::Extensions;
99
use sp_state_machine::{Ext, OverlayedChanges, StorageTransactionCache};
@@ -30,8 +30,15 @@ pub fn run<B: Block>(wasm_code: Vec<u8>) -> std::result::Result<Vec<u8>, sc_exec
3030
let ext = Ext::<_, _>::new(&mut overlay, &mut cache, &state, Some(&mut extensions));
3131
let mut bench_ext = BenchExt::new(ext, tracker);
3232

33-
let executor =
34-
WasmExecutor::<ComposeHostFunctions>::new(WasmExecutionMethod::Compiled, Default::default(), 1, None, 1);
33+
let executor = WasmExecutor::<ComposeHostFunctions>::new(
34+
WasmExecutionMethod::Compiled {
35+
instantiation_strategy: WasmtimeInstantiationStrategy::PoolingCopyOnWrite,
36+
},
37+
Default::default(),
38+
1,
39+
None,
40+
1,
41+
);
3542

3643
let blob = RuntimeBlob::uncompress_if_needed(&wasm_code[..]).unwrap();
3744

bencher/test/Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ required-features = ["bench"]
1313

1414
[dependencies]
1515
serde = { version = "1.0.136", optional = true }
16-
scale-info = { version = "2.1", default-features = false, features = ["derive"] }
16+
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
1717
codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"], default-features = false }
18-
frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false }
19-
frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false }
20-
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false }
21-
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false }
22-
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false }
18+
frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", default-features = false }
19+
frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", default-features = false }
20+
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", default-features = false }
21+
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", default-features = false }
22+
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", 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.22" }
27+
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
2828

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

benchmarking/Cargo.toml

+10-10
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ edition = "2021"
1111
serde = { version = "1.0.136", optional = true }
1212
paste = "1.0.7"
1313
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false }
14-
scale-info = { version = "2.1", default-features = false, features = ["derive"] }
15-
sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false }
16-
sp-runtime-interface = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false }
17-
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false }
18-
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false }
19-
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false }
20-
sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false }
21-
frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false }
22-
frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.22", default-features = false }
14+
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
15+
sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", default-features = false }
16+
sp-runtime-interface = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", default-features = false }
17+
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", default-features = false }
18+
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", default-features = false }
19+
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", default-features = false }
20+
sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", default-features = false }
21+
frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", default-features = false }
22+
frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23", default-features = false }
2323
log = { version = "0.4.17", default-features = false }
2424

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

2929
[features]

0 commit comments

Comments
 (0)