Commit ac27480
File tree
- batcher
- contracts
- bindings
- AlignedLayerServiceManager
- ERC20Mock
- lib
- scripts
- anvil
- state
- script
- deploy
- config/devnet
- utils
- output
- devnet
- holesky
- upgrade
- src/core
- test
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | 37 | | |
42 | 38 | | |
43 | 39 | | |
| |||
50 | 46 | | |
51 | 47 | | |
52 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
53 | 61 | | |
54 | 62 | | |
55 | 63 | | |
| |||
119 | 127 | | |
120 | 128 | | |
121 | 129 | | |
122 | | - | |
| 130 | + | |
123 | 131 | | |
124 | 132 | | |
125 | 133 | | |
| |||
457 | 465 | | |
458 | 466 | | |
459 | 467 | | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
460 | 480 | | |
461 | 481 | | |
462 | 482 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 267 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Submodule eigenlayer-middleware updated 45 files
- .gitmodules-3
- LICENSE+29-3
- audits/M2 Mainnet - Dedaub - Feb 2024.pdf
- docs/README.md+2-2
- docs/ServiceManagerBase.md+1-1
- docs/experimental/AVS-Guide.md+1-1
- lib/ds-test-1
- lib/eigenlayer-contracts+1-1
- src/BLSSignatureChecker.sol+113-68
- src/EjectionManager.sol+175
- src/OperatorStateRetriever.sol+33
- src/RegistryCoordinator.sol+76-55
- src/RegistryCoordinatorStorage.sol+6-1
- src/ServiceManagerBase.sol+89-27
- src/ServiceManagerBaseStorage.sol+51
- src/ServiceManagerRouter.sol+3-3
- src/Whitelist.sol+1-6
- src/interfaces/IBLSSignatureChecker.sol+1-3
- src/interfaces/IECDSAStakeRegistryEventsAndErrors.sol+24-3
- src/interfaces/IEjectionManager.sol+55
- src/interfaces/IServiceManager.sol+15-41
- src/interfaces/IServiceManagerUI.sol+62
- src/unaudited/ECDSAServiceManagerBase.sol+240
- src/unaudited/ECDSAStakeRegistry.sol+204-75
- src/unaudited/ECDSAStakeRegistryStorage.sol+10-3
- src/unaudited/examples/ECDSAStakeRegistryPermissioned.sol+14-10
- test/events/IServiceManagerBaseEvents.sol+69
- test/ffi/BLSPubKeyCompendiumFFI.t.sol+1-1
- test/integration/CoreRegistration.t.sol+6-1
- test/integration/IntegrationDeployer.t.sol+117-61
- test/integration/TimeMachine.t.sol+1-1
- test/integration/User.t.sol+4-2
- test/mocks/DelegationMock.sol+3-3
- test/mocks/RewardsCoordinatorMock.sol+72
- test/mocks/ServiceManagerMock.sol+9-3
- test/unit/BLSApkRegistryUnit.t.sol+368-146
- test/unit/BitmapUtils.t.sol+1-1
- test/unit/ECDSAStakeRegistryEqualWeightUnit.t.sol+60-14
- test/unit/ECDSAStakeRegistryPermissionedUnit.t.sol+48-16
- test/unit/ECDSAStakeRegistryUnit.t.sol+472-105
- test/unit/EjectionManagerUnit.t.sol+387
- test/unit/RegistryCoordinatorUnit.t.sol+56
- test/unit/ServiceManagerBase.t.sol+527
- test/unit/ServiceManagerRouter.t.sol+1
- test/utils/MockAVSDeployer.sol+121-90
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | | - | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
| |||
83 | 81 | | |
84 | 82 | | |
85 | 83 | | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | 84 | | |
91 | 85 | | |
92 | 86 | | |
| |||
234 | 228 | | |
235 | 229 | | |
236 | 230 | | |
| 231 | + | |
237 | 232 | | |
238 | 233 | | |
239 | 234 | | |
| |||
246 | 241 | | |
247 | 242 | | |
248 | 243 | | |
249 | | - | |
250 | | - | |
| 244 | + | |
251 | 245 | | |
252 | 246 | | |
253 | 247 | | |
| |||
318 | 312 | | |
319 | 313 | | |
320 | 314 | | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | 315 | | |
326 | 316 | | |
327 | 317 | | |
| |||
463 | 453 | | |
464 | 454 | | |
465 | 455 | | |
| 456 | + | |
466 | 457 | | |
467 | 458 | | |
468 | 459 | | |
| |||
475 | 466 | | |
476 | 467 | | |
477 | 468 | | |
478 | | - | |
479 | | - | |
| 469 | + | |
480 | 470 | | |
481 | 471 | | |
482 | 472 | | |
| |||
634 | 624 | | |
635 | 625 | | |
636 | 626 | | |
637 | | - | |
638 | | - | |
639 | | - | |
640 | | - | |
641 | 627 | | |
642 | 628 | | |
643 | 629 | | |
| |||
813 | 799 | | |
814 | 800 | | |
815 | 801 | | |
816 | | - | |
817 | 802 | | |
818 | 803 | | |
819 | 804 | | |
| |||
0 commit comments