Weight v1.5: Opaque Struct (#12138)
* initial idea * update frame_support * update a bunch more * add ord * adjust RuntimeDbWeight * frame_system builds * re-export * frame_support tests pass * frame_executive compile * frame_executive builds * frame_system tests passing * pallet-utility tests pass * fix a bunch of pallets * more * phragmen * state-trie-migration * scheduler and referenda * pallet-election-provider-multi-phase * aura * staking * more * babe * balances * bunch more * sudo * transaction-payment * asset-tx-payment * last pallets * fix alliance merge * fix node template runtime * fix pallet-contracts cc @athei * fix node runtime * fix compile on runtime-benchmarks feature * comment * fix frame-support-test * fix more tests * weight regex * frame system works * fix a bunch * more * more * more * more * more * more fixes * update templates * fix contracts benchmarks * Update lib.rs * Update lib.rs * fix ui * make scalar saturating mul const * more const functions * scalar div * refactor using constant functions * move impl * fix overhead template * use compactas * Update lib.rs
Showing
- substrate/.maintain/frame-weight-template.hbs 13 additions, 13 deletionssubstrate/.maintain/frame-weight-template.hbs
- substrate/bin/node-template/pallets/template/src/lib.rs 2 additions, 2 deletionssubstrate/bin/node-template/pallets/template/src/lib.rs
- substrate/bin/node/executor/tests/basic.rs 3 additions, 3 deletionssubstrate/bin/node/executor/tests/basic.rs
- substrate/bin/node/executor/tests/fees.rs 1 addition, 1 deletionsubstrate/bin/node/executor/tests/fees.rs
- substrate/bin/node/runtime/src/impls.rs 20 additions, 19 deletionssubstrate/bin/node/runtime/src/impls.rs
- substrate/bin/node/runtime/src/lib.rs 3 additions, 3 deletionssubstrate/bin/node/runtime/src/lib.rs
- substrate/frame/alliance/src/benchmarking.rs 4 additions, 4 deletionssubstrate/frame/alliance/src/benchmarking.rs
- substrate/frame/alliance/src/migration.rs 1 addition, 1 deletionsubstrate/frame/alliance/src/migration.rs
- substrate/frame/alliance/src/weights.rs 159 additions, 159 deletionssubstrate/frame/alliance/src/weights.rs
- substrate/frame/assets/src/weights.rs 163 additions, 163 deletionssubstrate/frame/assets/src/weights.rs
- substrate/frame/atomic-swap/src/lib.rs 5 additions, 4 deletionssubstrate/frame/atomic-swap/src/lib.rs
- substrate/frame/atomic-swap/src/tests.rs 1 addition, 1 deletionsubstrate/frame/atomic-swap/src/tests.rs
- substrate/frame/aura/src/mock.rs 1 addition, 1 deletionsubstrate/frame/aura/src/mock.rs
- substrate/frame/authority-discovery/src/lib.rs 1 addition, 1 deletionsubstrate/frame/authority-discovery/src/lib.rs
- substrate/frame/authorship/src/lib.rs 2 additions, 2 deletionssubstrate/frame/authorship/src/lib.rs
- substrate/frame/babe/src/default_weights.rs 5 additions, 3 deletionssubstrate/frame/babe/src/default_weights.rs
- substrate/frame/babe/src/lib.rs 2 additions, 2 deletionssubstrate/frame/babe/src/lib.rs
- substrate/frame/babe/src/mock.rs 1 addition, 1 deletionsubstrate/frame/babe/src/mock.rs
- substrate/frame/babe/src/tests.rs 1 addition, 1 deletionsubstrate/frame/babe/src/tests.rs
- substrate/frame/bags-list/src/migrations.rs 0 additions, 1 deletionsubstrate/frame/bags-list/src/migrations.rs
Please register or sign in to comment