Skip to content

Commit

Permalink
feat(holocene): Simplify engine queue modifications (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby authored Oct 1, 2024
1 parent 17ef36c commit 7958598
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions specs/protocol/holocene/derivation.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,8 @@ span batch stage before it would similarly only hold at most one staging span ba
## Engine Queue

If the engine returns an `INVALID` status for a regularly derived payload, the payload is replaced
by a payload with the same fields, except for the `transaction_list`, which is replaced

- by the deposit transactions included in the L1 block, if the payloads are for the first block of
the current sequencing epoch,
- by an empty list otherwise.
by a payload with the same fields, except for the `transaction_list`, which is trimmed to include
only its deposit transactions.

As before, a failure to then process the deposit-only attributes is a critical error.

Expand Down

0 comments on commit 7958598

Please sign in to comment.