This repository was archived by the owner on Mar 11, 2025. It is now read-only.
Releases: solana-labs/solana-program-library
Releases · solana-labs/solana-program-library
SPL Token Group Example - v0.1.0
An example program demonstrating how to implement the SPL Token Group interface!
SPL Single-Validator Stake Pool - v1.0.0
Initial release of the single-validator stake pool program, an SPL program that enables liquid staking with zero fees, no counterparty, and 100% capital efficiency.
SPL Type Length Value JS - v0.1.0
A JavaScript library for working with Type-Length-Value configurations.
The JavaScript counterpart for the Rust library SPL Type Length Value found in this repository.
SPL Token CLI - v3.2.0
What's new
- Display all new token-2022 extensions since v3.1.1
- Support updating metadata with offline signers
SPL Transfer Hook Interface - v0.3.0
transfer-hook-example-v0.3.0
build(deps-dev): bump @typescript-eslint/parser from 6.7.2 to 6.7.3 i…
SPL Token Client - v0.7.0
SPL Token 2022 - v0.9.0
What's new
There are two builds of token-2022 contained in this release: one with the zk-ops
feature enabled for Solana version 1.17 and newer (spl_token_2022.so and spl_token_2022-0.9.0.so), and one without the zk-ops
feature for Solana 1.16 and older (spl_token_2022-no-zk-ops-0.9.0.so).
Miscellaneous Tasks
- Bump serde_json from 1.0.105 to 1.0.106 (#5232)
- Bump base64 from 0.21.3 to 0.21.4 (#5233)
- Bump bytemuck from 1.13.1 to 1.14.0 (#5210)
- Bump serde_json from 1.0.106 to 1.0.107 (#5275)
Release
- Bump tlv-account-resolution and dependents (#5367)
Token-2022
- Fix docs in confidential transfer account definition. (#5268)