Closed GalloDaSballo closed 9 months ago
Job ID | b929fe03-c345-4ecc-b726-5b780e0dee68 |
Command | yarn && git submodule init && git submodule update && solc-select use 0.8.17 && cd packages/contracts/ && yarn echidna --test-mode assertion --test-limit 300000 |
Instance ID | i-0441c464d18489b44 |
Instance Type | c5.2xlarge |
Status | Started |
Elapsed |
Job ID | b929fe03-c345-4ecc-b726-5b780e0dee68 |
Command | yarn && git submodule init && git submodule update && solc-select use 0.8.17 && cd packages/contracts/ && yarn echidna --test-mode assertion --test-limit 300000 |
Instance ID | i-0441c464d18489b44 |
Instance Type | c5.2xlarge |
Status | Running |
Elapsed | 1 minute |
Job ID | b929fe03-c345-4ecc-b726-5b780e0dee68 |
Command | yarn && git submodule init && git submodule update && solc-select use 0.8.17 && cd packages/contracts/ && yarn echidna --test-mode assertion --test-limit 300000 |
Instance ID | i-0441c464d18489b44 |
Instance Type | c5.2xlarge |
Status | Running |
Elapsed | 1 minute 2 seconds |
Job ID | b929fe03-c345-4ecc-b726-5b780e0dee68 |
Command | yarn && git submodule init && git submodule update && solc-select use 0.8.17 && cd packages/contracts/ && yarn echidna --test-mode assertion --test-limit 300000 |
Instance ID | i-0441c464d18489b44 |
Instance Type | c5.2xlarge |
Status | Success |
Elapsed | 20 hours 46 minutes |
[!IMPORTANT]
Auto Review Skipped
Auto reviews are disabled on base/target branches other than the default branch. Please add the base/target branch pattern to the list of additional branches to be reviewed in the settings.
Please check the settings in the CodeRabbit UI or the
.coderabbit.yaml
file in this repository.To trigger a single review, invoke the
@coderabbitai review
command.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
PR to run this to check against Revert Overflow due to TWAP
update()
reverts, activePool will continue to functionobserve()
reverts redemptions will continue to function (use systemDebtAtStart)once twap is disabled, update() and observe() calls will be skipped and we'll degrade to the previous functionality before the mitigation.
flash loan pushing to max debt should not revert due to TWAP math, but also due to safeCast being outside the try/catch block.
note that we will have assumptions around max plausible debt in the system (besides during flash loan) during bug bounty. it will be notably lower than uint128.max.