-
Notifications
You must be signed in to change notification settings - Fork 759
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
Implement/Revise EIP 6610 #3390
Conversation
const requests: CLRequest[] = [] | ||
const common = vm.common | ||
|
||
// TODO: Add in code to accumulate deposits (EIP-6110) | ||
if (common.isActivatedEIP(6110)) { | ||
await accumulateDeposits(txResults, requests) |
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.
accumulate7002 is with _
while this is not, may be we take a consistent approach
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
@scorbajio Cool, congrats, great work 🤩, and thanks @acolytec3 for the revision! 🙏 |
Rework of EIP 6110 based on #3303