-
Notifications
You must be signed in to change notification settings - Fork 897
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
Add new fork for london, baikal and aleut #2237
Conversation
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
// TODO EIP-1559 change for the actual fork name when known | ||
getEIP1559BlockNumber().ifPresent(l -> builder.put("aleutblock", l)); | ||
|
||
getLondonBlockNumber().ifPresent(l -> builder.put("londonBlock", l)); |
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.
do we not also need baikalBlockNumber? or are you thinking we will just going to use londonBlock only and keep aleut for backward compatibility?
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.
No we did this for the Berlin testnets (yoloBlock) . In the genesis we will have baikalBlock and internally we consider it as a londonBlocK. We will remove this mechanism after testing.
For aleut we need it because, for now, is different from London. Aleut is a testnet with just EIP1559 and BASEFEE while baikal is a testnet that wants to be like london (with all EIPS).
For now for retro compatibility I prefer to keep it like that. To avoid consensus issue in this testnet
Signed-off-by: garyschulte <garyschulte@gmail.com>
Signed-off-by: garyschulte <garyschulte@gmail.com> Co-authored-by: Karim TAAM <karim.t2am@gmail.com>
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
…r#2237) Signed-off-by: Karim TAAM <karim.t2am@gmail.com> Co-authored-by: garyschulte <garyschulte@gmail.com>
Signed-off-by: Karim TAAM karim.t2am@gmail.com
PR description
Changing the code to have :
Changelog