[SDK][Dashboard] Add new WorkerUtils add missing parameters to details endpoint#3325
Merged
[SDK][Dashboard] Add new WorkerUtils add missing parameters to details endpoint#3325
Conversation
- Implemented WorkerUtils class in both SDK to fetch worker details and lists from the subgraph. - Added WorkerFilter for filtering worker queries. - Created GraphQL queries for fetching worker data. - Updated TypeScript interfaces to include worker-related types and examples. - Enhanced existing services and DTOs to incorporate worker information. - Added tests for WorkerUtils to ensure functionality and error handling. - Updated Python SDK to include worker-related functionalities and examples.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
portuu3
requested changes
May 12, 2025
- Updated links in StatisticsClient.md, StorageClient.md, TransactionUtils.md, EscrowStatus.md, and various type-aliases to reflect the latest commit hash. - Added ordering capabilities to WorkerFilter in Python SDK, allowing results to be sorted by payout count. - Modified GraphQL queries and worker utility functions to support new ordering parameters. - Updated TypeScript example to demonstrate the new ordering features for worker retrieval.
portuu3
approved these changes
May 12, 2025
flopez7
added a commit
that referenced
this pull request
May 21, 2025
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.
Issue tracking
N/A
Context behind the change
SDK
Dashboard
How has this been tested?
Tested locally by using examples for SDK
Ran tests
Deployed dashboard locally and did some calls
Release plan
Deploy new SDK version
Potential risks; What to monitor; Rollback plan
None