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

Implement eth/67 sub protocol (EIP-4938) #4596

Closed
macfarla opened this issue Nov 2, 2022 · 1 comment · Fixed by #4646
Closed

Implement eth/67 sub protocol (EIP-4938) #4596

macfarla opened this issue Nov 2, 2022 · 1 comment · Fixed by #4646
Assignees
Labels
TeamRevenant GH issues worked on by Revenant Team

Comments

@macfarla
Copy link
Contributor

macfarla commented Nov 2, 2022

eth/67 (EIP-4938, March 2022)
Version 67 removed the GetNodeData and NodeData messages.

GetNodeData and NodeData were introduced in protocol version eth/63 to allow for a sync mode called “fast sync”.

Besu:

  • Supports multiple versions of a wire protocol.
  • Does not break older clients, since they can keep using protocol version eth/66.
  • For fast sync, eth/66 will be used
@macfarla macfarla added the TeamRevenant GH issues worked on by Revenant Team label Nov 2, 2022
@Gabriel-Trintinalia Gabriel-Trintinalia changed the title investigate what is needed to implement eth/67 Implement eth/67 sub protocol Nov 15, 2022
@Gabriel-Trintinalia Gabriel-Trintinalia changed the title Implement eth/67 sub protocol Implement eth/67 sub protocol ((EIP-4938) Nov 15, 2022
@Gabriel-Trintinalia Gabriel-Trintinalia changed the title Implement eth/67 sub protocol ((EIP-4938) Implement eth/67 sub protocol (EIP-4938) Nov 15, 2022
@Gabriel-Trintinalia
Copy link
Contributor

dev-besu-clc-teku-ohio-mainnet-gabrieltrintinalia-eth67-4: X_SNAP
dev-besu-clc-teku-ohio-mainnet-gabrieltrintinalia-eth67-7: FAST

Screen Shot 2022-11-15 at 2.46.13 pm.png
Screen Shot 2022-11-15 at 2.46.07 pm.png
Screen Shot 2022-11-15 at 2.45.56 pm.png
Screen Shot 2022-11-15 at 2.45.51 pm.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TeamRevenant GH issues worked on by Revenant Team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants