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

ETH Client #68

Merged
merged 91 commits into from
Aug 22, 2024
Merged

ETH Client #68

merged 91 commits into from
Aug 22, 2024

Conversation

pablodeymo
Copy link
Contributor

@pablodeymo pablodeymo commented Aug 5, 2024

This PR adds an implementation for the Instrumented Eth client. Following the one in the eigensdk-go.

@pablodeymo pablodeymo marked this pull request as ready for review August 14, 2024 19:39
pub trait BackendClient {
type Error;

async fn block_number(&self, backend_type: &BackendType) -> Result<u64, Self::Error>;
Copy link
Collaborator

Choose a reason for hiding this comment

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

docs

@supernovahs supernovahs merged commit 749f634 into Layr-Labs:main Aug 22, 2024
1 check failed
@pablodeymo pablodeymo deleted the eth-client branch August 22, 2024 15:25
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.

5 participants