From 0cecc84e3dcd810a5680fefb8682a991854b0cfb Mon Sep 17 00:00:00 2001 From: "lightclient@protonmail.com" Date: Tue, 16 May 2023 11:28:17 +0200 Subject: [PATCH] 4844: don't allow creation txs --- EIPS/eip-4844.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/EIPS/eip-4844.md b/EIPS/eip-4844.md index 3e0c6e7298adb2..01ae650b7e3804 100644 --- a/EIPS/eip-4844.md +++ b/EIPS/eip-4844.md @@ -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