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

Add EIP: eth/70 - Sharded Blocks Protocol #9004

Merged
merged 10 commits into from
Nov 13, 2024

Conversation

Giulio2002
Copy link
Contributor

@Giulio2002 Giulio2002 commented Oct 30, 2024

This EIP introduces a method enabling an Ethereum node to communicate its available block spans via a bitlist, where each bit represents a 1-million-block span. Nodes use this bitlist to signal which spans of historical data they store, enabling peers to make informed decisions about data availability when requesting blocks. This aims to improve network efficiency by providing a probabilistic snapshot of data locality across nodes.

The proposal extends the Ethereum wire protocol (eth) with version eth/70, introducing a blockBitlist field in the handshake. Nodes probabilistically retain certain block spans to support data locality across the network.

@Giulio2002 Giulio2002 requested a review from eth-bot as a code owner October 30, 2024 14:25
@github-actions github-actions bot added c-new Creates a brand new proposal s-draft This EIP is a Draft t-networking labels Oct 30, 2024
@eth-bot
Copy link
Collaborator

eth-bot commented Oct 30, 2024

✅ All reviewers have approved.

@eth-bot eth-bot added e-consensus Waiting on editor consensus e-review Waiting on editor to review labels Oct 30, 2024
@eth-bot eth-bot changed the title Sharded Blocks Protocol Add EIP: eth/70 - Sharded Blocks with Extended Protocol Oct 30, 2024
@github-actions github-actions bot added the w-ci Waiting on CI to pass label Oct 30, 2024
@eth-bot eth-bot changed the title Add EIP: eth/70 - Sharded Blocks with Extended Protocol Add EIP: eth/70 - Sharded Blocks Protocol Oct 30, 2024
@github-actions github-actions bot removed the w-ci Waiting on CI to pass label Oct 30, 2024
Copy link

The commit b994f42 (as a parent of 291af95) contains errors.
Please inspect the Run Summary for details.

@github-actions github-actions bot added the w-ci Waiting on CI to pass label Oct 30, 2024
@github-actions github-actions bot removed the w-ci Waiting on CI to pass label Oct 30, 2024
EIPS/eip-7800.md Outdated Show resolved Hide resolved
EIPS/eip-7800.md Outdated Show resolved Hide resolved
Copy link

@ak88 ak88 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall I like this simple approach.

One downside to this approach i see, is that it will be harder to setup full sync nodes in remote geolocations, since a minimum number of peers is required, which might be difficult if ping is high.

EIPS/eip-7801.md Show resolved Hide resolved
EIPS/eip-7801.md Show resolved Hide resolved
@eth-bot eth-bot enabled auto-merge (squash) November 13, 2024 16:45
Copy link
Collaborator

@eth-bot eth-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All Reviewers Have Approved; Performing Automatic Merge...

@eth-bot eth-bot merged commit 0af6089 into ethereum:master Nov 13, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c-new Creates a brand new proposal e-consensus Waiting on editor consensus e-review Waiting on editor to review s-draft This EIP is a Draft t-networking
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants