skynetcap/solanaj

When using version 1.14, an error occurs when calling the getBlock method

Closed this issue · 1 comments

org.p2p.solanaj.rpc.RpcException: Transaction version (0) is not supported by the requesting client. Please try the request again with the following configuration parameter: "maxSupportedTransactionVersion": 0
at org.p2p.solanaj.rpc.RpcClient.call(RpcClient.java:88)
at org.p2p.solanaj.rpc.RpcApi.getBlock(RpcApi.java:522)

Fixed here: d97fe20

Will be built into a release shortly.