From a08f1f33b94072838e1990890040855cb09f0b09 Mon Sep 17 00:00:00 2001 From: Chetany Bhardwaj Date: Tue, 19 May 2026 16:27:38 +0530 Subject: [PATCH] fix: add InternalError and other variants to FailureReason enum --- beacon_node/execution_layer/src/eip8025/types.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/beacon_node/execution_layer/src/eip8025/types.rs b/beacon_node/execution_layer/src/eip8025/types.rs index c7d60b9f3ad..053a6b57167 100644 --- a/beacon_node/execution_layer/src/eip8025/types.rs +++ b/beacon_node/execution_layer/src/eip8025/types.rs @@ -204,6 +204,11 @@ pub enum FailureReason { ProvingTimeout, /// A general error occurred during proving. ProvingError, + /// An internal error occurred in the proof engine. + InternalError, + /// Unknown failure reason + #[serde(other)] + Unknown, } /// Deserialize `proof_type` from either a string (`"reth-sp1"`) or a