-
Notifications
You must be signed in to change notification settings - Fork 0
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
Keeper unsuccessful in calling processReport
on fork environemnt.
#36
Comments
Some potential things that may or may not be relevant:
|
Another fuzzing run resulted in a revert in the second call to
I'll take a look into what contract is throwing this code and see if I can decode it and/or track down what line is throwing the above errors. Separate issue logged here: |
An additional run resulted in the following message in
Note the |
When the keeper is required to call
processReport
, the call fails with an error.To reproduce:
updateDebt
,tend
,strategyReport
).processReport
wasn't necessary on this call.updateDebt
,tend
,strategyReport
), but reverted onprocessReport
.This is the error hash I'm getting:
Attempting to decode the hex string results in the following:
Notice the
not allowed
in the decoded string.This issue is easily reproducible when fuzzing on the fork we've set up. Attempt to deploy locally results in an issue (#35), but should be able to track down the line it's crashing at once the linked issue is solved.
The text was updated successfully, but these errors were encountered: