You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we try to request block what contains new versioned transaction, client throws exception:
Transaction version (0) is not supported by the requesting client. Please try the request again with the following configuration parameter: "maxSupportedTransactionVersion": 0 java.lang.Error: Transaction version (0) is not supported by the requesting client. Please try the request again with the following configuration parameter: "maxSupportedTransactionVersion": 0
How to reproduce exception: In the Methods.TestGetConfirmedBlock change slot number to 169877549L
When we try to request block what contains new versioned transaction, client throws exception:
Transaction version (0) is not supported by the requesting client. Please try the request again with the following configuration parameter: "maxSupportedTransactionVersion": 0 java.lang.Error: Transaction version (0) is not supported by the requesting client. Please try the request again with the following configuration parameter: "maxSupportedTransactionVersion": 0
How to reproduce exception: In the Methods.TestGetConfirmedBlock change slot number to 169877549L
It's related to the changes around transaction version, see description for parameter _ maxSupportedTransactionVersion_ - https://docs.solana.com/developing/clients/jsonrpc-api#getblock
The text was updated successfully, but these errors were encountered: