mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
perf: shortcircuit if new payload is worse (#2224)
This commit is contained in:
@ -16,11 +16,6 @@ pub enum PayloadBuilderError {
|
||||
/// Other internal error
|
||||
#[error(transparent)]
|
||||
Internal(#[from] reth_interfaces::Error),
|
||||
|
||||
// TODO move to standalone error type specific to job
|
||||
/// Thrown if a running build job has been cancelled.
|
||||
#[error("build job cancelled during execution")]
|
||||
BuildJobCancelled,
|
||||
/// Unrecoverable error during evm execution.
|
||||
#[error("evm execution error: {0:?}")]
|
||||
EvmExecutionError(EVMError<reth_interfaces::Error>),
|
||||
|
||||
Reference in New Issue
Block a user