You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Origin of warning: revert on checkpointInterest() call attempt for use with reactive interest rate models
Solution: a storage bool for when checkpointInterest() call is attempted, set to true upon success so that future ctoken calls don't have an etherscan execution error. This could be implemented for future deployments so it doesn't have to potentially compromise existing ctokens if there were any issues. The standard to add a new storage var in proxies is to append a new struct version #
This would most likely be used for future ctoken deployments and not upgraded on current ctokens in order to maintain safety and minimal changes
The text was updated successfully, but these errors were encountered:
Origin of warning: revert on checkpointInterest() call attempt for use with reactive interest rate models
Solution: a storage bool for when checkpointInterest() call is attempted, set to true upon success so that future ctoken calls don't have an etherscan execution error. This could be implemented for future deployments so it doesn't have to potentially compromise existing ctokens if there were any issues. The standard to add a new storage var in proxies is to append a new struct version #
This would most likely be used for future ctoken deployments and not upgraded on current ctokens in order to maintain safety and minimal changes
The text was updated successfully, but these errors were encountered: