-
Notifications
You must be signed in to change notification settings - Fork 54
feat: Exchange Issuance for Leveraged Tokens #97
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: Exchange Issuance for Leveraged Tokens #97
Conversation
…ith flashloan interface
| _decodedParams.limitAmount, | ||
| _decodedParams.leveragedTokenData | ||
| ); | ||
| require(amountInputTokenSpent <= _decodedParams.limitAmount, "ExchangeIssuance: INSUFFICIENT INPUT AMOUNT"); |
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.
This is where I moved to max/minAmount checks. @ncitron : Let me know if this is "top level" enough.
…port Leveraged EI UniV3 support
ncitron
left a comment
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.
Mostly just nitpicks here. Can you go through and do a detailed check of the formatting. Mostly I've notices a bunch of spots where the indentation is off or the javadoc params do not reflect the current function args. I flagged a few examples but there's a bunch of spots that I didn't point out. Once these are addressed, feel free to merge.
Good job on this!
…ed-exchange-issuance
|
🎉 This PR is included in version 0.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
* low hanging audit changes * fix tests * audit changes * fix tests * improve tests * clean up contracts * use removeStorage * review changes
Exchange Issuance for Leveraged Tokens: