Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 401
hotfix(maybe deprecate): eigensdk on Operator and Aggregator boot#1737
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -3,13 +3,17 @@ module github.com/yetanotherco/aligned_layer | ||
| go 1.22.2 | ||
| require ( | ||
| github.com/Layr-Labs/eigensdk-go v0.1.13 | ||
| github.com/Layr-Labs/eigensdk-go v0.2.0-beta.1 | ||
| github.com/Layr-Labs/eigensdk-go-v0.1.13 v0.1.13 // We make GO believe this library exists | ||
| github.com/ethereum/go-ethereum v1.14.0 | ||
| github.com/prometheus/client_golang v1.19.1 | ||
| github.com/urfave/cli/v2 v2.27.1 | ||
| golang.org/x/crypto v0.22.0 | ||
| ) | ||
| // And we make a replace of it to a specific version. | ||
| replace github.com/Layr-Labs/eigensdk-go-v0.1.13 => github.com/Layr-Labs/eigensdk-go v0.1.13 | ||
Contributor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We may want a comment explaining the dark magic at play. ContributorAuthor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. commented | ||
| require ( | ||
| github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 | ||
| github.com/cenkalti/backoff/v4 v4.3.0 | ||
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.
Maybe move this logic to a separate function.