Releases: delvtech/elf-contracts
Releases · delvtech/elf-contracts
v1.1 smart contracts
Small scale smart contract upgrades to eliminate common bugs and add some new feature set. An interface breaking change was included which requires that the withdraws from the balancer LP pool provide the number of shares to withdraw not the max outputs. Non interface breaking changes included extended pause systems, a yearn version upgrade path, yearn wrapped position simplification, and a change to the internal accounting for fee collection in convergent curve pool.
What's Changed
- Add link to contract addresses by @jrhea in #213
- edit code coverage CI command by @jrhea in #214
- Create test-report.md by @jrhea in #215
- Solidity-Coverage & Prettier updates by @Padraic-O-Mhuiris in #225
- Update packages to latest by @Padraic-O-Mhuiris in #227
- Fix comment warning user of yvault compatibility by @jrhea in #232
- commit mods to sim to test different decimal types by @jrhea in #234
- Pm/zap token to pt by @Padraic-O-Mhuiris in #230
- feat: Initial approach to support nexus integration by @satyamakgec in #235
- Add Compound Asset Proxy by @smmackey in #220
- Add wrapped covered principal token in factory event by @satyamakgec in #239
- Zap Swap Curve by @Padraic-O-Mhuiris in #242
- CCPool deploy timestamp fix by @Padraic-O-Mhuiris in #245
- V1.1 Collected Branch by @pvienhage in #231
New Contributors
- @Padraic-O-Mhuiris made their first contribution in #225
- @smmackey made their first contribution in #220
Full Changelog: v1.0.2...v1.1.0
Yearn Vault Upgrade to 4.3 Support
v1.0.2 allow 0.4.3 yvault version (#212)
Yearn Vault Upgrade to 4.2 Support
Added a new asset proxy to support yearn vault 4.2 (#207) * contract update for new yearn vault' * linting' * refactor to reduce code duplication * lint * Update contracts/YVaultV4AssetProxy.sol Co-authored-by: Daejun Park <daejunpark@gmail.com> * basic tests * Update contracts/YVaultAssetProxy.sol Co-authored-by: Jonny Rhea <5555162+jrhea@users.noreply.github.com> * natspec returns Co-authored-by: Daejun Park <daejunpark@gmail.com> Co-authored-by: Jonny Rhea <5555162+jrhea@users.noreply.github.com>
Mainnet Launch
Rounding bug fix (#203) * posible fix and random test * sol lint * spelling * final version and remove probality tessts * remove comment
Testnet Launch
This is the version deployed on thee Goerli Testnet on May 8th, 2021