Skip to content
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

Merged
merged 52 commits into from
Nov 21, 2024
Merged

Conversation

v9n
Copy link
Member

@v9n v9n commented Nov 14, 2024

Implement actual task creation.

Fixed #4 #5 #11 #15 #16 #17 #28

@v9n v9n marked this pull request as draft November 14, 2024 18:13
Copy link

socket-security bot commented Nov 20, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/grpc-tools@1.12.4 Transitive: environment, filesystem, network, shell +55 1.93 MB murgatroid99
npm/id128@1.6.6 None 0 65.2 kB morninded

View full report↗︎

@v9n
Copy link
Member Author

v9n commented Nov 21, 2024

@chrisli30 ready to review again

chrisli30
chrisli30 previously approved these changes Nov 21, 2024
Copy link
Member

@chrisli30 chrisli30 left a 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.

run: |
npm test

local-test:
Copy link
Member

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",
Copy link
Member

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?

Removed dist folder and old instructions from README after local testing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handle the key not found response in get task
2 participants