File tree
14 files changed
+4112
-1542
lines changed- crates
- chainio/clients/avsregistry/src
- m2_contracts/anvil/m2_contracts_deployed_anvil_state
- operator_sets_contracts
- anvil/operatorset_contracts_deployed_anvil_state
- lib
- script/utils
- utils/src/slashing
- middleware
- sdk
14 files changed
+4112
-1542
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
| 52 | + | |
| 53 | + | |
52 | 54 |
| |
53 | 55 |
| |
54 | 56 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1731 | 1731 |
| |
1732 | 1732 |
| |
1733 | 1733 |
| |
1734 |
| - | |
| 1734 | + | |
1735 | 1735 |
| |
1736 | 1736 |
| |
1737 | 1737 |
| |
|
Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Submodule eigenlayer-middleware updated 34 files
- .github/workflows/foundry.yml+5-81
- foundry.toml+13-11
- script/config/17000-preprod.json+1
- src/BLSApkRegistry.sol+14-1
- src/RegistryCoordinator.sol+35-32
- src/RegistryCoordinatorStorage.sol+6-24
- src/ServiceManagerBase.sol+8-5
- src/SlashingRegistryCoordinator.sol+50-49
- src/SlashingRegistryCoordinatorStorage.sol+2-1
- src/interfaces/IBLSApkRegistry.sol+14-1
- src/interfaces/IRegistryCoordinator.sol+36-2
- src/interfaces/ISlashingRegistryCoordinator.sol+39-15
- src/slashers/InstantSlasher.sol+4
- src/slashers/VetoableSlasher.sol+5-1
- test/End2End.t.sol+537
- test/harnesses/RegistryCoordinatorHarness.t.sol+14-8
- test/integration/CoreRegistration.t.sol+2-1
- test/integration/IntegrationDeployer.t.sol+14-8
- test/mocks/AllocationManagerMock.sol+2
- test/mocks/DelegationManagerHarness.sol+48
- test/mocks/ERC20Mock.sol+13
- test/mocks/ServiceManagerMock.sol+6
- test/mocks/StakeRegistryMock.sol+33
- test/unit/BLSApkRegistryUnit.t.sol+4-4
- test/unit/InstantSlasher.t.sol+254-34
- test/unit/RegistryCoordinatorUnit.t.sol+1-1
- test/unit/SlashingRegistryCoordinatorUnit.t.sol+2.4k-2.4k
- test/unit/StakeRegistryUnit.t.sol+2-1
- test/unit/VetoableSlasher.t.sol+267-7
- test/utils/CoreDeployLib.sol+7-2
- test/utils/MiddlewareDeployLib.sol+147-3
- test/utils/MockAVSDeployer.sol+2-1
- test/utils/OperatorLib.sol+326
- test/utils/OperatorWalletLib.sol+2
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| 49 | + | |
49 | 50 |
| |
50 | 51 |
| |
51 | 52 |
| |
| |||
113 | 114 |
| |
114 | 115 |
| |
115 | 116 |
| |
116 |
| - | |
| 117 | + | |
| 118 | + | |
117 | 119 |
| |
118 | 120 |
| |
119 | 121 |
| |
|
Lines changed: 293 additions & 5 deletions
Large diffs are not rendered by default.
Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.
0 commit comments