Skip to content

Commit

Permalink
Update forge-std submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodeymo committed Dec 10, 2024
1 parent faf11e3 commit 11c4b58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/lib/eigenlayer-middleware
Submodule eigenlayer-middleware updated 62 files
+3 −0 .gitmodules
+ audits/Dedaub - Middleware Audit - Final - Feb'24.pdf
+2 −2 docs/README.md
+1 −1 docs/ServiceManagerBase.md
+1 −1 docs/experimental/AVS-Guide.md
+0 −1 foundry.toml
+1 −0 lib/ds-test
+1 −1 lib/eigenlayer-contracts
+1 −1 lib/forge-std
+4 −8 src/BLSApkRegistry.sol
+62 −116 src/BLSSignatureChecker.sol
+0 −182 src/EjectionManager.sol
+1 −5 src/IndexRegistry.sol
+0 −33 src/OperatorStateRetriever.sol
+39 −87 src/RegistryCoordinator.sol
+2 −12 src/RegistryCoordinatorStorage.sol
+36 −192 src/ServiceManagerBase.sol
+0 −53 src/ServiceManagerBaseStorage.sol
+3 −3 src/ServiceManagerRouter.sol
+0 −52 src/SocketRegistry.sol
+10 −22 src/StakeRegistry.sol
+3 −24 src/interfaces/IECDSAStakeRegistryEventsAndErrors.sol
+0 −55 src/interfaces/IEjectionManager.sol
+0 −8 src/interfaces/IRegistryCoordinator.sol
+34 −37 src/interfaces/IServiceManager.sol
+0 −61 src/interfaces/IServiceManagerUI.sol
+0 −10 src/interfaces/ISocketRegistry.sol
+20 −0 src/interfaces/ISocketUpdater.sol
+0 −356 src/unaudited/ECDSAServiceManagerBase.sol
+75 −204 src/unaudited/ECDSAStakeRegistry.sol
+3 −10 src/unaudited/ECDSAStakeRegistryStorage.sol
+10 −14 src/unaudited/examples/ECDSAStakeRegistryPermissioned.sol
+0 −128 test/events/IServiceManagerBaseEvents.sol
+1 −1 test/ffi/BLSPubKeyCompendiumFFI.t.sol
+2 −3 test/harnesses/RegistryCoordinatorHarness.t.sol
+1 −7 test/integration/CoreRegistration.t.sol
+65 −129 test/integration/IntegrationDeployer.t.sol
+1 −1 test/integration/TimeMachine.t.sol
+11 −13 test/integration/User.t.sol
+63 −0 test/integration/mocks/BeaconChainOracleMock.t.sol
+15 −16 test/integration/utils/Sort.t.sol
+29 −7 test/mocks/AVSDirectoryMock.sol
+37 −27 test/mocks/DelegationMock.sol
+0 −22 test/mocks/ECDSAServiceManagerMock.sol
+0 −14 test/mocks/ECDSAStakeRegistryMock.sol
+0 −2 test/mocks/RegistryCoordinatorMock.sol
+0 −138 test/mocks/RewardsCoordinatorMock.sol
+3 −9 test/mocks/ServiceManagerMock.sol
+146 −368 test/unit/BLSApkRegistryUnit.t.sol
+1 −2 test/unit/BLSSignatureCheckerUnit.t.sol
+1 −1 test/unit/BitmapUtils.t.sol
+0 −186 test/unit/ECDSAServiceManager.t.sol
+14 −60 test/unit/ECDSAStakeRegistryEqualWeightUnit.t.sol
+16 −48 test/unit/ECDSAStakeRegistryPermissionedUnit.t.sol
+105 −472 test/unit/ECDSAStakeRegistryUnit.t.sol
+0 −399 test/unit/EjectionManagerUnit.t.sol
+110 −266 test/unit/OperatorStateRetrieverUnit.t.sol
+29 −85 test/unit/RegistryCoordinatorUnit.t.sol
+0 −1,082 test/unit/ServiceManagerBase.t.sol
+0 −1 test/unit/ServiceManagerRouter.t.sol
+412 −822 test/unit/StakeRegistryUnit.t.sol
+90 −137 test/utils/MockAVSDeployer.sol

0 comments on commit 11c4b58

Please sign in to comment.