-
Notifications
You must be signed in to change notification settings - Fork 46
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 events for initial aggregate pool fees #1250
base: main
Are you sure you want to change the base?
Conversation
Thanks @EndymionJkb; this looks good. Adding @mendesfabio to the loop. |
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! We don't set the aggregate fee percentages after initialization, so using the same events for the initial value and the fee percentage setters doesn't make sense.
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!
I've added the flag too. It's a bit redundant, but I don't see how it can hurt.
Description
Add events to track the initial aggregate fee percentages for pools. Otherwise, there would be no indication (off-chain) that a pool was registered as protocol fee exempt.
Type of change
Checklist:
main
, or there's a description of how to mergeIssue Resolution
Resolves #1247