-
Notifications
You must be signed in to change notification settings - Fork 583
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix collateral behavior of zero-ltv assets (#820)
* fix: patch zero ltv transfer * fix: revert undesired changes * fix: change implementation * fix: add docs * fix: rename error * fix: improved isolation mode enter mechanic * fix: improve tests * fix: remove check from bridge as anotehr role is used already * fix: use acl manager * fix: flashloan receiver.executeOperation params * fix: fix comment * fix: move role to constant * fix: commit broken test * fix: add additional test * fix: add flashloan test * fix: add additional test * fix: fix tests * fix: prune fl fix * Update package.json * fix: resolve conflicts * fix: add comments * fix: also add automatic isolation logic to mintUnbacked fix: update docs * fix: update test * fix: add some more ltv0 tests * feat: fix tests & add another one * fix: Fetch addressesProvider from AToken --------- Co-authored-by: miguelmtz <36620902+miguelmtzinf@users.noreply.github.com> Co-authored-by: miguelmtzinf <miguelmtz.mail@gmail.com>
- Loading branch information
1 parent
ade6cf8
commit ea48670
Showing
9 changed files
with
295 additions
and
44 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.