Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement cumulus StorageWeightReclaim as wrapping transaction extension + frame system ReclaimWeight #6140

Open
wants to merge 55 commits into
base: master
Choose a base branch
from

Commits on Oct 19, 2024

  1. storage weight reclaim

    gui1117 committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    d252ce1 View commit details
    Browse the repository at this point in the history
  2. move prdoc

    gui1117 committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    670add6 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. fmt

    gui1117 committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    d1e480a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06903c8 View commit details
    Browse the repository at this point in the history
  3. fix macro

    gui1117 committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    9500cd1 View commit details
    Browse the repository at this point in the history
  4. remove unnecessary deprecated

    gui1117 committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    9bc4f6c View commit details
    Browse the repository at this point in the history
  5. umbrella

    gui1117 committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    c316f8a View commit details
    Browse the repository at this point in the history
  6. use in template

    gui1117 committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    6e7b072 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b9f00fc View commit details
    Browse the repository at this point in the history
  8. fix template

    gui1117 committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    7c777db View commit details
    Browse the repository at this point in the history
  9. prdoc semver

    gui1117 committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    f336a34 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f40892f View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    337d5c8 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into gui-storage-proof-s…

    …ize-reclaim-more-accurate
    gui1117 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4740554 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    643cfda View commit details
    Browse the repository at this point in the history
  4. fmt

    gui1117 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    52cc2aa View commit details
    Browse the repository at this point in the history
  5. remove forgotten dbg

    gui1117 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f4f5e19 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. fix benchmark

    gui1117 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    cf2275f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a001e8 View commit details
    Browse the repository at this point in the history
  3. Update from gui1117 running command 'bench --runtime asset-hub-rococo…

    … --pallet cumulus_pallet_weight_reclaim'
    actions-user committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9473523 View commit details
    Browse the repository at this point in the history
  4. Update from gui1117 running command 'bench --runtime asset-hub-westen…

    …d bridge-hub-rococo bridge-hub-westend collectives-westend contracts-rococo coretime-rococo coretime-westend people-rococo people-westend --pallet cumulus_pallet_weight_reclaim'
    actions-user committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    ac6ec39 View commit details
    Browse the repository at this point in the history
  5. link to correct weights

    gui1117 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    b45868c View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    f8028e7 View commit details
    Browse the repository at this point in the history
  2. fixes

    gui1117 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    ae0f0b7 View commit details
    Browse the repository at this point in the history
  3. fix WeightInfo usages

    gui1117 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    a6d4bd1 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. fix CI

    gui1117 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    5b7d968 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eebb5c7 View commit details
    Browse the repository at this point in the history
  3. Revert "Update from gui1117 running command 'bench --pallet frame_sys…

    …tem --clean'"
    
    This reverts commit eebb5c7.
    gui1117 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    906f150 View commit details
    Browse the repository at this point in the history
  4. fix test

    gui1117 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    e5b8bf6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba1b3bf View commit details
    Browse the repository at this point in the history
  6. remove unused

    gui1117 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    be6b34e View commit details
    Browse the repository at this point in the history
  7. better trace and some comment

    gui1117 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    bc625fc View commit details
    Browse the repository at this point in the history
  8. use weight reclaim everywhere

    gui1117 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    f792821 View commit details
    Browse the repository at this point in the history
  9. fmt

    gui1117 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    1704d70 View commit details
    Browse the repository at this point in the history
  10. add tests

    gui1117 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    10b0ef0 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Update cumulus/pallets/weight-reclaim/src/lib.rs

    Co-authored-by: georgepisaltu <[email protected]>
    gui1117 and georgepisaltu authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    5e8cae0 View commit details
    Browse the repository at this point in the history
  2. Update substrate/frame/system/src/lib.rs

    Co-authored-by: georgepisaltu <[email protected]>
    gui1117 and georgepisaltu authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    a0a0589 View commit details
    Browse the repository at this point in the history
  3. more explicit names

    gui1117 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    5322297 View commit details
    Browse the repository at this point in the history
  4. single operation on weight

    gui1117 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    472d63c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    597fde4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ad6e56 View commit details
    Browse the repository at this point in the history
  7. outdated comment

    gui1117 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    898caa6 View commit details
    Browse the repository at this point in the history
  8. fix post info + tests

    gui1117 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    363f7d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Update prdoc/pr_6140.prdoc

    gui1117 authored Nov 10, 2024
    Configuration menu
    Copy the full SHA
    fee7274 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Update cumulus/pallets/weight-reclaim/src/benchmarks.rs

    Co-authored-by: Oliver Tale-Yazdi <[email protected]>
    gui1117 and ggwpez authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    17decb9 View commit details
    Browse the repository at this point in the history
  2. refactor

    gui1117 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    79addc7 View commit details
    Browse the repository at this point in the history
  3. renames and defensive

    gui1117 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    d70e552 View commit details
    Browse the repository at this point in the history
  4. better dbg

    gui1117 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    22dc356 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/master' into gui-storage-proof-s…

    …ize-reclaim-more-accurate
    gui1117 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e12b038 View commit details
    Browse the repository at this point in the history
  6. fix master merge issue

    gui1117 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    48a2450 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    1a9aeee View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Configuration menu
    Copy the full SHA
    144fd7e View commit details
    Browse the repository at this point in the history
  2. fix master merge

    gui1117 committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    3516356 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c08968 View commit details
    Browse the repository at this point in the history
  4. prdoc

    gui1117 committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    204f806 View commit details
    Browse the repository at this point in the history