2 files changed
+15
-1
lines changedSubmodule eigenlayer-contracts updated 28 files
- .github/configs/typos-cli.toml+3-1
- certora/specs/pods/EigenPodManagerRules.spec+9-6
- lib/zeus-templates+1-1
- script/releases/Env.sol+11
- script/releases/v1.3.0-slashing/1-deployContracts.s.sol+552
- script/releases/v1.3.0-slashing/2-queueUpgradeAndUnpause.s.sol+134
- script/releases/v1.3.0-slashing/3-pause.s.sol+32
- script/releases/v1.3.0-slashing/4-completeCheckpoints/EigenPod.abi.json+1
- script/releases/v1.3.0-slashing/4-completeCheckpoints/EigenPodManager.abi.json+1
- script/releases/v1.3.0-slashing/4-completeCheckpoints/go.mod+74
- script/releases/v1.3.0-slashing/4-completeCheckpoints/go.sum+283
- script/releases/v1.3.0-slashing/4-completeCheckpoints/script.go+323
- script/releases/v1.3.0-slashing/4-completeCheckpoints/start.sh+3
- script/releases/v1.3.0-slashing/5-executeUpgradeAndUnpause.s.sol+261
- script/releases/v1.3.0-slashing/upgrade.json+32
- snapshots/Integration_ALM_Multi.json+3
- src/contracts/core/DelegationManager.sol+4-2
- src/contracts/interfaces/IDelegationManager.sol+9
- src/contracts/pods/EigenPod.sol+1-3
- src/contracts/pods/EigenPodManager.sol+3-1
- src/contracts/pods/EigenPodPausingConstants.sol+3-5
- src/test/integration/tests/ALM_Multi.t.sol+1-1
- src/test/integration/tests/Deposit_Queue_Complete.t.sol+30
- src/test/unit/DelegationUnit.t.sol+2
- src/test/unit/EigenPodManagerUnit.t.sol+60-28
- src/test/unit/EigenPodUnit.t.sol+1
- src/test/unit/libraries/BytesLibUnit.t.sol+1-1
- src/test/utils/BytesLib.sol+12-18
Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
268 | 268 |
| |
269 | 269 |
| |
270 | 270 |
| |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
271 | 285 |
| |
272 | 286 |
| |
273 | 287 |
| |
|
0 commit comments