Skip to content

Commit 9ae20ea

Browse files
authored
Merge pull request #1218 from interlay/nakul/release_1.25.4
chore: runtime upgrade 1.25.4
2 parents 68638d1 + 8723867 commit 9ae20ea

Some content is hidden

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

81 files changed

+2837
-2843
lines changed

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

parachain/runtime/interlay/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
112112
spec_name: create_runtime_str!("interlay-parachain"),
113113
impl_name: create_runtime_str!("interlay-parachain"),
114114
authoring_version: 1,
115-
spec_version: 1025003,
115+
spec_version: 1025004,
116116
impl_version: 1,
117117
transaction_version: 4,
118118
apis: RUNTIME_API_VERSIONS,

parachain/runtime/interlay/src/weights/annuity_escrow_annuity.rs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
//! Autogenerated weights for annuity
33
//!
44
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
5-
//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]`
5+
//! DATE: 2024-01-08, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]`
66
//! WORST CASE MAP SIZE: `1000000`
7-
//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor`
7+
//! HOSTNAME: `interlay-hetzner-01`, CPU: `AMD EPYC 7502P 32-Core Processor`
88
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024
99
1010
// Executed Command:
11-
// target/release/interbtc-parachain
11+
// ./target/release/interbtc-parachain
1212
// benchmark
1313
// pallet
1414
// --pallet
@@ -44,8 +44,8 @@ impl<T: frame_system::Config> annuity::WeightInfo for WeightInfo<T> {
4444
// Proof Size summary in bytes:
4545
// Measured: `0`
4646
// Estimated: `0`
47-
// Minimum execution time: 13_878_000 picoseconds.
48-
Weight::from_parts(14_369_000, 0)
47+
// Minimum execution time: 13_557_000 picoseconds.
48+
Weight::from_parts(13_848_000, 0)
4949
}
5050
/// Storage: EscrowRewards Stake (r:1 w:0)
5151
/// Proof: EscrowRewards Stake (max_values: None, max_size: Some(64), added: 2539, mode: MaxEncodedLen)
@@ -63,8 +63,8 @@ impl<T: frame_system::Config> annuity::WeightInfo for WeightInfo<T> {
6363
// Proof Size summary in bytes:
6464
// Measured: `1014`
6565
// Estimated: `6170`
66-
// Minimum execution time: 125_391_000 picoseconds.
67-
Weight::from_parts(130_662_000, 6170)
66+
// Minimum execution time: 118_507_000 picoseconds.
67+
Weight::from_parts(119_780_000, 6170)
6868
.saturating_add(T::DbWeight::get().reads(7_u64))
6969
.saturating_add(T::DbWeight::get().writes(4_u64))
7070
}
@@ -74,15 +74,15 @@ impl<T: frame_system::Config> annuity::WeightInfo for WeightInfo<T> {
7474
// Proof Size summary in bytes:
7575
// Measured: `536`
7676
// Estimated: `3580`
77-
// Minimum execution time: 23_708_000 picoseconds.
78-
Weight::from_parts(25_200_000, 3580)
77+
// Minimum execution time: 21_874_000 picoseconds.
78+
Weight::from_parts(22_556_000, 3580)
7979
.saturating_add(T::DbWeight::get().reads(1_u64))
8080
}
8181
fn set_reward_per_wrapped () -> Weight {
8282
// Proof Size summary in bytes:
8383
// Measured: `0`
8484
// Estimated: `0`
85-
// Minimum execution time: 9_058_000 picoseconds.
86-
Weight::from_parts(9_459_000, 0)
85+
// Minimum execution time: 8_567_000 picoseconds.
86+
Weight::from_parts(8_737_000, 0)
8787
}
8888
}

