1.20.0 (2026-05-08)
- jsonrpc: add CustomHeader http.Header for multi-value headers (20b37ba)
- migrate to curve25519-voi for ed25519 operations (20713fb)
1.19.0 (2026-04-23)
- is token mint classifier (4f72982)
- enhance getUint64 function to handle string inputs (5309095)
- keep websocket request IDs within JSON-safe range (8ed3105)
- message: json version detection (1fd2201)
- message: use gojson (8d211d5)
- reject malformed ed25519 private keys in PrivateKeyFromBase58 (edcedcc)
- rpc: match ParsedTransactionMeta to TransactionMeta (a0f95c2)
- json: swap encoding/json and jsoniter for goccy/go-json (c445f76)
- transaction: add cap hints and use pk instead of str (91e8cec)
1.18.0 (2026-04-16)
- add getters to txn with meta
- add token-2022 extensions
- stake state types & ext tests
- vote program complete
- allign rpc client with agave
- memo program parity
- message: eliminate complex scans, struct copies, and redundant allocs