Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

SPL Token Client - v0.9.2

Compare
Choose a tag to compare
@joncinque joncinque released this 28 Mar 12:53
· 848 commits to master since this release
8c8e7de

What's new

  • Use transaction simulation results for the compute unit limit (#6500) by @joncinque
  • Avoid signing multiple times with the same keypair by @t-nelson
  • Add compute unit price and limit fields (#6493) by @joncinque
  • Refactor Message creation to use the same instructions everywhere (#6494) by @joncinque
  • Token client: refactor transfer to use new offchain helper by @buffalojoec
  • Added transfer-hook compatibility to create_recipient_associated_account_and_transfer (#6120) by @tonton-sol
  • Execute transfer hook during confidential transfer (#6098) by @joncinque

Solana

  • Bump to 1.18.2

Token-group-interface

Token-metadata-interface

Transfer-hook-interface