-
Notifications
You must be signed in to change notification settings - Fork 34
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
feat: extract optimism genesis info #17
Conversation
@mattsse do we want some tests here as well? |
yeah, having the sanity test would be great |
Addressed the comments |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great, a few more nits.
the tryinto are more or less just for convenience but should reuse the existing functions so we don't have the code duplicated.
@mattsse Addressed the comments |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
Motivation
Adds functionalities to extract Optimism genesis data from genesis.
extract_from
returnsOption
since the extraction can be unsuccessful - negative case should be handled outside.