Open jfmyers opened 2 years ago
Hi
the GetBlock
method is currently broken and won't accept anything that's not solana.EncodingBase64
(or solana.EncodingBase58
).
I'm working on a fix, and it will be included in the next release.
GetBlock method is currently broken
@gagliardetto could you please provide details about what is broken in the GetBlock
/GetTransaction
?
@gagliardetto
We already integrated the SDK for encoding outgoing transactions. So first of all, thank you!
We are looking to use it now for block parsing and would be happy to use the jsonParsed
encoding. Do you have an estimation how much time / effort is needed to implement and release support for this encoding?
Trying to use the same, is the work around to do a rawjsonrpc request ?
I'm facing the same issue. Is the project dead?
I am attempting to pull blocks with the JSON Parsed option and repeatedly receive the following error:
Version: github.com/gagliardetto/solana-go v1.0.2 Endpoint: rpc.MainNetBeta_RPC
Here is my code:
Any ideas on how to resolve this issue?