-
Notifications
You must be signed in to change notification settings - Fork 33
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
VersionedTransaction.from_json Not Working #67
Comments
packing a new versiontx with a messagev0 is a good way im getting around this now
|
can you post the raw transaction bytes please? This thing: |
yupp see below
|
The issue lies in the Solana Rust SDK: solana-labs/solana#34608 |
Fixed by #80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get the following error when trying to convert a tx to json and back
ValueError: invalid type: integer
128
, expected message prefix byte at line 1 column 164The text was updated successfully, but these errors were encountered: