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
cannot have more assets than the cap right after a transaction, except for donations and interest accrual (tried in [Certora] Supply cap #419 but abandoned because of tough timeouts)
additional reallocate revert conditions have been checked separately: it also reverts if a given market isn't enabled (checked in MarketInteractions.spec), and it reverts if supplied!=withdrawn (checked in Tokens.spec)
for any tx: the share price, totalAssets() / totalSupply(), does not decrease. This is true only assuming that underlying markets are not updated, otherwise there could be some bad debt realization or forced market removal which would break the property
cannot bypass guardian if the guardian is responsive
Here is a list of properties that we can try to verify using Certora:
cannot have more assets than the cap right after a transaction, except for donations and interest accrual(tried in [Certora] Supply cap #419 but abandoned because of tough timeouts)hard liveness properties can withdraw all under conditions, can reallocate all supply from a market under conditionsMarketInteractions.spec
), and it reverts if supplied!=withdrawn (checked inTokens.spec
)for any tx: the share price,totalAssets() / totalSupply()
, does not decrease. This is true only assuming that underlying markets are not updated, otherwise there could be some bad debt realization or forced market removal which would break the propertyThe text was updated successfully, but these errors were encountered: