This repository has been archived by the owner on Jan 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add testDrawRepayDebtFuzzy test for ERC20 and ERC721 Pools (#442)
* add initial testDrawRepayDebtFuzzy test * expand assertions * update tests * assert bucket after repay * finalize testDrawRepayDebtFuzzy * reduce stack size * add erc721 collection drawrepay debt fuzzy test * remove logs * fix interest check for deposit above htp * fix stack too deep * reduce 721 borrow amounts to speed up tests * add FuzzyHelperContracts which don't fork to speed up fuzz tests * fix test * update htp check for interest in erc20 pool * clean up tests * remove dead comment * fix coverage; expand bounds of erc721 * remove solmate * fix testLoad Co-authored-by: Mike <mikehathaway@makerdao.com>
- Loading branch information
1 parent
f01f459
commit 1893052
Showing
11 changed files
with
579 additions
and
60 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
Submodule solmate
deleted from
7f433c
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.