mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 16:51:02 +00:00
Update Substrate/Polkadot/Cumulus dependencies + weights v2 (#1850)
* cargo update * weights v2 * clippy * no spellcheck for weights.rs * fix proof_size component in MAXIMUM_BLOCK_WEIGHT constants * "fix" proof_size in select_delivery_transaction_limits_works * spellcheck
This commit is contained in:
committed by
Bastian Köcher
parent
14b6e13916
commit
a091b8405e
@@ -501,8 +501,12 @@ mod tests {
|
||||
//
|
||||
// Any significant change in this values should attract additional attention.
|
||||
//
|
||||
// TODO: https://github.com/paritytech/parity-bridges-common/issues/1543 - remove `set_proof_size`
|
||||
(1024, Weight::from_ref_time(216_600_684_000).set_proof_size(217)),
|
||||
// TODO: https://github.com/paritytech/parity-bridges-common/issues/1543 - the `proof_size`
|
||||
// component is too large here!
|
||||
(
|
||||
1024,
|
||||
Weight::from_ref_time(216_600_106_667).set_proof_size(7_993_589_098_607_472_367)
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user