Skip to content

v1.18.0

Compare
Choose a tag to compare
@skynetcap skynetcap released this 10 Sep 02:13
· 51 commits to main since this release
bd64e02

What's Changed

  • 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

  • @ImL1s made their first contribution in #37
  • @7-- made their first contribution in #39

Full Changelog: v1.17.0...v1.18.0