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

Extract LC migration test helpers to light_client.py module #3569

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

etan-status
Copy link
Contributor

The helpers needed to migrate LC data across forks are generic enough to allow extraction from a specific test into the common light_client.py helper module. This way, it is possible to use them from future tests.

Also complete the missing functions for LightClientFinalityUpdate, LightClientOptimisticUpdate and LightClientHeader in same style.

The helpers needed to migrate LC data across forks are generic enough to
allow extraction from a specific test into the common `light_client.py`
helper module. This way, it is possible to use them from future tests.

Also complete the missing functions for `LightClientFinalityUpdate`,
`LightClientOptimisticUpdate` and `LightClientHeader` in same style.
Copy link
Contributor

@hwwhww hwwhww left a comment

Choose a reason for hiding this comment

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

lgtm!

@hwwhww hwwhww merged commit 0dcb3be into ethereum:dev Jan 10, 2024
28 of 29 checks passed
@etan-status etan-status deleted the lc-migrationhelpers branch February 5, 2024 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants