-
Notifications
You must be signed in to change notification settings - Fork 837
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
Priority senders #5959
Priority senders #5959
Commits on Sep 25, 2023
-
Improve performance when promoting transaction from next layers
Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 17220d8 - Browse repository at this point
Copy the full SHA 17220d8View commit details -
Always enforce promotion filter for transactions in the prioritized l…
…ayer Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 80a0845 - Browse repository at this point
Copy the full SHA 80a0845View commit details -
Configuration menu - View commit details
-
Copy full SHA for 919734e - Browse repository at this point
Copy the full SHA 919734eView commit details
Commits on Sep 26, 2023
-
Apply suggestions from code review
Co-authored-by: Sally MacFarlane <[email protected]> Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b4bfa9 - Browse repository at this point
Copy the full SHA 0b4bfa9View commit details -
implement code review suggestions
Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b4e74e9 - Browse repository at this point
Copy the full SHA b4e74e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b72427 - Browse repository at this point
Copy the full SHA 0b72427View commit details -
Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b393618 - Browse repository at this point
Copy the full SHA b393618View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3e1fd8 - Browse repository at this point
Copy the full SHA c3e1fd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa50005 - Browse repository at this point
Copy the full SHA fa50005View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d5e015 - Browse repository at this point
Copy the full SHA 4d5e015View commit details -
Transaction pool unit tests refactoring to remove duplications
Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f4e04a2 - Browse repository at this point
Copy the full SHA f4e04a2View commit details -
Merge branch 'txpool-test-refactor' into priority-senders
# Conflicts: # ethereum/eth/src/test/java/org/hyperledger/besu/ethereum/eth/transactions/AbstractTransactionPoolTest.java
Configuration menu - View commit details
-
Copy full SHA for 8b45df7 - Browse repository at this point
Copy the full SHA 8b45df7View commit details
Commits on Sep 27, 2023
-
Merge branch 'main' into priority-senders
# Conflicts: # ethereum/eth/src/main/java/org/hyperledger/besu/ethereum/eth/transactions/TransactionPool.java # ethereum/eth/src/test/java/org/hyperledger/besu/ethereum/eth/transactions/AbstractTransactionPoolTest.java # ethereum/eth/src/test/java/org/hyperledger/besu/ethereum/eth/transactions/layered/LayeredPendingTransactionsTest.java
Configuration menu - View commit details
-
Copy full SHA for 8a612b9 - Browse repository at this point
Copy the full SHA 8a612b9View commit details -
Use a Set for priority senders and remove commented code
Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e6d2761 - Browse repository at this point
Copy the full SHA e6d2761View commit details -
use hasPriority instead of isLocalSender when selecting txs for block…
… creation Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 185dcc6 - Browse repository at this point
Copy the full SHA 185dcc6View commit details -
Rename disable-locals to no-local-priority and unit tests
Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b36a09d - Browse repository at this point
Copy the full SHA b36a09dView commit details -
Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3506f63 - Browse repository at this point
Copy the full SHA 3506f63View commit details
Commits on Sep 28, 2023
-
Merge branch 'main' into priority-senders
# Conflicts: # ethereum/blockcreation/src/main/java/org/hyperledger/besu/ethereum/blockcreation/BlockTransactionSelector.java
Configuration menu - View commit details
-
Copy full SHA for 712b2c0 - Browse repository at this point
Copy the full SHA 712b2c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 542ef6f - Browse repository at this point
Copy the full SHA 542ef6fView commit details -
Discard priority sender at last and more tests
Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 33c0ded - Browse repository at this point
Copy the full SHA 33c0dedView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbaa4d8 - Browse repository at this point
Copy the full SHA bbaa4d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff1944c - Browse repository at this point
Copy the full SHA ff1944cView commit details
Commits on Oct 2, 2023
-
Merge branch 'main' into priority-senders
# Conflicts: # datatypes/src/main/java/org/hyperledger/besu/datatypes/PendingTransaction.java # ethereum/blockcreation/src/main/java/org/hyperledger/besu/ethereum/blockcreation/txselection/BlockTransactionSelector.java # ethereum/blockcreation/src/main/java/org/hyperledger/besu/ethereum/blockcreation/txselection/selectors/PriceTransactionSelector.java # ethereum/eth/src/main/java/org/hyperledger/besu/ethereum/eth/transactions/PendingTransaction.java # ethereum/eth/src/test/java/org/hyperledger/besu/ethereum/eth/transactions/layered/LayeredPendingTransactionsTest.java # ethereum/eth/src/test/java/org/hyperledger/besu/ethereum/eth/transactions/sorter/AccountTransactionOrderTest.java
Configuration menu - View commit details
-
Copy full SHA for bb9c972 - Browse repository at this point
Copy the full SHA bb9c972View commit details -
Update ReplayTest and txpool metrics for priority senders
Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66a5f03 - Browse repository at this point
Copy the full SHA 66a5f03View commit details
Commits on Oct 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f7d98a4 - Browse repository at this point
Copy the full SHA f7d98a4View commit details
Commits on Oct 12, 2023
-
Merge branch 'main' into priority-senders
# Conflicts: # ethereum/blockcreation/src/main/java/org/hyperledger/besu/ethereum/blockcreation/txselection/BlockTransactionSelector.java # ethereum/eth/src/test/java/org/hyperledger/besu/ethereum/eth/transactions/AbstractTransactionPoolTest.java
Configuration menu - View commit details
-
Copy full SHA for 3b0d49b - Browse repository at this point
Copy the full SHA 3b0d49bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1b7111 - Browse repository at this point
Copy the full SHA f1b7111View commit details -
Add detachedCopy to priority pending transaction
Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d0e09c - Browse repository at this point
Copy the full SHA 2d0e09cView commit details
Commits on Oct 16, 2023
-
Apply suggestions from code review
Co-authored-by: Sally MacFarlane <[email protected]> Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a44a7bb - Browse repository at this point
Copy the full SHA a44a7bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09f3738 - Browse repository at this point
Copy the full SHA 09f3738View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4f5ac4 - Browse repository at this point
Copy the full SHA e4f5ac4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0faf055 - Browse repository at this point
Copy the full SHA 0faf055View commit details
Commits on Oct 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a1466b8 - Browse repository at this point
Copy the full SHA a1466b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b785d0 - Browse repository at this point
Copy the full SHA 1b785d0View commit details -
Co-authored-by: Sally MacFarlane <[email protected]> Signed-off-by: Fabio Di Fabio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2257731 - Browse repository at this point
Copy the full SHA 2257731View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4254e5 - Browse repository at this point
Copy the full SHA f4254e5View commit details