parachain/runtime/interlay/src/weights/annuity_vault_annuity.rs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
//! Autogenerated weights for annuity
33
//!
44
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
5-
//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]`
5+
//! DATE: 2024-01-08, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]`
66
//! WORST CASE MAP SIZE: `1000000`
7-
//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor`
7+
//! HOSTNAME: `interlay-hetzner-01`, CPU: `AMD EPYC 7502P 32-Core Processor`
88
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024
99
1010
// Executed Command:
11-
// target/release/interbtc-parachain
11+
// ./target/release/interbtc-parachain
1212
// benchmark
1313
// pallet
1414
// --pallet
@@ -44,8 +44,8 @@ impl<T: frame_system::Config> annuity::WeightInfo for WeightInfo<T> {
4444
// Proof Size summary in bytes:
4545
// Measured: `0`
4646
// Estimated: `0`
47-
// Minimum execution time: 14_750_000 picoseconds.
48-
Weight::from_parts(15_390_000, 0)
47+
// Minimum execution time: 14_189_000 picoseconds.
48+
Weight::from_parts(14_439_000, 0)
4949
}
5050
fn withdraw_rewards () -> Weight {
5151
// Proof Size summary in bytes:
@@ -60,15 +60,15 @@ impl<T: frame_system::Config> annuity::WeightInfo for WeightInfo<T> {
6060
// Proof Size summary in bytes:
6161
// Measured: `536`
6262
// Estimated: `3580`
63-
// Minimum execution time: 23_998_000 picoseconds.
64-
Weight::from_parts(25_060_000, 3580)
63+
// Minimum execution time: 22_174_000 picoseconds.
64+
Weight::from_parts(22_455_000, 3580)
6565
.saturating_add(T::DbWeight::get().reads(1_u64))
6666
}
6767
fn set_reward_per_wrapped () -> Weight {
6868
// Proof Size summary in bytes:
6969
// Measured: `0`
7070
// Estimated: `0`
71-
// Minimum execution time: 9_028_000 picoseconds.
72-
Weight::from_parts(9_399_000, 0)
71+
// Minimum execution time: 8_386_000 picoseconds.
72+
Weight::from_parts(8_577_000, 0)
7373
}
7474
}

