-
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.
⬆ uses the new gelato automation workflow
- Loading branch information
1 parent
8c57fa9
commit a7eeb93
Showing
19 changed files
with
77 additions
and
78 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 alchemix
updated
54 files
Submodule forge-std
updated
42 files
Submodule gelato
updated
1345 files
Submodule openzeppelin
updated
885 files
Submodule self-repaying-eth
updated
16 files
+3 −0 | .gitignore | |
+4 −2 | README.org | |
+4 −4 | deployments/external.json | |
+6 −2 | foundry.toml | |
+1 −1 | lib/alchemix | |
+1 −1 | lib/forge-std | |
+4 −4 | script/Toolbox.s.sol | |
+64 −147 | src/SelfRepayingETH.sol | |
+0 −29 | src/interfaces/ICurveCalc.sol | |
+0 −11 | src/interfaces/ICurvePool.sol | |
+26 −0 | src/interfaces/ICurveStableSwapNG.sol | |
+10 −0 | src/interfaces/IWETH9.sol | |
+4 −22 | test/SelfRepayingETHHarness.sol | |
+20 −15 | test/TestBase.sol | |
+35 −27 | test/integration/BorrowETHFrom.t.sol | |
+1 −5 | test/integration/SelfRepayingETH.t.sol |
Submodule solmate
updated
17 files
+329 −220 | .gas-snapshot | |
+2 −2 | README.md | |
+1 −1 | lib/ds-test | |
+1 −1 | package-lock.json | |
+1 −1 | package.json | |
+26 −1 | src/test/CREATE3.t.sol | |
+378 −0 | src/test/ERC6909.t.sol | |
+415 −0 | src/test/SafeCastLib.t.sol | |
+14 −0 | src/test/SignedWadMath.t.sol | |
+1 −1 | src/test/utils/mocks/MockERC4626.sol | |
+22 −0 | src/test/utils/mocks/MockERC6909.sol | |
+1 −1 | src/tokens/ERC4626.sol | |
+118 −0 | src/tokens/ERC6909.sol | |
+5 −1 | src/utils/CREATE3.sol | |
+120 −0 | src/utils/SafeCastLib.sol | |
+7 −7 | src/utils/SafeTransferLib.sol | |
+12 −2 | src/utils/SignedWadMath.sol |
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
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
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
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