Properly set the max proof size weight on defaults and tests (#12383)
* Properly set the max proof size weight on defaults and tests * cargo fmt * Set proper max proof size for contracts pallet tests * Properly set max proof size for node * Properly set max proof size for frame system mock * Update test expectations * Update test expectations * Properly set max proof size for balances mock * Update test expectations * Update test expectations * Properly set max proof size for democracy mock * Properly set max proof size for scheduler mock * Properly set max proof size for fast unstake mock * Properly set max proof size for tx payment mock * Properly set max proof size for elections phragmen mock * Properly set max proof size for node template
Showing
- substrate/bin/node-template/runtime/src/lib.rs 5 additions, 2 deletionssubstrate/bin/node-template/runtime/src/lib.rs
- substrate/bin/node/runtime/src/impls.rs 1 addition, 1 deletionsubstrate/bin/node/runtime/src/impls.rs
- substrate/bin/node/runtime/src/lib.rs 2 additions, 2 deletionssubstrate/bin/node/runtime/src/lib.rs
- substrate/frame/balances/src/tests_composite.rs 3 additions, 1 deletionsubstrate/frame/balances/src/tests_composite.rs
- substrate/frame/balances/src/tests_local.rs 3 additions, 1 deletionsubstrate/frame/balances/src/tests_local.rs
- substrate/frame/balances/src/tests_reentrancy.rs 3 additions, 1 deletionsubstrate/frame/balances/src/tests_reentrancy.rs
- substrate/frame/contracts/src/tests.rs 8 additions, 6 deletionssubstrate/frame/contracts/src/tests.rs
- substrate/frame/democracy/src/tests.rs 3 additions, 1 deletionsubstrate/frame/democracy/src/tests.rs
- substrate/frame/election-provider-multi-phase/src/lib.rs 3 additions, 6 deletionssubstrate/frame/election-provider-multi-phase/src/lib.rs
- substrate/frame/election-provider-multi-phase/src/mock.rs 5 additions, 2 deletionssubstrate/frame/election-provider-multi-phase/src/mock.rs
- substrate/frame/election-provider-multi-phase/src/signed.rs 6 additions, 3 deletionssubstrate/frame/election-provider-multi-phase/src/signed.rs
- substrate/frame/election-provider-multi-phase/src/unsigned.rs 242 additions, 50 deletions...trate/frame/election-provider-multi-phase/src/unsigned.rs
- substrate/frame/elections-phragmen/src/lib.rs 3 additions, 1 deletionsubstrate/frame/elections-phragmen/src/lib.rs
- substrate/frame/executive/src/lib.rs 2 additions, 3 deletionssubstrate/frame/executive/src/lib.rs
- substrate/frame/fast-unstake/src/mock.rs 3 additions, 1 deletionsubstrate/frame/fast-unstake/src/mock.rs
- substrate/frame/grandpa/src/tests.rs 1 addition, 2 deletionssubstrate/frame/grandpa/src/tests.rs
- substrate/frame/scheduler/src/mock.rs 3 additions, 1 deletionsubstrate/frame/scheduler/src/mock.rs
- substrate/frame/system/src/extensions/check_weight.rs 10 additions, 10 deletionssubstrate/frame/system/src/extensions/check_weight.rs
- substrate/frame/system/src/limits.rs 14 additions, 10 deletionssubstrate/frame/system/src/limits.rs
- substrate/frame/system/src/mock.rs 1 addition, 1 deletionsubstrate/frame/system/src/mock.rs
Please register or sign in to comment