-
Notifications
You must be signed in to change notification settings - Fork 0
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
vault share pricing and unmatured position valuation #4
Conversation
Co-authored-by: Alex Towle <[email protected]>
Co-authored-by: Alex Towle <[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.
This is looking good. I left some comments, but it looks good to me once those are addressed or acknowledged.
Co-authored-by: Alex Towle <[email protected]>
going to fix test stuff, get review on that, then merge into this branch just fyi |
* tmp * portfolio and 4626 fixes/tests * fix rebase issues * update existing tests, remove position tests (will re-add similar scope with idle liquidity feature) * Update test/units/EverlongPortfolio.t.sol Co-authored-by: Alex Towle <[email protected]> * Update contracts/Everlong.sol Co-authored-by: Alex Towle <[email protected]> --------- Co-authored-by: Alex Towle <[email protected]>
fixes delvtech/hyperdrive#1089
This is rfr....
NOTE: The refactoring made some of the existing tests redundant/obsolete. Probably safe to ignore all unit/integration except for
HyperdriveExecution.t.sol
. Since this PR is already huge I'll be redoing those in another pr, and can combine the two before merging.