-
Notifications
You must be signed in to change notification settings - Fork 23
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(e2e tests): missing new eigenda-client required config fields #196
Conversation
…thrpc and svcmanageraddr
…uest_target (#153)" This reverts commit 15b10fd. The commit was doing things very wrong. I hadn't understood how pull_request_target works. Was causing the workflow to run against main branch head commit instead of PR commit. We will need to find another solution to the problem of letting external contributors run this workflow.
Found a regression whcih is causing the bug.. will need to update: Layr-Labs/eigenda#849
This forces test runner to be fully aware of which test suite he is running (otherwise it implicitly runs the TESTNET suite)
Previously it was printing as byte array, which is unreadable and clutters logs
TODO: will need to update this after that PR is merged
go.mod
Outdated
// TODO: merge https://github.com/Layr-Labs/eigenda/pull/849 first | ||
// and then update this dep to the merged commit. | ||
github.com/Layr-Labs/eigenda v0.8.5-0.20241030205712-b301232f7804 |
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.
TODO
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.
Done: adf580f
Just merged Layr-Labs/eigenda#849 which will fix our ci bug
Merged the upstream Layr-Labs/eigenda#849, and updated eigenda dep to eigenda master head. Merging without waiting to unblock here. |
was missing ethrpc and svcmanageraddr
Also realized
pull_request_target
was super wrong...... reverted that commit.pull_request_target by default checks out the target branch! so all the tests were being done against main branch and not the PR branch..
Fixes Issue
Fixes #
Changes proposed
Screenshots (Optional)
Note to reviewers