Releases: solana-program/token-2022
Releases · solana-program/token-2022
rust-legacy@v0.16.0
What's new
- Publish spl-token-client v0.16.0
- Publish spl-token-2022 v9.0.0
- Publish spl-elgamal-registry v0.3.0
- Publish spl-token-confidential-transfer-proof-extraction v0.4.0
- Merge commit from fork
proof-extraction@v0.4.0
What's new
- Publish spl-token-confidential-transfer-proof-extraction v0.4.0
- Merge commit from fork
program@v9.0.0
Verification
This build provided on the release uses solana-verifiable-build.
You can verify it by checking out the repo a few commits earlier 6237d77 and running:
$ solana-verify build --library-name spl_token_2022
Once the program is built, it's possible to verify it by running:
$ solana-verify get-executable-hash target/deploy/spl_token_2022.so
73e50a49be0d389a1b08329cba75c8e8109d69a222c9b59bf780d630637b3814
Highlights for this deployment
- Confidential transfer proofs contained in account data are disabled. Please use instruction data or context state accounts instead.
What's new
elgamal-registry@v0.3.0
What's new
- Publish spl-elgamal-registry v0.3.0
- Publish spl-token-confidential-transfer-proof-extraction v0.4.0
- Merge commit from fork
- [elgamal-registry] Add security txt for elgamal-registry and add SECURITY.md (#337)
cli@v5.3.0
What's new
- Publish spl-token-cli v5.3.0
- Publish spl-token-client v0.16.0
- Publish spl-token-2022 v9.0.0
- Merge commit from fork
js@v0.4.1
rust-legacy@v0.15.0
What's new
- Publish spl-token-client v0.15.0
- Publish spl-token-2022 v8.0.1
- Publish spl-token-2022 v8.0.0
- Publish spl-elgamal-registry v0.2.0
- Publish spl-token-confidential-transfer-proof-generation v0.4.0
- Publish spl-token-confidential-transfer-proof-extraction v0.3.0
- Bump all SPL deps (#318)
- [rust-legacy-client] Always assume that the supply ElGamal public key is set (#178)
- Remove solana-program / sdk (#264)
- Bump everything else to v2.2 (#217)
- Upgrade solana-deps to 2.2 (#204)
- [rust-legacy-client] Add spl-record program fixture and prefer bpf for tests (#199)
- [program] Add pending burn field to
ConfidentialMintBurn
(#192) - [rust-legacy-client] Add test for pausable extension and confidential mint and burn (#177)
- [program] Re-order confidential mint burn ciphertexts to dest/src, supply, then auditor (#173)
- [program] Account for the confidential transfer fee extension when re-allocating during configure account (#172)
- [rust-legacy-client] Add confidential mint burn extension (#168)
cli@v5.2.0
What's new
- Publish spl-token-cli v5.2.0
- Publish spl-token-client v0.15.0
- Publish spl-token-2022 v8.0.1
- Publish spl-token-2022 v8.0.0
- Publish spl-token-confidential-transfer-proof-generation v0.4.0
- Bump all SPL deps (#318)
- Fix
withdraw-withheld-tokens
CLI subcommand showing wrong order of arguments in 'Usage' (#312) - Bump everything else to v2.2 (#217)
- Upgrade solana-deps to 2.2 (#204)