Skip to content

Tags: delvtech/elf-contracts

Tags

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
V1.1 Collected Branch (#231)

* Removes the gas reserve which is unused in our deployed versions (#218)

* remove gas reserve

* remove warning

* pause and admin upgrade (#222)

* Changed CC Pool LP withdraw to use an input of Shares (#216)

* changed the withdraw function to use LP token inputs instead

* comment updates

* Changes the governance fee collection (#217)

* fee collection update

* explictly ban the governance address

* test merge fixes

* Update contracts/ConvergentCurvePool.sol

Co-authored-by: Daejun Park <[email protected]>

* audit fixes

* order fixes to nexus tests

Co-authored-by: Daejun Park <[email protected]>

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
allow 0.4.3 yvault version (#212)

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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 <[email protected]>

* basic tests

* Update contracts/YVaultAssetProxy.sol

Co-authored-by: Jonny Rhea <[email protected]>

* natspec returns

Co-authored-by: Daejun Park <[email protected]>
Co-authored-by: Jonny Rhea <[email protected]>

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rounding bug fix (#203)

* posible fix and random test

* sol lint

* spelling

* final version and remove probality tessts

* remove comment

v1.0.0-a.1

Toggle v1.0.0-a.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rounding Error Bug (#193)

* memory -> calldata

* fixed test that relied on old decimal practicies