Skip to content

Commit

Permalink
4844: don't allow creation txs
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient committed May 16, 2023
1 parent 3063519 commit 0cecc84
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit 0cecc84

Please sign in to comment.