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

fix: update runner protocol to automatically register #30

Merged
merged 2 commits into from
Nov 1, 2024

Conversation

Tjemmmic
Copy link
Contributor

Overview

Makes improvements that reduce code and clutter

  • Switches to an EigenLayer BlueprintRunner to automatically handle registration on EigenLayer
  • Utilize a temp dir so keystores are automatically deleted after tests
  • Use some new utilities for configs from SDK

@Tjemmmic Tjemmmic linked an issue Oct 31, 2024 that may be closed by this pull request
@@ -0,0 +1,11 @@
use alloy_primitives::{address, Address};
Copy link
Contributor

Choose a reason for hiding this comment

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

These are really development constants, we will want to add the actual testnet/mainnet constants as well. They likely should come from the SDK.

Copy link
Contributor

Choose a reason for hiding this comment

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

@drewstone drewstone merged commit e045b41 into main Nov 1, 2024
2 checks passed
@drewstone drewstone deleted the donovan/update-runner branch November 1, 2024 11:09
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.

[Task] Use EigenLayer BlueprintRunner and abstract network code
2 participants