-
Notifications
You must be signed in to change notification settings - Fork 8
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
[Certora] Verify mint and burn #93
Conversation
Related discussion in #85 (comment) |
Can you point to the right branch @colin-morpho ? At the moment this is showing a lot of changes |
@QGarchery my bad, just changed it. |
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 with one change to make, and after #99
[Certora] Small change to mint&burn
Signed-off-by: Colin | Morpho 🦋 <[email protected]>
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.
Note that this will conflict with #102, so it should probably be merged after
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.
Only questions, good to merge!
bbbee4a
The verification ensures that the Morpho token
mint
andburn
function is compliant with the ERC20 specification.It patches the OZ specification for ERC20 to support the upgradeable version.
Replaces #85
TODO: