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

fix(l1): add temporary fix to transaction filtering & handle tx filtering unwrap edge case #1018

Merged
merged 12 commits into from
Oct 31, 2024

Commits on Oct 30, 2024

  1. Fix effective_gas_tip

    ilitteri committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    0fc6cbe View commit details
    Browse the repository at this point in the history
  2. Update comparison

    ilitteri committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    49eac70 View commit details
    Browse the repository at this point in the history
  3. Revert "Update comparison"

    This reverts commit 49eac70.
    ilitteri committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    d5d58c4 View commit details
    Browse the repository at this point in the history
  4. Revert "Fix effective_gas_tip"

    This reverts commit 0fc6cbe.
    ilitteri committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    2f4c43b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c80e3c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b752e0 View commit details
    Browse the repository at this point in the history
  7. Fix error handling

    ilitteri committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    718d3f5 View commit details
    Browse the repository at this point in the history
  8. Remove leftover println

    ilitteri committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    2737883 View commit details
    Browse the repository at this point in the history
  9. cargo clippy

    ilitteri committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    bec6d27 View commit details
    Browse the repository at this point in the history
  10. Update crates/blockchain/error.rs

    Co-authored-by: fmoletta <[email protected]>
    ilitteri and fmoletta authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    3969fc5 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Refactor filter as suggested

    ilitteri committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    62e4d9c View commit details
    Browse the repository at this point in the history
  2. Refactor new InvalidBlockError

    Generalize the error to InvalidTransaction which can be raised with additional context.
    ilitteri committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    6f3a2fb View commit details
    Browse the repository at this point in the history