-
Notifications
You must be signed in to change notification settings - Fork 91
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
609 enable lusd collateralization #627
Conversation
Is there an issue with the CI? I'm on mobile so my capabilities are limited. Could you request reviews from all the Solidity developers? It isn't easy for me to on the iOS client. |
"Compare Test Coverage" is failing, but I have no idea what that is for. |
Can you verify that the percentage of test coverage has not decreased with this pull request? That is the intended purpose of that CI. |
It doesn't even get that far. Just |
I'll check it in few hours |
The CI action "Compare Test Coverage" fails due to decreased test coverage. If you check the "Print coverages" step here you may see the development branch test coverage and PR's test coverage:
This PR makes the coverage error more verbose Pls add more tests for the "LUSD collateralization" feature |
2050318
to
cab617d
Compare
- convert frax pool to diamond standard - write facet for pool
-write LibUbiquityPool
-add notMintPaused modifier -add notRedeemPaused modifier -add setNotRedeemPaused function -add setNotMintPaused function
-natspec
-remove unneeded file
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.
Token symbols should never be referenced in any identifiers. See more information here.
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.
Token symbols should never be referenced in any identifiers. See more information here.
10a4073
to
c3bb34a
Compare
Co-authored-by: アレクサンダー.eth <[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.
I'm good to merge after these last small adjustments. Thanks for implementing the code changes from before.
You need to resolve all outstanding comments before GitHub merges. |
Not sure about this curve3PoolTokenAddress |
|
Resolves #609