1.22.0 (2026-06-30)
Features
- add nonce account support (#456) (336881c)
- add sysvars (#457) (f777896)
- address-lookup-table: one-call resolve for message lookups (closes #262) (#445) (34beab1)
- rpc: add getTransactionsForAddress client method (closes #343) (#450) (9e538c8)
- rpc: forward minContextSlot in 4 remaining JSON-RPC endpoints (#448) (c176402)
- rpc: forward MinContextSlot in getBalance/getLatestBlockhash/getSlot/getTokenAccountBalance (#442) (b8e70e8)
- zk: add ElGamal & AES key derivation (#413) (9fcbf0c)
Bug Fixes
- message: surface typed
ErrAddressTablesNotSetfrom AccountMetaList (closes #280) (#441) (a87922d) - rpc: default simulateTransaction Accounts.Encoding to base64 (closes #446) (#447) (2697614)
- token,token-2022: Build() sets Impl to *T, matching DecodeInstruction (closes #222) (#440) (38c57db)
- token,token-2022: per-instruction ProgramID override (closes #254) (#439) (f489aac)
- ws: surface subscription request errors to Recv (closes #175) (#449) (725147a)