Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update EIP-4844: Move to Final #8335

Merged
merged 6 commits into from
Mar 29, 2024
Merged
Show file tree
Hide file tree
Changes from 5 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
5 changes: 2 additions & 3 deletions EIPS/eip-4844.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ title: Shard Blob Transactions
description: Shard Blob Transactions scale data-availability of Ethereum in a simple, forwards-compatible manner.
author: Vitalik Buterin (@vbuterin), Dankrad Feist (@dankrad), Diederik Loerakker (@protolambda), George Kadianakis (@asn-d6), Matt Garnett (@lightclient), Mofi Taiwo (@Inphi), Ansgar Dietrichs (@adietrichs)
discussions-to: https://ethereum-magicians.org/t/eip-4844-shard-blob-transactions/8430
status: Last Call
last-call-deadline: 2024-02-15
status: Final
type: Standards Track
category: Core
created: 2022-02-25
Expand Down Expand Up @@ -421,7 +420,7 @@ In addition, we recommend including a 1.1x blob base fee bump requirement to the

## Test Cases

TBD
Execution layer test cases for this EIP can be found in the `eip4844_blobs` folder of the `ethereum/execution-spec-tests` repository. Consensus layer test cases can be found [here](https://github.com/ethereum/consensus-specs/tree/2297c09b7e457a13f7b2261a28cb45777be82f83/tests/core/pyspec/eth2spec/test/deneb).
lightclient marked this conversation as resolved.
Show resolved Hide resolved

## Security Considerations

Expand Down
3 changes: 1 addition & 2 deletions EIPS/eip-4938.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ title: "eth/67 - Removal of GetNodeData"
description: "Remove GetNodeData and NodeData messages from the wire protocol"
author: Marius van der Wijden (@MariusVanDerWijden), Felix Lange <fjl@ethereum.org>, Gary Rong <garyrong@ethereum.org>
discussions-to: https://ethereum-magicians.org/t/eip-4938-removal-of-getnodedata/8893
status: Last Call
last-call-deadline: 2024-01-31
status: Final
type: Standards Track
category: Networking
created: 2022-03-23
Expand Down
3 changes: 1 addition & 2 deletions EIPS/eip-5793.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ title: eth/68 - Add tx type to tx announcement
description: Adds the transaction type and transaction size to tx announcement messages in the wire protocol
author: Marius van der Wijden (@MariusVanDerWijden)
discussions-to: https://ethereum-magicians.org/t/eip-5793-eth-68-add-transaction-type-to-tx-announcement/11364
status: Last Call
last-call-deadline: 2024-02-13
status: Final
type: Standards Track
category: Networking
created: 2022-10-18
Expand Down
Loading