-
Notifications
You must be signed in to change notification settings - Fork 121
feat: Add clientId field to getClusterNodes response #814
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
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: e508f9f The changes in this PR will be included in the next version bump. This PR includes changesets to release 41 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
steveluscher
left a comment
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.
Make sure to update all of the tests (run pnpm dev in packages/rpc-api/ as you work) and to add an exemption for clientId so that the client doesn't presume it's supposed to be a BigInt.
See #521 for a great example of how to do all of that!
BundleMonUnchanged files (130)
Total files change +33B +0.01% Final result: ✅ View report in BundleMon website ➡️ |
|
Hey, I updated and fixed a lint, where the |
|
Cool. Tests are failing merely because the current validator does not return |
|
Why was this one closed? |
|
Sorry @leafaar - I think we should have marked this do-not-close so the bot doesn't close it. Reopened and added that label, hopefully it'll be left alone now! We have a github action that closes stale issues/PRs automatically: https://github.com/anza-xyz/kit/blob/main/.github/workflows/manage-stale-threads.yml |
|
No problem, thank you 😁 |
Problem
The Agave RPC now returns a
clientIdfield in the getClusterNodes response (see anza-xyz/agave#7817), but the JavaScript client doesn't include this field in its type definitions.Summary of Changes
clientId: number | nullfield to theClusterNodetypeReferences