Add execution block hashes in chain reorg SSE#585
Conversation
|
This approach is similar to option 3 from: |
I am not in favor of option 3. there but I think adding new fields to this event is fine as they are distinct from existing fields. |
what exactly do you mean here? the payload associated with a beacon block will always be the same based on or do you mean we should emit Maybe it's best if we add a separate event for payload reorgs which is emitted when the beacon block is unchanged and only the payload status / EL head changes. |
|
I think using the same reorg event for block/payload reorgs is OK, so long as we specify that the depth relates only to the beacon block depth. In a sense the Is that what you had in mind @bharath-123? |
With gloas, there can be a payload reorg where the beacon block stays the same but the payload associated with the block changes.
It might make sense to add the old and new execution block hashes of the head blocks in the chain_reorg event