Open elvis-hp opened 1 year ago
@elvis-hp This functionality is not fully implemented. BTW, you can log an error instead of ignoring it, maybe it'll help you
blockInfo, err := e.RpcClient.GetBlockWithOpts(context.Background(), fromBlock, &rpc.GetBlockOpts{
MaxSupportedTransactionVersion: &maxUint,
})
+if err != nil {
+ log.Fatal(err)
+}
I'll have a couple of free hours this weekend, so I'll try to extend this functionality and add more options for parsing transactions with meta
yep, the jsonParsed
format is not implemented.
received the error: "detailedTx.GetParsedTransaction data is not in JSONParsed encoding" Code: