comet
comet copied to clipboard
An efficient money market protocol for Ethereum and compatible chains (aka Compound III, Compound v3).
This PR contains the following contract changes to `BaseBulker` and `MainnetBulker` based on OZ's recent audit: - **L-05 Lack of return validation** - We added transfer success checks to these...
This PR contains changes to the following (mostly stylistic) issues highlighted in OZ's audit: - **L-04 Missing docstrings** - We added a comprehensive set of docstrings to the various constants...
_Extremely_ rough version of a 1inch-enabled liquidation bot. Lots of changes to make still, but want to get some visibility on the decisions I'm making and thoughts on the remaining...
TODO: - [x] Finalize proposal text
- Fix spelling - Increase severity of finding purchasable collateral to `ALERT` Maybe `ALERT` is extreme; maybe `WARNING`?
This PR implements and modifies price feeds to support the upcoming WETH deployment. The favored plan so far is to use ETH-denominated price feeds as opposed to USD price feeds,...
This is a fix for a potential issue with the way that the TypeScript code and the Liquidator.sol code determine whether Comet has a sufficient amount of collateral for sale....
~~WIP~~ Ready for review now. Changes made in preparation for launching a ~~mainnet/ETH~~`mainnet/WETH` deployment. - adds `mainnet-weth` scenario base - adds configuration for `mainnet/weth` deploy with `wstETH` and `cbETH` as...