From aa0795238ee04c7be4cb8e5c54de4498e52b2e7a Mon Sep 17 00:00:00 2001 From: Eitan Seri- Levi Date: Mon, 9 Feb 2026 21:41:26 -0800 Subject: [PATCH] Add comment --- beacon_node/http_api/src/beacon/execution_payload_envelope.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/beacon_node/http_api/src/beacon/execution_payload_envelope.rs b/beacon_node/http_api/src/beacon/execution_payload_envelope.rs index 13495d4d6d..18d2e35fa4 100644 --- a/beacon_node/http_api/src/beacon/execution_payload_envelope.rs +++ b/beacon_node/http_api/src/beacon/execution_payload_envelope.rs @@ -99,10 +99,12 @@ pub async fn publish_execution_payload_envelope( ))); } - // TODO(gloas): Add more validation: + // TODO(gloas): Do we want to add more validation like: // - Verify the signature // - Check builder_index is valid // - Verify the envelope references a known block + // + // If we do, then we must post the signed execution payload envelope to the BN that originally produced it. info!( %slot,