Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Add storage size component to weights #12277

Merged
merged 41 commits into from
Sep 28, 2022
Merged
Changes from 9 commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
f8c395e
Add storage size component to weights
KiChjang Sep 15, 2022
779b815
Rename storage_size to proof_size
KiChjang Sep 15, 2022
f7b9346
Update primitives/weights/src/weight_v2.rs
KiChjang Sep 15, 2022
6c84cbd
Fixes
KiChjang Sep 16, 2022
96aa122
cargo fmt
KiChjang Sep 16, 2022
36c2d95
Implement custom Decode and CompactAs
KiChjang Sep 16, 2022
52c9d05
Add missing import
KiChjang Sep 16, 2022
9b1f37e
Fixes
KiChjang Sep 16, 2022
3438ada
Remove CompactAs implementation
KiChjang Sep 16, 2022
3b36396
Properly migrate from 1D weight
KiChjang Sep 16, 2022
7af788c
Remove #[pallet::compact] from Weight parameters
KiChjang Sep 16, 2022
f4b98aa
More #[pallet::compact] removals
KiChjang Sep 18, 2022
eefc1d7
Add unit tests
KiChjang Sep 18, 2022
109be74
Set appropriate default block proof size
KiChjang Sep 19, 2022
bbf072d
cargo fmt
KiChjang Sep 19, 2022
1a07286
Remove nonsensical weight constant
KiChjang Sep 19, 2022
10aed4c
Test only for the reference time weight in frame_system::limits
KiChjang Sep 19, 2022
be3d2f6
Only check for reference time weight on idle
KiChjang Sep 20, 2022
20ef5a3
Merge branch 'master' into kckyeung/storage-size-weights
KiChjang Sep 20, 2022
7908713
Use destructuring syntax
KiChjang Sep 22, 2022
e313544
Update test expectations
KiChjang Sep 22, 2022
9543674
Merge remote-tracking branch 'origin/master' into kckyeung/storage-si…
KiChjang Sep 22, 2022
91a03b2
Fixes
KiChjang Sep 22, 2022
e93dd45
Fixes
KiChjang Sep 22, 2022
9fe54f9
Fixes
KiChjang Sep 22, 2022
acd6d4b
Correctly migrate from 1D weights
KiChjang Sep 22, 2022
386d485
cargo fmt
KiChjang Sep 22, 2022
e85c05e
Migrate using extra extrinsics instead of custom Decode
KiChjang Sep 26, 2022
470e1bf
Merge remote-tracking branch 'origin/master' into kckyeung/storage-si…
KiChjang Sep 26, 2022
f541cb2
Fixes
KiChjang Sep 26, 2022
b34b49d
Silence dispatch call warnings that were previously allowed
KiChjang Sep 26, 2022
000ccad
Fix gas_left test
athei Sep 26, 2022
3c4ce94
Use OldWeight instead of u64
KiChjang Sep 26, 2022
d3b8a60
Fixes
KiChjang Sep 28, 2022
d3e9514
Only check for reference time weight in election provider
KiChjang Sep 28, 2022
4a9f631
Fix test expectations
KiChjang Sep 28, 2022
12b60f8
Fix test expectations
KiChjang Sep 28, 2022
b1a9125
Use only reference time weight in grandpa test
KiChjang Sep 28, 2022
3dec18b
Use only reference time weight in examples test
KiChjang Sep 28, 2022
8559428
Use only reference time weight in examples test
KiChjang Sep 28, 2022
4589902
Fix test expectations
KiChjang Sep 28, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading