Skip to content

fix: operator double signature - #1088

Merged
MauroToscano merged 6 commits into
stagingfrom
fix-operator-double-signature
Oct 1, 2024
Merged

fix: operator double signature#1088
MauroToscano merged 6 commits into
stagingfrom
fix-operator-double-signature

Conversation

@MarcosNicolau

@MarcosNicolauMarcosNicolau commented Sep 25, 2024

Copy link
Copy Markdown
Collaborator

Changes
Updates go eigensdk to version 0.1.12 which fixes the double signature err. All files using the SDK have been updated accordingly to the new version. Finally, our check has been removed since the SDK handles it now.

Test
When modifying the operator and sending two signed responses after verifying one batch, the aggregator should ignore the second one and the system should continue working as usual. See here for a more detailed testing #1097.

@MarcosNicolau
MarcosNicolau marked this pull request as ready for review September 25, 2024 18:04
@MarcosNicolauMarcosNicolau self-assigned this Sep 25, 2024

@MauroToscanoMauroToscano left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Default config of operator not registering

@MauroToscanoMauroToscano changed the title chore(deps): bump go eigensdk to 0.1.12Bump go eigensdk to 0.1.12, solve bug reported by LeastAuthoritySep 26, 2024
@MarcosNicolau

Copy link
Copy Markdown
CollaboratorAuthor
  • Default config of operator not registering

Fixed! We needed to wait for the receipt when depositing into the strategy contract. Tbh, I don't know why it was working with the rest of the configurations.

@MarcosNicolauMarcosNicolau changed the title Bump go eigensdk to 0.1.12, solve bug reported by LeastAuthorityfix: operator double signatureSep 27, 2024

@PatStilesPatStiles left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Warn observed LGTM

@MauroToscano
MauroToscano merged commit 6b1a4ae into stagingOct 1, 2024
@MauroToscano
MauroToscano deleted the fix-operator-double-signature branch October 1, 2024 18:25
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants

@MarcosNicolau@MauroToscano@PatStiles@entropidelic