Releases: yieldprotocol/yieldspace-v2-DEPRECATED
Releases · yieldprotocol/yieldspace-v2-DEPRECATED
Release list
RC11 - Deployed to mainnet
- Calculate invariant after maturity
- Use IsContract
- More robust yieldspace.ts, and tests on mintWithBase
- PoolExtensions
- maxRatio and minRatio on mint and burn
M mint is always calculated from the amount of fyToken supplied, and any remaining base is returned to a wallet of the caller's choice.
RC10 - Submitted to Trail of Bits
- update solc to 0.8.6
- burn base and fyToken to different addresses
- set k, g1 and g2 in factory
- use internal functions for internal calls
- YieldMath invariant
- normalize low decimal tokens to 18 decimals
- remove PoolRouter
- renamed k as ts (for time stretch)
RC9
Submitted to Code Arena
Merge pull request #126 from yieldprotocol/rc8 Rc8
RC8
RC7
RC6 - C4
RC5
RC4
RC3
Published as npm 0.3.2
Changes with frontend impact:
- Removed multicall
- Removed public methods, except batch and route
- Implemented PoolRouterWrapper
Other changes:
- Upgraded to yield-utils-v2
- Liquidity tokens in Pool take the same number of decimals as the base
- Added require message on PoolRouter.transferToPool