-
Notifications
You must be signed in to change notification settings - Fork 321
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
feat: develop without solidity 0.8 #342
Merged
Merged
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
ghost
changed the title
Develop without solidity0.8
feat: develop without solidity0.8
May 13, 2021
fubuloubu
changed the title
feat: develop without solidity0.8
feat: develop without solidity 0.8
May 13, 2021
fubuloubu
approved these changes
May 14, 2021
* fix: prevent revoking non existing strategy * refactor: fix typo Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com>
* fix: migratiion should only be perforned by vault * docs: document new strategy prerequisites * fix: typo Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com>
* fix: avoid duplicates on withdrawal queue * fix: use assert instead of raise Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> * fix: use only one loop * fix: use min approach * refactor: queue should not add or remove entries * feat: do not replace strategy * refactor: clarity Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> * docs: comment Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> * fix: refactor for clarity Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com>
* docs: loss will udate debt ratio, debt is adjusted on next report * docs: fixup comment Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com>
Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com>
* fix: precision factor is useless most of the time * fix: remove entirely precision factor Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com>
* fix: prevent division per zero Co-authored-by: fp-crypto <83050944+fp-crypto@users.noreply.github.com> * fix: do not relly on user manipulable values * fix: strategy emergency mode * fix: symplify math Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> Co-authored-by: fp-crypto <83050944+fp-crypto@users.noreply.github.com> Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com>
fubuloubu
approved these changes
May 16, 2021
orbxball
pushed a commit
to orbxball/yearn-vaults
that referenced
this pull request
Aug 8, 2021
* docs: withdraw can empty available funds (yearn#302) * fix: prevent revoking non existing strategy (yearn#303) * fix: prevent revoking non existing strategy * refactor: fix typo Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> * chore: remove guestList (yearn#308) * fix: strategy migration only through Vault (yearn#309) * fix: migratiion should only be perforned by vault * docs: document new strategy prerequisites * fix: typo Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> * fix: make sure _assessFees isn't called twice within the same block (yearn#326) * fix: avoid duplicates on withdrawal queue (yearn#299) * fix: avoid duplicates on withdrawal queue * fix: use assert instead of raise Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> * fix: use only one loop * fix: use min approach * refactor: queue should not add or remove entries * feat: do not replace strategy * refactor: clarity Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> * docs: comment Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> * fix: refactor for clarity Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> * docs: token should not be inflationary, deflationary or transfer fees (yearn#331) * docs: loss debt ratio flow (yearn#332) * docs: loss will udate debt ratio, debt is adjusted on next report * docs: fixup comment Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> * fix: prevent fees to be above 100% (yearn#328) Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> * fix: precision factor is useless (yearn#335) * fix: precision factor is useless most of the time * fix: remove entirely precision factor Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> * fix: prevent division per zero (yearn#337) * fix: prevent division per zero Co-authored-by: fp-crypto <83050944+fp-crypto@users.noreply.github.com> * fix: do not relly on user manipulable values * fix: strategy emergency mode * fix: symplify math Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> Co-authored-by: fp-crypto <83050944+fp-crypto@users.noreply.github.com> Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> Co-authored-by: fp-crypto <83050944+fp-crypto@users.noreply.github.com>
sambacha
pushed a commit
to sambacha/yearn-vaults
that referenced
this pull request
Sep 7, 2021
* docs: withdraw can empty available funds (yearn#302) * fix: prevent revoking non existing strategy (yearn#303) * fix: prevent revoking non existing strategy * refactor: fix typo Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> * chore: remove guestList (yearn#308) * fix: strategy migration only through Vault (yearn#309) * fix: migratiion should only be perforned by vault * docs: document new strategy prerequisites * fix: typo Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> * fix: make sure _assessFees isn't called twice within the same block (yearn#326) * fix: avoid duplicates on withdrawal queue (yearn#299) * fix: avoid duplicates on withdrawal queue * fix: use assert instead of raise Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> * fix: use only one loop * fix: use min approach * refactor: queue should not add or remove entries * feat: do not replace strategy * refactor: clarity Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> * docs: comment Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> * fix: refactor for clarity Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> * docs: token should not be inflationary, deflationary or transfer fees (yearn#331) * docs: loss debt ratio flow (yearn#332) * docs: loss will udate debt ratio, debt is adjusted on next report * docs: fixup comment Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> * fix: prevent fees to be above 100% (yearn#328) Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> * fix: precision factor is useless (yearn#335) * fix: precision factor is useless most of the time * fix: remove entirely precision factor Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> * fix: prevent division per zero (yearn#337) * fix: prevent division per zero Co-authored-by: fp-crypto <83050944+fp-crypto@users.noreply.github.com> * fix: do not relly on user manipulable values * fix: strategy emergency mode * fix: symplify math Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> Co-authored-by: fp-crypto <83050944+fp-crypto@users.noreply.github.com> Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> Co-authored-by: fp-crypto <83050944+fp-crypto@users.noreply.github.com>
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.
Contains develop changes without solidity 0.8 Oz 4.1 and ytoken name fixes
closes: #315