Add millau specific messages weights (#2097)

* refactor weights a bit

* post cherry-pick fixes

* do not run spellcheck on new weight files

* fix
This commit is contained in:
Svyatoslav Nikolsky
2023-05-01 12:22:51 +03:00
committed by Bastian Köcher
parent 77b2ef5f6e
commit b03c584e31
11 changed files with 438 additions and 40 deletions
@@ -136,6 +136,14 @@ impl XcmBlobHauler for ToRialtoParachainXcmBlobHauler {
}
}
impl pallet_bridge_messages::WeightInfoExt
for crate::weights::RialtoParachainMessagesWeightInfo<Runtime>
{
fn expected_extra_storage_proof_size() -> u32 {
bp_rialto_parachain::EXTRA_STORAGE_PROOF_SIZE
}
}
#[cfg(test)]
mod tests {
use super::*;