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

Sync SDK with AVS API to v1.3.0 #66

Merged
merged 8 commits into from
Feb 1, 2025
Merged

Sync SDK with AVS API to v1.3.0 #66

merged 8 commits into from
Feb 1, 2025

Conversation

v9n
Copy link
Member

@v9n v9n commented Jan 30, 2025

This PR add 3 things to sync with features that AVS support on

https://github.com/AvaProtocol/EigenLayer-AVS/releases/tag/v1.3.0

Fixes #62 #64

grpc_codegen/avs.proto Show resolved Hide resolved
grpc_codegen/avs.proto Show resolved Hide resolved
@v9n v9n marked this pull request as draft January 31, 2025 00:34
@v9n v9n changed the title Sync SDK with AVS API to v1.3.0 Sync SDK with AVS API to v1.3.1 Feb 1, 2025
@v9n v9n changed the title Sync SDK with AVS API to v1.3.1 Sync SDK with AVS API to v1.3.0 Feb 1, 2025
@v9n
Copy link
Member Author

v9n commented Feb 1, 2025

@chrisli30 Please review. All test are passed now on local dev.

I need to fix the test for staging env.

@@ -76,7 +76,8 @@ describe("getWorkflows Tests", () => {
const countFirstPage = 1;

// Isolated test of this account
const wallet = await client.getWallet({ salt: parseInt(process.env.RUN_ID || '112323') });
const salt = (new Date().getTime() * 1000000000) + Math.floor(Math.random() * 100000);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This salt is to gurantee that this salt is 100% unique so that none of our 2 tests writing data to this wallets

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.

The code looks no problem 👌

@v9n v9n merged commit 0322812 into main Feb 1, 2025
3 of 4 checks passed
@v9n v9n deleted the sync-latest branch February 1, 2025 06:47
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.

Add FilterNode based on EigenLayer-AVS implementation
2 participants