-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Set block timestamp interval to be 0 (which increments block time by 1 second per transaction) to avoid advancing time when fork fuzzing. This is to bypass the `oraclePriceExpired` issue on ezETH. - Use chain config preview before trade call when creating checkpoints. - Using call on block for accruing interest for ezeth function instead of hacking in stateful variable into interface (not currently being used). - Only accrue interest when advancing time (not currently being used). - Increasing total shares epsilon for wstETH/USDA pool in invariance checks. - Adding an epsilon of 1 wei for present value invariance check. - Logging "no trades on fork fuzz pool" as an exception to have rollbar combine items.
- Loading branch information
Sheng Lundquist
authored
Oct 30, 2024
1 parent
ba7aa56
commit e614e6d
Showing
6 changed files
with
82 additions
and
65 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