Skip to content

Commit

Permalink
EIP4844: move excess data gas field to align with consensus spec (#365)
Browse files Browse the repository at this point in the history
* EIP4844: move excess data gas field to align with consensus spec

* Remove new line
  • Loading branch information
terencechain authored Feb 15, 2023
1 parent 9416485 commit 6452a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/experimental/blob-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ This structure has the syntax of `ExecutionPayloadV2` and appends a single field
- `timestamp`: `QUANTITY`, 64 Bits
- `extraData`: `DATA`, 0 to 32 Bytes
- `baseFeePerGas`: `QUANTITY`, 256 Bits
- `excessDataGas`: `QUANTITY`, 256 bits
- `blockHash`: `DATA`, 32 Bytes
- `transactions`: `Array of DATA` - Array of transaction objects, each object is a byte list (`DATA`) representing `TransactionType || TransactionPayload` or `LegacyTransaction` as defined in [EIP-2718](https://eips.ethereum.org/EIPS/eip-2718)
- `withdrawals`: `Array of WithdrawalV1` - Array of withdrawals, each object is an `OBJECT` containing the fields of a `WithdrawalV1` structure.
- `excessDataGas`: `QUANTITY`, 256 bits

### BlobsBundleV1

Expand Down

0 comments on commit 6452a6b

Please sign in to comment.