Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions EIPS/eip-4844.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ and `access_list` follows [EIP-2930](./eip-2930.md).

The `max_fee_per_data_gas` is `uint256` and the `blob_versioned_hashes` field represents a list hash outputs from `kzg_to_versioned_hash`.

Unlike existing transaction types, the `to` field MUST NOT not be `nil`. This implies that blob transactions are not able to deploy contracts.

The [EIP-2718](./eip-2718.md) `ReceiptPayload` for this transaction is `rlp([status, cumulative_transaction_gas_used, logs_bloom, logs])`.

#### Signature
Expand Down