-
Notifications
You must be signed in to change notification settings - Fork 74
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
feature: Pass Correct Fork Name to T8N on Transition Forks #222
Conversation
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.
LGTM!
fbd5715
to
835b585
Compare
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.
Rebased to get besu support that was added in #206.
Looks good! I did wonder about two changes to keep rather framework-specific code out of the transition tool interface implementation:
- Change base fork's
fork()
signature to take keyword arguments with default values in order to get "reasonable" default behaviour that return the merged fork. - Avoid adding additional function arguments to transition tools'
evaulate()
methods.
More clarification below.
323f00e
to
75fd088
Compare
Co-authored-by: danceratopz <danceratopz@gmail.com>
75fd088
to
467455c
Compare
Co-authored-by: danceratopz <danceratopz@gmail.com>
22e541d
to
713ea63
Compare
Changes Included
BerlinToLondonAt5
, onlyBerlin
andLondon
forks are now passed to the transition on the appropriate block numberFixes #208