feat: ux updates #547
Merged
Merged
Conversation
04aebe5 to
071f3ec
Compare
**Motivation:** As part of Layr-Labs/eigenlayer-contracts#1645, we are adding a new `createOperatorSets` function that passes in the slasher address upon creation of an operatorSet. Although the *old* `createOperatorSets` function is not being deprecated, we are updating the `RegistryCoordinator` in order to be **only compatible the new function**. **Modifications:** - Update `createSlashableStakeQuorum` to take in a `slasher` address - Update all tests - Update `solc` version in `foundry.toml` to `0.8.29`, matching Core **Result:** Compatible with updated `AllocationManager` interface
Release notes for v2.0.0. Also, rev version for core submodule.
**Motivation:** Natspec and docs were missing changes to the `createTotalDelegatedStakeQuorum` and `createTotalSlashableStakeQuorum`. **Modifications:** Update docs and natspec. **Result:** Up to date docs. --------- Co-authored-by: Nadir Akhtar <9601075+nadir-akhtar@users.noreply.github.com>
nadir-akhtar
approved these changes
Dec 3, 2025
nadir-akhtar
left a comment
Contributor
There was a problem hiding this comment.
The CI seems to be failing for a "storage report" failure in regards to the RegistryCoordinator, but manual examination shows that no material change has been done to it, meaning this warning is a false positive. @0xClandestine suspects this is due to differing Foundry issues and will debug locally.
That said, no need to block the PR on this false positive.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v2.0.0 UX Improvements
This release brings 2 UX improvements to the middleware repo. We increment the major release due to the new
createSlashableStakeQuoruminterface.🚀 New Features
⛔ Breaking Changes
createSlashableStakeQuorumto take in a slasher address🔧 Improvements
Changelog