Add inclusion list sse event

This commit is contained in:
Eitan Seri-Levi
2025-03-20 23:59:32 -06:00
parent 411860fe58
commit 77e86b102d
6 changed files with 39 additions and 10 deletions

View File

@@ -204,7 +204,7 @@ impl<'a, E: EthSpec> NewPayloadRequest<'a, E> {
.collect(),
parent_beacon_block_root: block_ref.parent_root,
execution_requests: &block_ref.body.execution_requests,
il_transactions
il_transactions,
})),
BeaconBlockRef::Fulu(block_ref) => Ok(Self::Fulu(NewPayloadRequestFulu {
execution_payload: &block_ref.body.execution_payload.execution_payload,