forked from yetanotherco/aligned_layer
-
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.
Merge branch 'new_graphql_account' into solidity_account
- 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
+8 −4 | src/BLSApkRegistry.sol | |
+19 −5 | src/BLSSignatureChecker.sol | |
+5 −1 | src/IndexRegistry.sol | |
+306 −179 | src/RegistryCoordinator.sol | |
+6 −3 | src/ServiceManagerBase.sol | |
+3 −1 | src/ServiceManagerBaseStorage.sol | |
+22 −10 | src/StakeRegistry.sol | |
+6 −6 | src/Whitelist.sol | |
+9 −12 | src/interfaces/IBLSSignatureChecker.sol | |
+43 −10 | src/unaudited/ECDSAServiceManagerBase.sol | |
+266 −110 | test/unit/OperatorStateRetrieverUnit.t.sol | |
+820 −411 | test/unit/StakeRegistryUnit.t.sol |