parachain/runtime/interlay/src/weights/btc_relay.rs

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
//! Autogenerated weights for btc_relay
33
//!
44
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
5-
//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]`
5+
//! DATE: 2024-01-08, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]`
66
//! WORST CASE MAP SIZE: `1000000`
7-
//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor`
7+
//! HOSTNAME: `interlay-hetzner-01`, CPU: `AMD EPYC 7502P 32-Core Processor`
88
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024
99
1010
// Executed Command:
11-
// target/release/interbtc-parachain
11+
// ./target/release/interbtc-parachain
1212
// benchmark
1313
// pallet
1414
// --pallet
@@ -64,8 +64,8 @@ impl<T: frame_system::Config> btc_relay::WeightInfo for WeightInfo<T> {
6464
// Proof Size summary in bytes:
6565
// Measured: `403`
6666
// Estimated: `3489`
67-
// Minimum execution time: 71_783_000 picoseconds.
68-
Weight::from_parts(74_009_000, 3489)
67+
// Minimum execution time: 65_110_000 picoseconds.
68+
Weight::from_parts(65_551_000, 3489)
6969
.saturating_add(T::DbWeight::get().reads(5_u64))
7070
.saturating_add(T::DbWeight::get().writes(8_u64))
7171
}
@@ -89,8 +89,8 @@ impl<T: frame_system::Config> btc_relay::WeightInfo for WeightInfo<T> {
8989
// Proof Size summary in bytes:
9090
// Measured: `874`
9191
// Estimated: `6340`
92-
// Minimum execution time: 88_808_000 picoseconds.
93-
Weight::from_parts(90_482_000, 6340)
92+
// Minimum execution time: 79_088_000 picoseconds.
93+
Weight::from_parts(80_210_000, 6340)
9494
.saturating_add(T::DbWeight::get().reads(7_u64))
9595
.saturating_add(T::DbWeight::get().writes(5_u64))
9696
}
@@ -115,10 +115,10 @@ impl<T: frame_system::Config> btc_relay::WeightInfo for WeightInfo<T> {
115115
// Proof Size summary in bytes:
116116
// Measured: `806 + f * (101 ±0)`
117117
// Estimated: `6340 + f * (2507 ±0)`
118-
// Minimum execution time: 101_073_000 picoseconds.
119-
Weight::from_parts(95_176_412, 6340)
120-
// Standard Error: 452_083
121-
.saturating_add(Weight::from_parts(11_888_980, 0).saturating_mul(f.into()))
118+
// Minimum execution time: 93_477_000 picoseconds.
119+
Weight::from_parts(79_727_050, 6340)
120+
// Standard Error: 447_126
121+
.saturating_add(Weight::from_parts(12_927_215, 0).saturating_mul(f.into()))
122122
.saturating_add(T::DbWeight::get().reads(7_u64))
123123
.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(f.into())))
124124
.saturating_add(T::DbWeight::get().writes(5_u64))
@@ -145,10 +145,10 @@ impl<T: frame_system::Config> btc_relay::WeightInfo for WeightInfo<T> {
145145
// Proof Size summary in bytes:
146146
// Measured: `842 + f * (99 ±0)`
147147
// Estimated: `6340 + f * (2499 ±0)`
148-
// Minimum execution time: 97_675_000 picoseconds.
149-
Weight::from_parts(89_104_041, 6340)
150-
// Standard Error: 196_333
151-
.saturating_add(Weight::from_parts(14_328_939, 0).saturating_mul(f.into()))
148+
// Minimum execution time: 93_367_000 picoseconds.
149+
Weight::from_parts(84_126_704, 6340)
150+
// Standard Error: 88_313
151+
.saturating_add(Weight::from_parts(13_283_447, 0).saturating_mul(f.into()))
152152
.saturating_add(T::DbWeight::get().reads(8_u64))
153153
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(f.into())))
154154
.saturating_add(T::DbWeight::get().writes(4_u64))
@@ -180,10 +180,10 @@ impl<T: frame_system::Config> btc_relay::WeightInfo for WeightInfo<T> {
180180
// Proof Size summary in bytes:
181181
// Measured: `4741 + f * (240 ±0)`
182182
// Estimated: `54490 + f * (1340 ±45)`
183-
// Minimum execution time: 506_604_000 picoseconds.
184-
Weight::from_parts(465_095_071, 54490)
185-
// Standard Error: 430_820
186-
.saturating_add(Weight::from_parts(18_597_675, 0).saturating_mul(f.into()))
183+
// Minimum execution time: 505_673_000 picoseconds.
184+
Weight::from_parts(496_668_816, 54490)
185+
// Standard Error: 239_165
186+
.saturating_add(Weight::from_parts(7_470_182, 0).saturating_mul(f.into()))
187187
.saturating_add(T::DbWeight::get().reads(42_u64))
188188
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(f.into())))
189189
.saturating_add(T::DbWeight::get().writes(46_u64))

