Nick Addison
Nick Addison
This implementation of the Convex frxETH/WETH strategy uses Curve solidity libraries to abstract whether the Curve pool has two or three coins. The other implementation clones `BaseCurveStrategy` to `BaseTwoAssetCurveStrategy` and...
If you made a contract change, make sure to complete the checklist below before merging it in master. Refer to our [documentation](https://github.com/OriginProtocol/security) for more details about contract security best practices....
# Changes * Removed the drift checks from the `OracleRouter`. Note the `OETHOracleRouter` does not do drift checks as its already done in the OETHVault. * Removed read of Oracle...
This is an optional addition to the PR https://github.com/OriginProtocol/origin-dollar/pull/1627 that refactors the vaults It does more more of the items in https://github.com/OriginProtocol/origin-dollar/issues/1533 Specifically, it covers removing `Ousd` from function names...
To get the unit test passing, the last assertion in the redeemAll unit tests has been commented out. This issue is to get to the bottom of the following error....
As identified in https://github.com/OriginProtocol/origin-dollar/issues/1448, there is not much CRV->USDT liquidity in SushiSwap for the OUSD Harvester. This change is to replace SushiSwap with Uniswap V3. This will require a contract...
Open Zeppelin has issued the following security advisory: * [Governor proposal creation may be blocked by frontrunning](https://github.com/OpenZeppelin/openzeppelin-contracts/security/advisories/GHSA-5h3x-9wvq-w4m2) Affected packages: >=4.3.0
- [ ] withdraw the underlying, eg WETH, directly to vault or user instead of withdrawing the underlying to the strategy contract and then transferring to the vault or user....
The Origin DeFi Bot notifies the `defi-bot` channel on Discord when there are key transactions like mints, failed transactions and deposits to strategies. It'd be nice if the `OETH Mint`...