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

add reader client without pk key #1

Draft
wants to merge 8 commits into
base: dev
Choose a base branch
from
Draft

Conversation

juanbono
Copy link
Collaborator

@juanbono juanbono commented Aug 13, 2024

Note: This PR is pointing to the Lambdaclass fork of the eigensdk-go repo. It will point to Layr-Labs/eigensdk-go/ once it is complete and ready for review.

What Changed?

This PR adds a new constructor for what used to be the Clients struct.

Now it is separated into 2 structs:

  • without writers, wallet and private key
  • with writers, wallet and private key

In this way there is a function for building only the reader part of the clients.

TODO:

  • Add docs.
  • Add tests.

Reviewer Checklist

  • Code is well-documented
  • Code adheres to Go naming conventions
  • Code deprecates any old functionality before removing it

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