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 35 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