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

Remove tx from pool when its score is lower than a configured value #7576

Merged
merged 6 commits into from
Sep 5, 2024

Commits on Sep 5, 2024

  1. Remove tx from pool when its score is lower than a configured value

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    82f81f0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into remove-tx-below-configurable-score

    # Conflicts:
    #	CHANGELOG.md
    #	ethereum/eth/src/main/java/org/hyperledger/besu/ethereum/eth/transactions/layered/AbstractTransactionsLayer.java
    #	ethereum/eth/src/main/java/org/hyperledger/besu/ethereum/eth/transactions/layered/LayeredPendingTransactions.java
    #	ethereum/eth/src/main/java/org/hyperledger/besu/ethereum/eth/transactions/layered/TransactionsLayer.java
    fab-10 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    641592c View commit details
    Browse the repository at this point in the history
  3. Update besu/src/main/java/org/hyperledger/besu/cli/options/Transactio…

    …nPoolOptions.java
    
    Co-authored-by: Stefan Pingel <16143240+pinges@users.noreply.github.com>
    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 and pinges authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    cc04dd6 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'remove-tx-below-configurable-score' of github.com:fab-1…

    …0/besu into remove-tx-below-configurable-score
    fab-10 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    d550945 View commit details
    Browse the repository at this point in the history
  5. Check for below min score after the penalization

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    291b910 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e723fef View commit details
    Browse the repository at this point in the history