This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
SPL Token 2022 - v0.9.0
joncinque
released this
26 Sep 18:38
·
1812 commits
to master
since this release
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)