Skip to content

Commit a31008f

Browse files
bowenli86ypatil12
authored andcommitted
feat: add changelog and update release notes of v1.6.0 (#1437)
**Motivation:** feat: add changelog and update release notes of v1.6.0 **Modifications:** add changelog and update release notes of v1.6.0 **Result:** add changelog and update release notes of v1.6.0
1 parent e9bfbf6 commit a31008f

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

CHANGELOG/CHANGELOG-1.6.0.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,27 @@
1818
🔧 **Improvements**
1919
- 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.
2020
- 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`
2125

2226
## Changelog
2327

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

Comments
 (0)