Skip to content

Releases: solana-labs/solana-program-library

SPL Token Group Example - v0.2.0

28 Mar 12:39
Compare
Choose a tag to compare

What's new

Pod

Tlv

Token-client

Token-group-example

Token-group-interface

Token-metadata-interface

Other

SPL Token Client - v0.9.2

28 Mar 12:53
8c8e7de
Compare
Choose a tag to compare

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

SPL Token CLI - v3.4.0

28 Mar 12:56
Compare
Choose a tag to compare

What's new

Solana

  • Bump to 1.18.2

Token-client

Token-group-interface

Token-metadata-interface

SPL Token 2022 - v3.0.2

28 Mar 13:00
8c8e7de
Compare
Choose a tag to compare

What's new

The main highlights are updating the program to use Pod-style unpacking for instructions and base structs, resulting in a CU reduction of around 60% for base instructions.

Changes

Solana

  • Bump to 1.18.2

Token-group-interface

Token-metadata-interface

Transfer-hook-interface

Pod

Tlv

Tlv-account-resolution

SPL TLV Account Resolution - v0.6.3

28 Mar 12:34
8c8e7de
Compare
Choose a tag to compare

What's new

Breaking changes

  • Update to newest TLV library

Bug Fixes

SPL Program Error - v0.4.0

28 Mar 23:08
8c8e7de
Compare
Choose a tag to compare

What's new

  • Bump all crates for token-cli release (#6516)

SPL Pod - v0.2.2

28 Mar 12:28
8c8e7de
Compare
Choose a tag to compare

What's new

  • Prepare processors for Pod instructions by taking references and pod types (#6464) by @joncinque
  • Add const-compatible creators for primitives (#6328) by @joncinque

Breaking changes

  • Bump to borsh v1

SPL Discriminator - v0.2.2

28 Mar 23:06
8c8e7de
Compare
Choose a tag to compare

What's new

  • Bump all crates for token-cli release (#6516)

SPL Associated Token Account - v3.0.2

28 Mar 23:04
8c8e7de
Compare
Choose a tag to compare

What's new

  • Bump borsh to v1
  • Bump Solana to 1.18.2

SPL Token JS - v0.4.3

23 Mar 16:02
235fcd4
Compare
Choose a tag to compare

What's Changed

Token Group JS library was published and dependency tree for @solana/spl-token was updated to reflect the appropriate version of @solana/spl-token-group.

Full Changelog: token-js-v0.4.2...token-js-v0.4.3