-
Notifications
You must be signed in to change notification settings - Fork 364
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
Fix: Bump eigensdk-go
version
#1470
Merged
Merged
Conversation
This file contains 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
PatStiles
changed the title
Feat: Bump
Fix: Bump Nov 22, 2024
eigensdk-go
versioneigensdk-go
version
MarcosNicolau
approved these changes
Nov 25, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything works fine, tested on macos.
Oppen
reviewed
Nov 26, 2024
Oppen
reviewed
Nov 26, 2024
Co-authored-by: Mario Rugiero <[email protected]>
Co-authored-by: Mario Rugiero <[email protected]>
MauroToscano
approved these changes
Nov 26, 2024
MarcosNicolau
approved these changes
Nov 26, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Re-tested with new changes.
uri-99
approved these changes
Nov 26, 2024
PatStiles
added a commit
that referenced
this pull request
Nov 27, 2024
Co-authored-by: MauroFab <[email protected]> Co-authored-by: Mauro Toscano <[email protected]> Co-authored-by: Mario Rugiero <[email protected]>
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.
Bump eigensdk-go version
Description
Closes #1468 . Bumps the
eigensdk-go
version fromv1.1.12
->v1.1.13
.Note,
v1.1.12
contained a library for parsing .yaml and .json files. This library was used in Aligned for starting the variouscomponents of the network. This library was removed inv1.1.13
. To work around this breaking change the library was re-implemented within the Aligned Layer repo withincore/utils/config_utils.go
, the library was ported from this branch of the eigen-sdk repository.To Test:
make anvil_start_with_block_time
make aggregator_start
make operator_full_registration CONFIG_FILE=config-files/config-operator-1.yaml
make operator_start CONFIG_FILE=config-files/config-operator-1.yaml
make batcher_start_local
make telemetry_full_start
Once you have the system running, send proofs
make batcher_send_burst_groth16
http://localhost:16686/search
Type of change
Please delete options that are not relevant.
Checklist