Tags: compound-finance/comet
Tags
Update the supply caps based on Gauntlet recommendations (#629) https://hackmd.io/wncIvkFTReWUe2AMMK2ezA?view
Update the collateral params based on Gauntlet recommendations (#628) https://hackmd.io/wncIvkFTReWUe2AMMK2ezA?view
[L-06] Add slither check for potential function clashes in Configurat… …or contract (#430) Add slither analysis check
Comet balance constraint + Constraint and Transfer scenarios + Comet … …Solidity bug fix (#247) This PR includes the following changes: -Constraint for setting the Comet balance of an actor -More transfer scenarios and new set of scenarios for testing constraints -Fixing a Solidity underflow bug that was caught by the transfer scenarios -Librarifying some code between the BalanceConstraint and -CometBalanceConstraint Example of CometBalanceConstraint usage: ``` scenario( 'Comet#comet balance constraint', { cometBalances: { albert: { $base: 100, $asset0: 10 }, // in units of asset, not wei }, }, ```