-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: remove old depend * forge install: tokenized-strategy v3.0.1 * chore: update strategy depend * build: update to new version * forge install: tokenized-strategy-periphery 56a1c6d0cbbccfd7e74ce51b9f050af97cb9ffa7 * test: update trigger * fix: lint
- Loading branch information
1 parent
e7b8092
commit f34fea4
Showing
11 changed files
with
60 additions
and
111 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 tokenized-strategy
updated
29 files
+1 −0 | .github/PULL_REQUEST_TEMPLATE.md | |
+3 −1 | .solhint.json | |
+2 −2 | .vscode/settings.json | |
+3 −3 | README.md | |
+9 −0 | SECURITY.md | |
+35 −29 | SPECIFICATION.md | |
+8 −4 | script/Deploy.s.sol | |
+85 −50 | src/BaseStrategy.sol | |
+300 −165 | src/TokenizedStrategy.sol | |
+2 −4 | src/interfaces/IBaseStrategy.sol | |
+12 −7 | src/interfaces/IEvents.sol | |
+3 −11 | src/interfaces/IStrategy.sol | |
+14 −4 | src/interfaces/ITokenizedStrategy.sol | |
+29 −34 | src/test/AccessControl.t.sol | |
+14 −14 | src/test/Accounting.t.sol | |
+59 −9 | src/test/CustomImplementation.t.sol | |
+2 −2 | src/test/ERC20Std.t.sol | |
+46 −1 | src/test/FaultyStrategy.t.sol | |
+4 −4 | src/test/InvariantsSingleStrategy.t.sol | |
+592 −9 | src/test/ProfitLocking.t.sol | |
+20 −7 | src/test/Shutdown.t.sol | |
+3 −3 | src/test/e2e.t.sol | |
+2 −2 | src/test/handlers/StrategyHandler.sol | |
+13 −23 | src/test/mocks/IMockStrategy.sol | |
+11 −8 | src/test/mocks/MockFaultyStrategy.sol | |
+3 −5 | src/test/mocks/MockIlliquidStrategy.sol | |
+9 −6 | src/test/mocks/MockStrategy.sol | |
+3 −3 | src/test/utils/BaseInvariant.sol | |
+20 −12 | src/test/utils/Setup.sol |
Submodule tokenized-strategy-periphery
updated
31 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
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
Oops, something went wrong.