-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: tangle avs #8
Conversation
- EigenLayer Registration - Tangle Validator Runner - Started on registration job - Reorganization and cleanup - AVS integration test
Most of the functionality is there, I am just debugging the last few things in getting the whole flow to work in the test. This PR should be good to merge in the next day. |
@@ -1,4 +1,58 @@ | |||
use std::env; |
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.
We're using this quite a lot we may want to have a blueprint-build-utils
crate in gadget
that can just expose this for different contract_dirs and be reused.
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.
Looks good to merge
No description provided.