Commit 9ff3ebb3 authored by Joshua Gutow's avatar Joshua Gutow

specs: Add receipt hash fix to the specs

parent a281abba
...@@ -213,8 +213,9 @@ The RLP-encoded consensus-enforced fields are: ...@@ -213,8 +213,9 @@ The RLP-encoded consensus-enforced fields are:
- `bloom` (standard): bloom filter of the transaction logs. - `bloom` (standard): bloom filter of the transaction logs.
- `logs` (standard): log events emitted by the EVM processing. - `logs` (standard): log events emitted by the EVM processing.
- `depositNonce` (unique extension): Optional field. The deposit transaction persists the nonce used during execution. - `depositNonce` (unique extension): Optional field. The deposit transaction persists the nonce used during execution.
- Before Regolith, this `depositNonce` field must always be omitted. - `depositNonceVersion` (unique extension): Optional field. The value must be 1 if the field is present
- With Regolith, this `depositNonce` field must always be included. - 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: Starting with Regolith, the receipt API responses utilize the receipt changes for more accurate response data:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment