feat: add go client#731
Open
sonicfromnewyoke wants to merge 2 commits intorpcpool:masterfrom
Open
Conversation
Contributor
|
Niceee |
Contributor
|
Hi @sonicfromnewyoke love the contribution. Can you add an action to run tests, build/compile the SDK if needed, and run the examples as a form of integration tests? I'll go through the code in the meanwhile. Thanks again! |
Author
added tests step in CI for go-client and alternative |
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.
Problem
The repo ships first-class SDKs for Rust (
yellowstone-grpc-client) and Node.js (yellowstone-grpc-client-nodejs), but Go users only hadexamples/golang- a raw grpc-go + proto copy with no library.Every Go consumer had to reimplement TLS setup, x-token/x-request-snapshot injection, keepalive defaults, endpoint parsing, health checks, etc. and vendor their own generated proto.
Summary of Changes
yellowstone-grpc-client-gowith:supress #728
cc @fanatid @linuskendall