Brean
Brean
PR adds the stableswap invariant developed by Curve Finance (WIP).
- reduces optimizer from 800 to 400 to support upgradeable wells. - implements `_authorizeUpgrade` and `upgradeTo` to support ERC1167 minimal proxies bored by an aquifer. - restricts upgrades to wells...
refactors many tests due to many inconsistencies. WIP on documentation.
# BIP-45: Seed Gauge System ## Proposer Safisynai Proposer Wallet: [0x43a9da9bade357843fbe7e5ee3eedd910f9fac1e](https://etherscan.io/verifySig/42364) ## Summary * Implement the Seed Gauge System; * Implement the ability to set a target number of Seasons...
Merges the seed gauge bip into the add-steth oracle branch.
Implements whitelist V1.1
# RFC: On-Chain Fert Metadata ## Authors Brean, Guy, Brendan Sanderson, Ben Weintraub, Deadmanwalking ## Summary Migrate the Fertilizer metadata hosted at [fert.bean.money](https://fert.bean.money/) to a decentralized alternative. ## Problem Currently,...
# RFC: Secure Beanstalk ## Authors Brean, Brendan Sanderson, Guy, Ben Weintraub ## Summary Upgrade each function in Beanstalk that changes state to check that the Beanstalk contract does not...
# RFC: Seed Gauge System [DRAFT] ## Authors Ben Weintraub, Brendan Sanderson, Brean, Guy ## Summary * Implement the Seed Gauge System; * Measure the Bean Liquidity to Supply Ratio...
`calcReserveAtRatioSwap` and `calcReserveAtRatioLiquidity` utilize a LUT to decrease the computation needed to estimate the reserves. When this function is called at extremely high or low values, the function can revert...