WIP: add default.eigen.toml config file#1
Closed
supernovahs wants to merge 1 commit intomainfrom
Closed
Conversation
grezle
pushed a commit
that referenced
this pull request
Sep 1, 2025
<!--
🚨 ATTENTION! 🚨
This PR template is REQUIRED. PRs not following this format will be
closed without review.
Requirements:
- PR title must follow commit conventions:
https://www.conventionalcommits.org/en/v1.0.0/
- Label your PR with the correct type (e.g., 🐛 Bug, ✨ Enhancement, 🧪
Test, etc.)
- Provide clear and specific details in each section
-->
**Motivation:**
Hourglass has been updated to significantly improve the security model
of the Aggregator and Executor. This PR updates the template version to
use the latest release candidate of the Hourglass component.
**Modifications:**
- Hourglass off-chain components
- Latest multichain-go package version
**Result:**
- `Devkit avs call` command against a devnet is fully functional.
**Testing:**
```
brandonchatham@Brandons-MacBook-Pro demo % ./devkit avs call signature="(uint256,string)" args='(5,"hello")'
Creating task on the TaskMailbox contract...
Using payload encoded from signature: (uint256,string), args: (5,"hello")
##### 31338
✅ [Success] Hash: 0x8cc10c52013b8208ac99a9fe08fab846d2f225ac5e61e315142c07c0602c838c
Block: 30327494
Paid: 0.000415562 ETH (415562 gas * 1 gwei)
✅ Sequence #1 on 31338 | Total Paid: 0.000415562 ETH (415562 gas * avg 1 gwei)
Task created successfully:
- Task hash: 0x09f9dd697702e7c2bec13a1d833696d316e95f19790cb4e21585045be4b2c2f5
Waiting for TaskVerified()...
- Timeout: TaskVerified() not seen
2025/09/01 12:41:57 call failed: script .devkit/scripts/call exited with code 1
brandonchatham@Brandons-MacBook-Pro demo % ./devkit avs call signature="(uint256,string)" args='(5,"hello")'
Creating task on the TaskMailbox contract...
Using payload encoded from signature: (uint256,string), args: (5,"hello")
##### 31338
✅ [Success] Hash: 0x4139c35c2294981d0b0bdfd5450330c5983fce345bc31fee765b007f84a17637
Block: 30327496
Paid: 0.000000000000415562 ETH (415562 gas * 0.000000001 gwei)
✅ Sequence #1 on 31338 | Total Paid: 0.000000000000415562 ETH (415562 gas * avg 0.000000001 gwei)
Task created successfully:
- Task hash: 0x09f9dd697702e7c2bec13a1d833696d316e95f19790cb4e21585045be4b2c2f5
```
**Open questions:**
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.
No description provided.