-
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
[WIP] evaluate whether a constant vault share price is an appropriate invariant #13
Draft
mcclurejt
wants to merge
9
commits into
main
Choose a base branch
from
mcclurejt/feat/vault-share-price-invariant
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5e447a2 - Browse repository at this point
Copy the full SHA 5e447a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a7ccfb - Browse repository at this point
Copy the full SHA 8a7ccfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for cea624b - Browse repository at this point
Copy the full SHA cea624bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75cf6d9 - Browse repository at this point
Copy the full SHA 75cf6d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e94d326 - Browse repository at this point
Copy the full SHA e94d326View commit details -
fixes to avoid underflow when trying to withdraw assets greater than …
…everlong's _totalAssets
Configuration menu - View commit details
-
Copy full SHA for 476902c - Browse repository at this point
Copy the full SHA 476902cView commit details -
convert rebalance to only be called by an external keeper
Keepers are expected to use the configuration object to circumvent hyperdrive errors
Configuration menu - View commit details
-
Copy full SHA for 69d0dca - Browse repository at this point
Copy the full SHA 69d0dcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29bfa3d - Browse repository at this point
Copy the full SHA 29bfa3dView commit details -
Evaluate whether a constant vault share price is an appropriate invar…
…iant - Removed rebalancing from sandwich tests since the situation is supposed to be atomic - Keeping share price constant has the exact same effect as not distributing losses. - This results in bad UX + a DOS vector for small position sizes. - In the case of bonds devaluing via huge LP, this loss should affect others. - No need to handle the case where a redemption would be zero, with distributed losses this isn't possible. - Vault share price decreases on deposit, remains constant on redemption (for base atomic case).
Configuration menu - View commit details
-
Copy full SHA for 0bb6b9c - Browse repository at this point
Copy the full SHA 0bb6b9cView commit details
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.