feat: eigenlayer incredible squaring blueprint and test#312
Merged
Conversation
drewstone
approved these changes
Sep 25, 2024
drewstone
left a comment
Contributor
There was a problem hiding this comment.
LG, some small nits and things to ensure.
- Merges in changes from main - Replaces instances of eigensdk-rs with eigensdk - Changes eigenlayer blueprint testing to use eigensdk testnet - wip macro changes
- Eigenlayer Register fix - Eigenlayer Run Fix - Completely removed eigensdk-rs - Fixed Task Event Watching - Removed unnecessary code - Updated Eigen BP Tes - Some formatting and cleanup - Debugging job result submission
# Conflicts: # Cargo.lock # Cargo.toml # blueprints/incredible-squaring/Cargo.toml # blueprints/incredible-squaring/src/eigenlayer.rs # blueprints/incredible-squaring/src/lib.rs # macros/blueprint-proc-macro/src/event_listener/eigenlayer.rs # sdk/src/event_listener/mod.rs # sdk/src/events_watcher/evm.rs
Contributor
Author
|
This PR is almost ready. Just the following left:
|
Contributor
|
Status update @Tjemmmic ? |
Contributor
Author
It's close, I'm trying to get it wrapped up today. I am currently debugging BLS aggregation. Then I just need to clean up before merge |
- BLS Aggregation is now working - Fixed bug in Task Responses - Debugging issue with Response submission
…novan/eigen-blueprint
…emove comments from toml
…novan/eigen-blueprint
This was referenced Oct 18, 2024
Merged
Merged
Merged
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds full test for the Eigen Incredible Squaring Blueprint, Replaces #304, rebased to Main,