-
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
Implement actual AVS functionality #30
Conversation
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
|
@chrisli30 ready to review again |
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 all good. I left a couple of comments but this is ready to merge.
.github/workflows/run-test-on-pr.yml
Outdated
run: | | ||
npm test | ||
|
||
local-test: |
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.
oh, nice, github workflow could already build a docker and test this in action servers?
Then, my suggestion is to separate the tests into two workflows. That way the staging test failure would not affect the local test run.
package.json
Outdated
@@ -22,9 +22,10 @@ | |||
"node": ">=20.18.0" | |||
}, | |||
"scripts": { | |||
"proto-download": "curl -s https://raw.githubusercontent.com/AvaProtocol/EigenLayer-AVS/main/protobuf/avs.proto > grpc_codegen/avs.proto", | |||
"proto-download": "curl -s https://raw.githubusercontent.com/AvaProtocol/EigenLayer-AVS/new-task-data-structure/protobuf/avs.proto > grpc_codegen/avs.proto", |
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.
maybe we should revert this line?
924a64c
to
173a81b
Compare
Removed dist folder and old instructions from README after local testing
Implement actual task creation.
Fixed #4 #5 #11 #15 #16 #17 #28