Releases: skynetcap/solanaj
Releases · skynetcap/solanaj
v1.20.0
What's Changed
- Add missing base 64 encoding for getProgramAccounts(PublicKey account… by @angusscott in #63
- Account handling fixed by @zorba128 in #79
- Token program - support for external fee payer by @zorba128 in #80
- Adding createWithSeed (create_with_seed) method from the Solana Rust SDK by @angusscott in #68
New Contributors
- @angusscott made their first contribution in #63
- @zorba128 made their first contribution in #79
Full Changelog: v1.19.2...v1.20.0
v1.19.2
v1.19.1
What's Changed
- Thank you, solanaj by @zhangzhen010 in #53
New Contributors
- @zhangzhen010 made their first contribution in #53
Full Changelog: v1.19.0...v1.19.1
v1.19.0
v1.18.2
What's Changed
- JUnit 5 upgrade, fix GetLatestBlockhash by @skynetcap in #51
Full Changelog: v1.18.1...v1.18.2
v1.18.1
v1.18.0
What's Changed
- fix: Using the wrong public key when associating tokens by @ImL1s in #37
- update readme with build instructions by @7-- in #39
- 1.18.0 staging by @skynetcap in #47
- 1.18.0 by @skynetcap in #48
- Improved the Transaction, TransactionBuilder, TransactionInstruction, and other related classes (commit: e53fe9f)
- Added comprehensive BPFLoader functions and tests (commit: 17cab77)
- Updated the unit tests and refactored ComputeBudgetProgram (commit: 819fa74)
- Refactored MemoProgram and updated tests (commit: a74e18b)
- Implemented and tested SystemProgram instructions (commit: e6f6da4)
- Updated TokenProgram and TokenProgramTest for consistency (commit: b9b2d72)
- Implemented enhancements in SubscriptionWebSocketClient and added WebSocket tests (commit: 9fcdfde)
- Added LogNotificationEventListener and tests (commit: b169c61)
- Enhanced WebSocket functionality and added unsubscribe feature (commit: 9f736cc)
- Improved SubscriptionWebSocketClient documentation and robustness (commit: cabeda4)
- Fixed constructor undefined error in RpcClient (commit: 149f83e)
- Handled null RPC response in RpcClient (commit: 2041a8b)
- Added SOCKS proxy support to RpcClient (commit: ddc1288)
- Enhanced TokenProgramTest documentation and comments (commit: dcbe756)
New Contributors
Full Changelog: v1.17.0...v1.18.0
v1.17.0
What's Changed
- add 'getLatestBlockhash' RPC call by @itsmelodewyk in #28
- Change 'lamports' variables to double by @skynetcap in #29
New Contributors
- @itsmelodewyk made their first contribution in #28
Full Changelog: v1.16.6...v1.17.0
v1.16.6 - WS + other depedency updates
Full Changelog: v1.16.5...v1.16.6
- Update websocket dependency + others, which brings WSS reconnection + stability improvements that were greatly needed.