Skip to content

Commit

Permalink
specs: Add receipt hash fix to the specs
Browse files Browse the repository at this point in the history
  • Loading branch information
trianglesphere committed Nov 7, 2023
1 parent a281abb commit 9ff3ebb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions specs/deposits.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,9 @@ The RLP-encoded consensus-enforced fields are:
- `bloom` (standard): bloom filter of the transaction logs.
- `logs` (standard): log events emitted by the EVM processing.
- `depositNonce` (unique extension): Optional field. The deposit transaction persists the nonce used during execution.
- Before Regolith, this `depositNonce` field must always be omitted.
- With Regolith, this `depositNonce` field must always be included.
- `depositNonceVersion` (unique extension): Optional field. The value must be 1 if the field is present
- Before Canyon, these `depositNonce` & `depositNonceVersion` fields must always be omitted.
- With Canyon, these `depositNonce` & `depositNonceVersion` fields must always be included.

Starting with Regolith, the receipt API responses utilize the receipt changes for more accurate response data:

Expand Down

0 comments on commit 9ff3ebb

Please sign in to comment.