Skip to content

Commit

Permalink
Merge pull request #8089 from ethereum-optimism/jg/receipt_hash_spec
Browse files Browse the repository at this point in the history
specs: Add receipt hash fix to the specs
  • Loading branch information
trianglesphere authored Nov 8, 2023
2 parents 122f041 + 9ff3ebb commit a523909
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 a523909

Please sign in to comment.