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

eth wire protocol: implement NewBlock and NewBlockHashes handler #1300

Merged
merged 1 commit into from
Nov 18, 2022

Conversation

jangko
Copy link
Contributor

@jangko jangko commented Nov 16, 2022

and it also do invasive changes to fast sync because they are tightly related.
fix #673

although it does pass all tests of hive/devp2p/eth, but it requires eth67 protocol.
our current default protocol version is eth66. need to update makefile.

and it also do invasive changes to fast sync because
they are tightly related.

fix #673
@jangko jangko merged commit fffe071 into master Nov 18, 2022
@jangko jangko deleted the block-propagation branch November 18, 2022 02:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

hive: devp2p/eth: implement missing handler of eth protocol
1 participant