Releases: yieldprotocol/vault-v2
Releases · yieldprotocol/vault-v2
RC3
- Remove ladle.retrieveFromPool
- FYToken inherits decimals from underlying
- Modularized use of constants
- Upgrade to yield-utils-v2
- YieldWrapper for easy frontend integration
- Removed Ladle public functions except admin ones and batch
- Simplify repayVault. No need to retrieve base tokens at the end
- Published as npm 0.3.2
RC2
- Pass structs from external to private functions for gas savings
- Roll debt
- Accrual values stored on Cauldron and FYToken
- Accrual can't be below 1
- Exported as NPM package: "@yield-protocol/vault-v2": "0.0.4"
- Use 18 decimal fixed point math consistently
- Rationalized use of libraries
- USMFUM Oracle abstraction layer adopted
- Compound Oracle adapters for chi and rate oracles