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

Make layered txpool aware of minGasPrice and minPriorityFeePerGas dynamic options #6611

Merged
merged 5 commits into from
Feb 27, 2024

Commits on Feb 26, 2024

  1. Make layered txpool aware of min gas price and min priority fee

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    
    # Conflicts:
    #	besu/src/main/java/org/hyperledger/besu/controller/BesuControllerBuilder.java
    #	besu/src/test/java/org/hyperledger/besu/services/BesuEventsImplTest.java
    #	ethereum/blockcreation/src/main/java/org/hyperledger/besu/ethereum/blockcreation/BlockMiner.java
    #	ethereum/eth/src/main/java/org/hyperledger/besu/ethereum/eth/transactions/TransactionPoolFactory.java
    #	ethereum/eth/src/test/java/org/hyperledger/besu/ethereum/eth/manager/EthProtocolManagerTest.java
    #	ethereum/eth/src/test/java/org/hyperledger/besu/ethereum/eth/manager/ethtaskutils/AbstractMessageTaskTest.java
    #	ethereum/eth/src/test/java/org/hyperledger/besu/ethereum/eth/transactions/TestNode.java
    #	ethereum/eth/src/test/java/org/hyperledger/besu/ethereum/eth/transactions/TransactionPoolFactoryTest.java
    #	ethereum/retesteth/src/main/java/org/hyperledger/besu/ethereum/retesteth/RetestethContext.java
    fab-10 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    d8e1554 View commit details
    Browse the repository at this point in the history
  2. Unit tests

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    e6458e4 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    5944e03 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Update ethereum/eth/src/main/java/org/hyperledger/besu/ethereum/eth/t…

    …ransactions/layered/BaseFeePrioritizedTransactions.java
    
    Co-authored-by: Simon Dudley <simon.dudley@consensys.net>
    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 and siladu committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    fcd9445 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d49f3b0 View commit details
    Browse the repository at this point in the history