-
Notifications
You must be signed in to change notification settings - Fork 191
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
14 files
+1 −1 | lib/eigenlayer-contracts | |
+36 −27 | src/EjectionManager.sol | |
+123 −29 | src/ServiceManagerBase.sol | |
+1 −1 | src/interfaces/IEjectionManager.sol | |
+32 −3 | src/interfaces/IServiceManager.sol | |
+73 −0 | src/unaudited/ECDSAServiceManagerBase.sol | |
+70 −11 | test/events/IServiceManagerBaseEvents.sol | |
+11 −29 | test/mocks/AVSDirectoryMock.sol | |
+27 −21 | test/mocks/DelegationMock.sol | |
+87 −29 | test/mocks/RewardsCoordinatorMock.sol | |
+1 −0 | test/unit/BLSSignatureCheckerUnit.t.sol | |
+51 −2 | test/unit/EjectionManagerUnit.t.sol | |
+644 −89 | test/unit/ServiceManagerBase.t.sol | |
+49 −0 | test/unit/SocketRegistryUnit.t.sol |