This repository was archived by the owner on Jun 24, 2026. It is now read-only.
Releases: maxmmin/sol4j
Releases · maxmmin/sol4j
Release list
v1.3.91
Release contains some RPC API client fixes:
- getTokenAccountsByOwner Request encoding issues
- getProgramAccounts Request construction issues
v1.3.9
Implemented some client integration tests
Fixes:
- deserialization of JsonParsedInstruction – added a fallback for unparsed instruction data
- deserialization of BlockCommitment - commitment prop type update
- updated tx version property name of GetBlockConfig
v1.3.8
Fixed getAccountInfo response deserialization when encoding is not specified.
Despite what the documentation claims, the default-encoded response
"data" field is returned as a plain string(not JSON object or array with base data and encoding alg).