-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5eb73ed
commit 4b1bb2a
Showing
7 changed files
with
29 additions
and
27 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Submodule eigenlayer-middleware
updated
16 files
+1 −0 | foundry.toml | |
+1 −1 | lib/eigenlayer-contracts | |
+8 −4 | src/BLSApkRegistry.sol | |
+5 −1 | src/IndexRegistry.sol | |
+22 −5 | src/RegistryCoordinator.sol | |
+6 −3 | src/ServiceManagerBase.sol | |
+3 −1 | src/ServiceManagerBaseStorage.sol | |
+22 −10 | src/StakeRegistry.sol | |
+2 −3 | src/interfaces/IServiceManagerUI.sol | |
+52 −9 | src/unaudited/ECDSAServiceManagerBase.sol | |
+22 −0 | test/mocks/ECDSAServiceManagerMock.sol | |
+14 −0 | test/mocks/ECDSAStakeRegistryMock.sol | |
+6 −0 | test/mocks/RewardsCoordinatorMock.sol | |
+186 −0 | test/unit/ECDSAServiceManager.t.sol | |
+266 −110 | test/unit/OperatorStateRetrieverUnit.t.sol | |
+820 −411 | test/unit/StakeRegistryUnit.t.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
20 changes: 11 additions & 9 deletions
20
contracts/script/output/31337/eigenlayer_deployment_output.json
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
10 changes: 5 additions & 5 deletions
10
contracts/script/output/31337/mockAvs_deployment_output.json
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,10 +1,10 @@ | ||
{ | ||
"addresses": { | ||
"mockAvsServiceManager": "0x67d269191c92Caf3cD7723F116c85e6E9bf55933", | ||
"mockAvsServiceManager": "0x84eA74d481Ee0A5332c457a4d796187F6Ba67fEB", | ||
"mockAvsServiceManagerImplementation": "0x0000000000000000000000000000000000000000", | ||
"operatorStateRetriever": "0x1613beB3B2C4f22Ee086B2b38C1476A3cE7f78E8", | ||
"proxyAdmin": "0xc5a5C42992dECbae36851359345FE25997F5C42d", | ||
"registryCoordinator": "0xc3e53F4d16Ae77Db1c982e75a937B9f60FE63690", | ||
"registryCoordinatorImplementation": "0x99bbA657f2BbC93c02D617f8bA121cB8Fc104Acf" | ||
"operatorStateRetriever": "0x95401dc811bb5740090279Ba06cfA8fcF6113778", | ||
"proxyAdmin": "0xc3e53F4d16Ae77Db1c982e75a937B9f60FE63690", | ||
"registryCoordinator": "0xa82fF9aFd8f496c3d6ac40E2a0F282E47488CFc9", | ||
"registryCoordinatorImplementation": "0x9d4454B023096f34B160D6B654540c56A1F81688" | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
contracts/script/output/31337/token_and_strategy_deployment_output.json
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,6 @@ | ||
{ | ||
"addresses": { | ||
"erc20mock": "0x5f3f1dBD7B74C6B46e8c44f98792A1dAf8d69154", | ||
"erc20mockstrategy": "0xCD8a1C3ba11CF5ECfa6267617243239504a98d90" | ||
"erc20mock": "0x2bdCC0de6bE1f7D2ee689a0342D76F52E8EFABa3", | ||
"erc20mockstrategy": "0x7bc06c482DEAd17c0e297aFbC32f6e63d3846650" | ||
} | ||
} |
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