parachain/runtime/interlay/src/weights/clients_info.rs

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
//! Autogenerated weights for clients_info
33
//!
44
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
5-
//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]`
5+
//! DATE: 2024-01-08, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]`
66
//! WORST CASE MAP SIZE: `1000000`
7-
//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor`
7+
//! HOSTNAME: `interlay-hetzner-01`, CPU: `AMD EPYC 7502P 32-Core Processor`
88
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024
99
1010
// Executed Command:
11-
// target/release/interbtc-parachain
11+
// ./target/release/interbtc-parachain
1212
// benchmark
1313
// pallet
1414
// --pallet
@@ -44,12 +44,16 @@ impl<T: frame_system::Config> clients_info::WeightInfo for WeightInfo<T> {
4444
/// Proof: ClientsInfo CurrentClientReleases (max_values: None, max_size: Some(562), added: 3037, mode: MaxEncodedLen)
4545
/// The range of component `n` is `[0, 255]`.
4646
/// The range of component `u` is `[0, 255]`.
47-
fn set_current_client_release (_n: u32, _u: u32, ) -> Weight {
47+
fn set_current_client_release (n: u32, u: u32, ) -> Weight {
4848
// Proof Size summary in bytes:
4949
// Measured: `0`
5050
// Estimated: `0`
51-
// Minimum execution time: 23_357_000 picoseconds.
52-
Weight::from_parts(26_197_179, 0)
51+
// Minimum execution time: 22_606_000 picoseconds.
52+
Weight::from_parts(23_214_319, 0)
53+
// Standard Error: 355
54+
.saturating_add(Weight::from_parts(2_953, 0).saturating_mul(n.into()))
55+
// Standard Error: 355
56+
.saturating_add(Weight::from_parts(1_249, 0).saturating_mul(u.into()))
5357
.saturating_add(T::DbWeight::get().writes(1_u64))
5458
}
5559
/// Storage: ClientsInfo PendingClientReleases (r:0 w:1)
@@ -60,12 +64,12 @@ impl<T: frame_system::Config> clients_info::WeightInfo for WeightInfo<T> {
6064
// Proof Size summary in bytes:
6165
// Measured: `0`
6266
// Estimated: `0`
63-
// Minimum execution time: 22_976_000 picoseconds.
64-
Weight::from_parts(24_221_268, 0)
65-
// Standard Error: 615
66-
.saturating_add(Weight::from_parts(3_577, 0).saturating_mul(n.into()))
67-
// Standard Error: 615
68-
.saturating_add(Weight::from_parts(1_267, 0).saturating_mul(u.into()))
67+
// Minimum execution time: 22_495_000 picoseconds.
68+
Weight::from_parts(23_222_048, 0)
69+
// Standard Error: 529
70+
.saturating_add(Weight::from_parts(2_781, 0).saturating_mul(n.into()))
71+
// Standard Error: 529
72+
.saturating_add(Weight::from_parts(1_888, 0).saturating_mul(u.into()))
6973
.saturating_add(T::DbWeight::get().writes(1_u64))
7074
}
7175
}

parachain/runtime/interlay/src/weights/collator_selection.rs

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
//! Autogenerated weights for collator_selection
33
//!
44
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
5-
//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]`
5+
//! DATE: 2024-01-08, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]`
66
//! WORST CASE MAP SIZE: `1000000`
7-
//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor`
7+
//! HOSTNAME: `interlay-hetzner-01`, CPU: `AMD EPYC 7502P 32-Core Processor`
88
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024
99
1010
// Executed Command:
11-
// target/release/interbtc-parachain
11+
// ./target/release/interbtc-parachain
1212
// benchmark
1313
// pallet
1414
// --pallet
@@ -49,10 +49,10 @@ impl<T: frame_system::Config> collator_selection::WeightInfo for WeightInfo<T> {
4949
// Proof Size summary in bytes:
5050
// Measured: `252 + b * (78 ±0)`
5151
// Estimated: `1241 + b * (2554 ±0)`
52-
// Minimum execution time: 28_387_000 picoseconds.
53-
Weight::from_parts(19_586_047, 1241)
54-
// Standard Error: 104_765
55-
.saturating_add(Weight::from_parts(5_569_637, 0).saturating_mul(b.into()))
52+
// Minimum execution time: 28_336_000 picoseconds.
53+
Weight::from_parts(27_804_991, 1241)
54+
// Standard Error: 26_015
55+
.saturating_add(Weight::from_parts(4_868_358, 0).saturating_mul(b.into()))
5656
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))
5757
.saturating_add(T::DbWeight::get().writes(1_u64))
5858
.saturating_add(Weight::from_parts(0, 2554).saturating_mul(b.into()))
@@ -63,8 +63,8 @@ impl<T: frame_system::Config> collator_selection::WeightInfo for WeightInfo<T> {
6363
// Proof Size summary in bytes:
6464
// Measured: `0`
6565
// Estimated: `0`
66-
// Minimum execution time: 17_825_000 picoseconds.
67-
Weight::from_parts(24_970_000, 0)
66+
// Minimum execution time: 15_782_000 picoseconds.
67+
Weight::from_parts(16_102_000, 0)
6868
.saturating_add(T::DbWeight::get().writes(1_u64))
6969
}
7070
/// Storage: CollatorSelection CandidacyBond (r:0 w:1)
@@ -73,8 +73,8 @@ impl<T: frame_system::Config> collator_selection::WeightInfo for WeightInfo<T> {
7373
// Proof Size summary in bytes:
7474
// Measured: `0`
7575
// Estimated: `0`
76-
// Minimum execution time: 26_052_000 picoseconds.
77-
Weight::from_parts(27_986_000, 0)
76+
// Minimum execution time: 16_553_000 picoseconds.
77+
Weight::from_parts(17_616_000, 0)
7878
.saturating_add(T::DbWeight::get().writes(1_u64))
7979
}
8080
/// Storage: CollatorSelection Candidates (r:1 w:1)
@@ -100,10 +100,10 @@ impl<T: frame_system::Config> collator_selection::WeightInfo for WeightInfo<T> {
100100
// Proof Size summary in bytes:
101101
// Measured: `902 + c * (96 ±0)`
102102
// Estimated: `49487 + c * (97 ±0)`
103-
// Minimum execution time: 78_588_000 picoseconds.
104-
Weight::from_parts(82_310_845, 49487)
105-
// Standard Error: 88_497
106-
.saturating_add(Weight::from_parts(487_436, 0).saturating_mul(c.into()))
103+
// Minimum execution time: 76_413_000 picoseconds.
104+
Weight::from_parts(83_708_260, 49487)
105+
// Standard Error: 90_370
106+
.saturating_add(Weight::from_parts(171_012, 0).saturating_mul(c.into()))
107107
.saturating_add(T::DbWeight::get().reads(8_u64))
108108
.saturating_add(T::DbWeight::get().writes(3_u64))
109109
.saturating_add(Weight::from_parts(0, 97).saturating_mul(c.into()))
@@ -119,10 +119,10 @@ impl<T: frame_system::Config> collator_selection::WeightInfo for WeightInfo<T> {
119119
// Proof Size summary in bytes:
120120
// Measured: `402 + c * (64 ±0)`
121121
// Estimated: `49487`
122-
// Minimum execution time: 41_573_000 picoseconds.
123-
Weight::from_parts(42_921_116, 49487)
124-
// Standard Error: 17_308
125-
.saturating_add(Weight::from_parts(209_885, 0).saturating_mul(c.into()))
122+
// Minimum execution time: 41_293_000 picoseconds.
123+
Weight::from_parts(41_518_725, 49487)
124+
// Standard Error: 8_581
125+
.saturating_add(Weight::from_parts(135_185, 0).saturating_mul(c.into()))
126126
.saturating_add(T::DbWeight::get().reads(2_u64))
127127
.saturating_add(T::DbWeight::get().writes(3_u64))
128128
}
@@ -136,8 +136,8 @@ impl<T: frame_system::Config> collator_selection::WeightInfo for WeightInfo<T> {
136136
// Proof Size summary in bytes:
137137
// Measured: `650`
138138
// Estimated: `6170`
139-
// Minimum execution time: 72_686_000 picoseconds.
140-
Weight::from_parts(73_928_000, 6170)
139+
// Minimum execution time: 70_452_000 picoseconds.
140+
Weight::from_parts(71_212_000, 6170)
141141
.saturating_add(T::DbWeight::get().reads(3_u64))
142142
.saturating_add(T::DbWeight::get().writes(4_u64))
143143
}
@@ -161,10 +161,10 @@ impl<T: frame_system::Config> collator_selection::WeightInfo for WeightInfo<T> {
161161
// Proof Size summary in bytes:
162162
// Measured: `793 + c * (194 ±0) + r * (47 ±0)`
163163
// Estimated: `49487 + c * (2563 ±0) + r * (2207 ±23)`
164-
// Minimum execution time: 51_603_000 picoseconds.
165-
Weight::from_parts(53_327_000, 49487)
166-
// Standard Error: 385_035
167-
.saturating_add(Weight::from_parts(25_609_068, 0).saturating_mul(c.into()))
164+
// Minimum execution time: 51_012_000 picoseconds.
165+
Weight::from_parts(51_593_000, 49487)
166+
// Standard Error: 398_397
167+
.saturating_add(Weight::from_parts(24_990_802, 0).saturating_mul(c.into()))
168168
.saturating_add(T::DbWeight::get().reads(6_u64))
169169
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(c.into())))
170170
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into())))

0 commit comments

Comments
 (0)