-
Notifications
You must be signed in to change notification settings - Fork 29
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
Refactor minters with MinterBase parent class #463
Conversation
@jakerockland - this is ready for a re-review now that it has been refactored to use a MinterBase class🙏 |
@jakerockland - wanted to note that I eliminated the UpdatedIsEngine event during construction and from the interface. After integrating these minters into our indexing, that event seemed unnecessary and unhelpful, and removing it simplifies the interface model in this PR quite a bit. |
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.
Have a couple nit suggestions–happy to discuss more as needed, otherwise LGTM! :)
…om core contract getPrimaryRevenueSplits() function
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.
Thank you for the changes ser – LGTM.
Description of the change
Refactor minters to remove redundant internal function code to the MinterBase parent class.
Follow-on activity from #449.