-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: integrate with Euler V2 vaults
* chore: import Euler v2 interfaces * wip: compiles * wip: getting tests to work * wip: first tests passing * wip: getting more tests to work * test: fix `testGetBalance_AddingAfterProfit` * test: fix `testGetBalance` * test: fix `testSwap_ReturnAsset*` * test: fix `testShares*` * test: fix some * test: rm unused tests * fix: use `IERC4626` instead of the euler specific one * feat: introduce tracking for totalShares * feat: introduce tracking for totalShares * test: add back `totalShares` assertions * test: more tests * test: use mainnet rpc url * feat: additional rewards * fix: arithmetic * docs: clean up references to AAVE * docs: clean up * fix: optimize sloads * docs: clarify * fix: incorrect arithmetic * fix: simplify invest and divest logic * test: enhance assertion * test: claim rewards * lint: forge fmt * lint: forge fmt for comments * lib: upgrade forge-std * lint: address lint concerns * docs: improve docs on tests * ci: upgrade codecov gh action to v5 * ci: introduce coverage-integration step * ci: set fuzz seed and pin block for fork test * ci: change rpc server * ci: rm redundant build step * test: enhance test to cover missed line * ci: introduce dependency to reduce resource wastage * test: add case to show resilience * fix: rm unused constructor
- Loading branch information
Showing
18 changed files
with
530 additions
and
650 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule forge-std
updated
40 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
{ | ||
"constant_product_hash": "0xb563408dadf9d0f09df38020a0fa234a0df6db131574de64ce0f94f4a0a25af3", | ||
"factory_hash": "0xc083749f159ff0edd904efd85e57d856044cb7175b6f2f836a1ea689196c6a0b", | ||
"oracle_caller_hash": "0x1b44c52bfac16ddbab1269ebb22b21bbb993a55587f0bca4a8035433cece2f87", | ||
"stable_hash": "0x7ee3fb2be553a6254f7197e7ba45c2a3c45862e550d0253cbc7cab694eb116f7" | ||
"constant_product_hash": "0xa0c82283f7cf9bcd7d4091d1c25e9c424a65f3d9602243387ef21b1cbca0864e", | ||
"factory_hash": "0x60b680774a2e6b5f3a74c7926f7945eedbd82d533768f2cc4641712d3a9747a9", | ||
"stable_hash": "0xcca43bf4944cac2ddebe02c1fde1a1ba13cc6f9aad27f68bdc1c9ac0cbd3b5a5" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.