-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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(protocol): Add reward and fee fields to events #13808
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.
Overall, the changes in this pull request look good. Here are some points to consider:
- In TaikoEvents.sol, consider changing the name of the blockFee variable to something more descriptive.
- In LibProposing.sol, consider adding comments to explain why blockFee is being set twice.
- In LibVerifying.sol, consider adding a comment to explain why reward is set to 0 for the genesis block.
- Consider adding comments to explain the purpose of each event in TaikoEvents.sol and LibVerifying.sol.
- Consider using consistent naming conventions for variables and functions across all three files.
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, and lets also merge these changes into alpha-3
branch after this one gets merged?
Co-authored-by: adaki2004 <[email protected]>
…3820) Co-authored-by: D <[email protected]> Co-authored-by: adaki2004 <[email protected]>
Linked to issue: #13807