mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 15:37:54 -05:00
Stop transaction selection on TX_EVALUATION_TOO_LONG (#7330)
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
This commit is contained in:
@@ -70,7 +70,7 @@ Calculated : ${currentHash}
|
||||
tasks.register('checkAPIChanges', FileStateChecker) {
|
||||
description = "Checks that the API for the Plugin-API project does not change without deliberate thought"
|
||||
files = sourceSets.main.allJava.files
|
||||
knownHash = 'Yv6CY8fh0yrIz3Q8Moy/j1TNGL+O8Mewp4SIgM1JE6M='
|
||||
knownHash = 'MOOKIka8Q1D64m0lU29Leq+zf1vcgeLoDVukBVQXhnY='
|
||||
}
|
||||
check.dependsOn('checkAPIChanges')
|
||||
|
||||
|
||||
@@ -55,7 +55,7 @@ public class TransactionSelectionResult {
|
||||
BLOCK_FULL(true, false),
|
||||
BLOCK_OCCUPANCY_ABOVE_THRESHOLD(true, false),
|
||||
BLOCK_SELECTION_TIMEOUT(true, false),
|
||||
TX_EVALUATION_TOO_LONG(false, true),
|
||||
TX_EVALUATION_TOO_LONG(true, true),
|
||||
INVALID_TRANSIENT(false, false),
|
||||
INVALID(false, true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user