|
18 | 18 | 🔧 **Improvements** |
19 | 19 | - When finalizing an `EigenPod` checkpoint (`proofsRemaining == 0`), the contract will store the finalized checkpoint in storage. This can be queried via `EigenPod.currentCheckpoint()`. Starting a new checkpoint will overwrite this previously-finalized checkpoint. |
20 | 20 | - Added semver to `Eigen` |
| 21 | +- Signatures of a few `EigenPod` events are changed to match the rest events and take validator pubkey hash instead of validator index, which standardized `EigenPod` events signature |
| 22 | + |
| 23 | +🐛 Bug Fixes |
| 24 | +- For Hoodi, updates fixes ethPOS deposit contract to point to `0x00000000219ab540356cBB839Cbe05303d7705Fa` |
21 | 25 |
|
22 | 26 | ## Changelog |
23 | 27 |
|
24 | | -* feat: MOOCOW and ELIP5 ([#1375](https://github.com/Layr-Labs/eigenlayer-contracts/pull/1375)) |
| 28 | +- feat: merge Moocow and ELIP5 into main [PR #1425](https://github.com/layr-labs/eigenlayer-contracts/pull/1425) |
| 29 | +- docs: proper markdown [PR #1435](https://github.com/layr-labs/eigenlayer-contracts/pull/1435) |
| 30 | +- docs: update readme |
| 31 | +- chore: update testnet addresses for redistribution [PR #1428](https://github.com/layr-labs/eigenlayer-contracts/pull/1428) |
| 32 | +- chore: remove User_M2.t.sol |
| 33 | +- feat: update EIGEN binding |
| 34 | +- chore: resolve conflicts in upgrade.json |
| 35 | +- chore: update harness class formatting |
| 36 | +- chore: complete v1.6.0 changelog |
| 37 | +- chore: changelog and bindings |
| 38 | +- test: add more script tests for Eigen and standardize semver |
| 39 | +- feat: add semver to eigen [PR #1371](https://github.com/layr-labs/eigenlayer-contracts/pull/1371) |
| 40 | +- feat: add TokenWrapped and TokenUnwrapped events in Eigen for observability [PR #1356](https://github.com/layr-labs/eigenlayer-contracts/pull/1356) |
| 41 | +- feat: change eigenpod events to use pubkeyHash over index |
| 42 | +- feat: release scripts for moocow and elip5 |
| 43 | +- feat: currentCheckpoint now returns finalized checkpoint |
| 44 | +- feat: implement consolidation and withdrawal requests |
0 commit comments