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

downloader: add eth65 tests #21383

Merged
merged 2 commits into from
Aug 5, 2020
Merged

downloader: add eth65 tests #21383

merged 2 commits into from
Aug 5, 2020

Conversation

renaynay
Copy link
Contributor

@renaynay renaynay commented Jul 29, 2020

This PR adds baseline tests to the downloader for the eth/65 protocol.

linted
@renaynay renaynay changed the title [WIP] downloader: add eth65 tests downloader: add eth65 tests Jul 30, 2020
@renaynay renaynay marked this pull request as ready for review July 30, 2020 10:39
@karalabe karalabe added this to the 1.9.19 milestone Jul 30, 2020
@karalabe
Copy link
Member

LGTM, though the downloader simulates the eth protocol, doesn't really use it directly. /65 only added packets that are not relevant for the downloader, so 65 and 64 are the same. Actually, even 63 is the same too from the downloader's perspective.

@karalabe
Copy link
Member

karalabe commented Aug 5, 2020

I think we can delete non-latest light syncs. The eth protocol doesn't have a light sync mode, so we're just faking for les.

@karalabe karalabe merged commit 2de37f2 into ethereum:master Aug 5, 2020
@renaynay renaynay deleted the eth65-tests branch August 5, 2020 09:30
enriquefynn pushed a commit to enriquefynn/go-ethereum that referenced this pull request Mar 10, 2021
* eth65 tests

linted

* remove non-latest eth light tests
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.

2 participants