Skip to content

Commit

Permalink
Update EIP-4844: clarify blob coupling
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
ralexstokes authored and pull[bot] committed Mar 7, 2024
1 parent 29c93e8 commit 5000000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-4844.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ The values for `TARGET_DATA_GAS_PER_BLOCK` and `MAX_DATA_GAS_PER_BLOCK` are chos

This EIP introduces a transaction type that has a distinct mempool version and execution-payload version,
with only one-way convertibility between the two. The blobs are in the network representation and not in the consensus representation;
instead, they go into the `BeaconBlockBody`. This means that there is now a part of a transaction that will not be accessible from the web3 API.
instead, they are coupled with the beacon block. This means that there is now a part of a transaction that will not be accessible from the web3 API.

### Mempool issues

Expand Down

0 comments on commit 5000000

Please sign in to comment.