Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi Quorum ECDSAStakeRegistry #7

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open

Multi Quorum ECDSAStakeRegistry #7

wants to merge 3 commits into from

Conversation

hudsonhrh
Copy link
Collaborator

Created new ECDSAStakeRegistry, IECDSAStakeRegistryEventsAndErrors, and ECDSAStakeRegistryStorage contracts in src that are now referenced by the layer middleware deployment

Quorum was changed to an array that holds multiple strategies in the storage

The stake registry now has an addQuorum function for adding new quorums. Also added to initializer.

The updateQuroumConfig function was modified to take in the index of what quorum you would like to select.

So now the flow is add quorum then update the config to select that index

@hudsonhrh hudsonhrh requested a review from RonTuretzky January 22, 2025 21:48
@rubydusa
Copy link
Contributor

rubydusa commented Feb 1, 2025

We've switched the eigenlayer-middleware release we're working from in 4985e2a, is it possible to modify these changes to use the new Eigenlayer's ECDSAStakeRegistry?

Also in order to not have to do this the next time we update the dependency version maybe it's better to inherit Eigen's ECDSAStakeRegistry and make the changes in a child contract

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants