-
Notifications
You must be signed in to change notification settings - Fork 70
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]Adding tasks to test liquidity bot #500
Open
daryakaviani
wants to merge
12
commits into
main
Choose a base branch
from
test-liquidity-bot
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.
Open
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
daryakaviani
changed the title
Adding Tasks to Test Liquidity Bot
Adding tasks to test liquidity bot
May 31, 2022
haythemsellami
changed the title
Adding tasks to test liquidity bot
[WIP]Adding tasks to test liquidity bot
May 31, 2022
daryakaviani
force-pushed
the
test-liquidity-bot
branch
from
May 31, 2022 17:33
69cc751
to
b816cf0
Compare
@haythem96 Do we need this still? |
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.
Task: Adding tasks to test liquidity bot
Description
Right now, the liquidity bot seems to miss some liquidatable vaults. This task sequence is designed to see whether the bot liquidates an underwater vault:
openShortVault
task to create a short position with a 150% collateralization ratiowethWhacker
task to tank the ETH price and take the newly created vault underwatercheckVaultStatus
task to verify that the vault is no longer safeType of change
How Has This Been Tested
Please describe how to test to verify the changes. Provide instructions so we can reproduce.
Test with the task sequence above
FE Checklist
User Facing Checklist