Skip to content

Commit

Permalink
Merge branch 'development' into amar-bound-read-events-v0
Browse files Browse the repository at this point in the history
  • Loading branch information
4meta5 authored Feb 12, 2025
2 parents b48ae87 + e77e6d3 commit 3cab0ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 28 deletions.
6 changes: 3 additions & 3 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("analog-timechain"),
impl_name: create_runtime_str!("analog-timechain"),
authoring_version: 0,
spec_version: 16,
spec_version: 17,
impl_version: 0,
apis: apis::RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand All @@ -251,7 +251,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("analog-testnet"),
impl_name: create_runtime_str!("analog-testnet"),
authoring_version: 0,
spec_version: 16,
spec_version: 17,
impl_version: 0,
apis: apis::RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand All @@ -265,7 +265,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("analog-develop"),
impl_name: create_runtime_str!("analog-develop"),
authoring_version: 0,
spec_version: 16,
spec_version: 17,
impl_version: 0,
apis: apis::RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down
25 changes: 0 additions & 25 deletions runtime/src/weights/testnet/bridge_multisig.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,31 +62,6 @@ impl<T: frame_system::Config> bridge_multisig::WeightInfo for WeightInfo<T> {
/// Proof: `BridgeMultisig::Accounts` (`max_values`: None, `max_size`: None, mode: `Measured`)
/// Storage: `BridgeMultisig::Multisigs` (r:1 w:1)
/// Proof: `BridgeMultisig::Multisigs` (`max_values`: None, `max_size`: None, mode: `Measured`)
/// Storage: `BridgeMultisig::Calls` (r:1 w:1)
/// Proof: `BridgeMultisig::Calls` (`max_values`: None, `max_size`: None, mode: `Measured`)
/// Storage: `BridgeMultisig::DispatchedCalls` (r:1 w:0)
/// Proof: `BridgeMultisig::DispatchedCalls` (`max_values`: None, `max_size`: None, mode: `Measured`)
/// The range of component `s` is `[2, 100]`.
/// The range of component `z` is `[0, 10000]`.
fn as_multi_create_store(s: u32, z: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `111 + s * (32 ±0)`
// Estimated: `3576 + s * (32 ±0)`
// Minimum execution time: 22_262_000 picoseconds.
Weight::from_parts(19_824_562, 0)
.saturating_add(Weight::from_parts(0, 3576))
// Standard Error: 416
.saturating_add(Weight::from_parts(29_337, 0).saturating_mul(s.into()))
// Standard Error: 4
.saturating_add(Weight::from_parts(1_012, 0).saturating_mul(z.into()))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(2))
.saturating_add(Weight::from_parts(0, 32).saturating_mul(s.into()))
}
/// Storage: `BridgeMultisig::Accounts` (r:1 w:0)
/// Proof: `BridgeMultisig::Accounts` (`max_values`: None, `max_size`: None, mode: `Measured`)
/// Storage: `BridgeMultisig::Multisigs` (r:1 w:1)
/// Proof: `BridgeMultisig::Multisigs` (`max_values`: None, `max_size`: None, mode: `Measured`)
/// Storage: `BridgeMultisig::DispatchedCalls` (r:1 w:0)
/// Proof: `BridgeMultisig::DispatchedCalls` (`max_values`: None, `max_size`: None, mode: `Measured`)
/// The range of component `s` is `[3, 100]`.
Expand Down

0 comments on commit 3cab0ae

Please sign in to comment.