-
Notifications
You must be signed in to change notification settings - Fork 36
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
feat(enhanced websocket): Add transactionSubscribe
and accountSubscribe
#19
Conversation
transactionSubscribe
and accountSubscribe
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.
Very based! The code is solid overall, I just have a few nitpicks here and there that could improve its overall quality. Also, I've tested the examples with a few real-world calls and can ensure that it works as intended. If possible, it would be nice if you could write up some test cases for transactionSubscribe
and accountSubscribe
in a test/test_websocket.rs
file
Added support for geyser enhanced websockets.
There are two methods each with an example:
Tests pass, cargo fmt has been run, and all warnings have been cleaned.