-
Notifications
You must be signed in to change notification settings - Fork 174
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
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule eigenlayer-middleware
updated
12 files
+1 −1 | lib/eigenlayer-contracts | |
+8 −4 | src/BLSApkRegistry.sol | |
+5 −1 | src/IndexRegistry.sol | |
+22 −5 | src/RegistryCoordinator.sol | |
+1 −2 | src/ServiceManagerBase.sol | |
+3 −1 | src/ServiceManagerBaseStorage.sol | |
+22 −10 | src/StakeRegistry.sol | |
+1 −1 | test/integration/CoreRegistration.t.sol | |
+1 −1 | test/integration/User.t.sol | |
+1 −3 | test/mocks/DelegationMock.sol | |
+266 −110 | test/unit/OperatorStateRetrieverUnit.t.sol | |
+820 −411 | test/unit/StakeRegistryUnit.t.sol |