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

grpc interop #95

Open
benjiqq opened this issue May 25, 2024 · 0 comments
Open

grpc interop #95

benjiqq opened this issue May 25, 2024 · 0 comments

Comments

@benjiqq
Copy link
Contributor

benjiqq commented May 25, 2024

i'm working with grpc. wondering about a good way to interop with protobuf and solders. will default to rust and try using it with solders later.

from solders.transaction import VersionedTransaction
tx_obj = subscribe_update.transaction.transaction
type(tx_obj)
<class 'geyser_pb2.SubscribeUpdateTransactionInfo'>
(Pdb) deserialized = VersionedTransaction.from_bytes(str)
*** ValueError: io error: unexpected end of file
(Pdb) transaction = VersionedTransaction.from_bytes(transaction_bytes)

see rpcpool/yellowstone-grpc#346

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

No branches or pull requests

1 participant