-
Notifications
You must be signed in to change notification settings - Fork 9
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
V3.0.0 #193
Merged
Merged
V3.0.0 #193
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
V3.0.0
🚨 Report Summary
For more details view the full report in OpenZeppelin Code Inspector |
brandoniles
approved these changes
Mar 25, 2024
* added perp redemption to vault recovery flow * perp external functions returning ops data * added natspec comments and renamed rollover preview struct
…portional tranche balances Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Co-authored-by: Brandon Iles <[email protected]> Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Co-authored-by: Brandon Iles <[email protected]> Co-authored-by: nms-7 <[email protected]> Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
…ferent target Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
…scheme Signed-off-by: aalavandhann <[email protected]>
…ranche, rather than using discount adjusted ratios Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Co-authored-by: Brandon Iles <[email protected]> Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
…dity Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
…eturning only tokens up for rollover Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
* using fixed perc fees for ops * removed some unreachable code * added test case to check for dust recovery * removed vault deployment fee * pve002 router validation * pve004 preview deposit mature bond handling * Removed from paramters from asset transfer wrapper functions and using msg.sender directly, also using msg.sender instead of _msgSender * ran linter * updated unit tests * pve001 updating constructors * pve002-3 bond issuer tranche granularity check * Removed redundant computeDeviationRatio method from fee policy * openzeppelin defender report informational issues * Reverted pve002 * deployed to sepolia testnet (#201) Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
* updated sigmoid bound for 20% yearly rollover rate * updated LICENSE Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Signed-off-by: aalavandhann <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SPOT V2