Skip to content
This repository was archived by the owner on Jun 24, 2026. It is now read-only.

Releases: maxmmin/sol4j

v1.3.91

Choose a tag to compare

@maxmmin maxmmin released this 25 May 11:42

Release contains some RPC API client fixes:

v1.3.9

Choose a tag to compare

@maxmmin maxmmin released this 24 May 18:40

Implemented some client integration tests

Fixes:

v1.3.8

Choose a tag to compare

@maxmmin maxmmin released this 19 May 07:46

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).

v1.3.7

Choose a tag to compare

@maxmmin maxmmin released this 18 May 19:13

Minor code changes.

Added support of:

  • getLeaderSchedule
  • getLargestAccounts

v1.3.6

Choose a tag to compare

@maxmmin maxmmin released this 18 May 17:15

Fixed param serializing

v1.3.5

Choose a tag to compare

@maxmmin maxmmin released this 18 May 16:37

Fixed issue in IntrospectedRpcVariety constructor

v1.3.4

Choose a tag to compare

@maxmmin maxmmin released this 13 May 10:49

Updated RPC Client: bug fixes and new features

v1.3.3

Choose a tag to compare

@maxmmin maxmmin released this 12 May 11:12

Unified response models
Implemented RPC getBlock endpoint

v1.3.2

Choose a tag to compare

@maxmmin maxmmin released this 12 May 11:11

Address Lookup Table Loader

v1.3.1

Choose a tag to compare

@maxmmin maxmmin released this 04 May 11:06

Updated transaction building API – adding builder creation methods directly to the Transaction models.
Old builders-obtaining methods are marked as deprecated from now