Skip to content

Tags: waqaswahid1/comet

Tags

audit/oz/original-weth-price-feeds

Toggle audit/oz/original-weth-price-feeds's commit message
Use IPriceFeed in Comet

audit/oz/original-weth-proposal

Toggle audit/oz/original-weth-proposal's commit message
Update the supply caps based on Gauntlet recommendations (compound-fi…

…nance#629)

https://hackmd.io/wncIvkFTReWUe2AMMK2ezA?view

audit/oz/original-weth-deployment

Toggle audit/oz/original-weth-deployment's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update the collateral params based on Gauntlet recommendations (compo…

…und-finance#628)

https://hackmd.io/wncIvkFTReWUe2AMMK2ezA?view

marker/last-constant-reserve-factor-ir-model

Toggle marker/last-constant-reserve-factor-ir-model's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[L-06] Add slither check for potential function clashes in Configurat…

…or contract (compound-finance#430)

Add slither analysis check

audit/chain-security/v0.1

Toggle audit/chain-security/v0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Comet balance constraint + Constraint and Transfer scenarios + Comet …

…Solidity bug fix (compound-finance#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
    },
  },
```