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

WIP: implement StorageWeightReclaim as wrapping transaction extension with weight #5234

Commits on Aug 5, 2024

  1. impl

    gui1117 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    76d3373 View commit details
    Browse the repository at this point in the history
  2. fix missing benchmark config

    gui1117 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    ec44063 View commit details
    Browse the repository at this point in the history
  3. refactor

    Co-authored-by: georgepisaltu <52418509+georgepisaltu@users.noreply.github.com>
    gui1117 and georgepisaltu authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    46e26c7 View commit details
    Browse the repository at this point in the history
  4. remove from + refactor

    gui1117 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    fd01c34 View commit details
    Browse the repository at this point in the history
  5. doc

    gui1117 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    ea81a0f View commit details
    Browse the repository at this point in the history
  6. fix warning in CI

    gui1117 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    51d91b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

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

    Co-authored-by: georgepisaltu <52418509+georgepisaltu@users.noreply.github.com>
    gui1117 and georgepisaltu authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    30f8f4e View commit details
    Browse the repository at this point in the history
  2. Fix post_dispatch_details

    gui1117 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4d99a45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb0cdff View commit details
    Browse the repository at this point in the history
  4. fmt

    gui1117 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    84a924b View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Revert "Fix post_dispatch_details"

    This reverts commit 4d99a45.
    gui1117 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    1f937e6 View commit details
    Browse the repository at this point in the history
  2. fix post_dispatch_details

    gui1117 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d9cf306 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/george/restore-gav-tx-ext' into …

    …gui-storage-proof-size-reclaim-more-accurate
    gui1117 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ad4c64e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16d87c2 View commit details
    Browse the repository at this point in the history
  5. fixup

    gui1117 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    413e0b2 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/george/restore-gav-tx-ext' into …

    …gui-storage-proof-size-reclaim-more-accurate
    gui1117 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    458df34 View commit details
    Browse the repository at this point in the history
  7. fixup

    gui1117 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    c168718 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Merge remote-tracking branch 'origin/george/restore-gav-tx-ext' into …

    …gui-storage-proof-size-reclaim-more-accurate
    gui1117 committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    2752c44 View commit details
    Browse the repository at this point in the history
  2. better naming

    gui1117 committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    4e46cf1 View commit details
    Browse the repository at this point in the history
  3. fixup and fmt

    gui1117 committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    93eca1c View commit details
    Browse the repository at this point in the history
  4. fix tests

    gui1117 committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    1cb14df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8c90e8 View commit details
    Browse the repository at this point in the history
  6. support old rustc version

    gui1117 committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    b004477 View commit details
    Browse the repository at this point in the history
  7. fmt

    gui1117 committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    b393b62 View commit details
    Browse the repository at this point in the history
  8. fmt and typo

    gui1117 committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    e9e9125 View commit details
    Browse the repository at this point in the history
  9. fix licences

    gui1117 committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    49b97e4 View commit details
    Browse the repository at this point in the history
  10. fix test service

    gui1117 committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    076aa20 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Merge remote-tracking branch 'origin/george/restore-gav-tx-ext' into …

    …gui-storage-proof-size-reclaim-more-accurate
    gui1117 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ed9599c View commit details
    Browse the repository at this point in the history
  2. fix update

    gui1117 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    bb0c547 View commit details
    Browse the repository at this point in the history
  3. fix errors

    gui1117 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ddb199d View commit details
    Browse the repository at this point in the history
  4. fix impl

    gui1117 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    dd7e6b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    375543d View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. fix import

    gui1117 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    6b0ea4f View commit details
    Browse the repository at this point in the history
  2. warnings

    gui1117 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    61cd608 View commit details
    Browse the repository at this point in the history
  3. prdoc

    gui1117 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    a05d6be View commit details
    Browse the repository at this point in the history
  4. fix tests

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

Commits on Oct 4, 2024

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

Commits on Oct 5, 2024

  1. fix benchmark

    gui1117 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    16b8e2e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/george/restore-gav-tx-ext' into …

    …gui-storage-proof-size-reclaim-more-accurate
    gui1117 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    b38a2f0 View commit details
    Browse the repository at this point in the history
  3. remove readme for new crate

    gui1117 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    0e0c0af View commit details
    Browse the repository at this point in the history
  4. add dependency in doc crate

    gui1117 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    3b15c61 View commit details
    Browse the repository at this point in the history
  5. fmt

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