Releases: solana-labs/solana-program-library
Releases · solana-labs/solana-program-library
SPL Token CLI - v4.1.0
What's new
- Publish token-cli v4.1.0 by @github-actions[bot]
- Publish token-client v0.12.0 by @github-actions[bot]
- Publish token-2022 v5.0.1 by @github-actions[bot]
- Publish token-group-interface v0.4.1 by @github-actions[bot]
- Publish token-metadata-interface v0.5.0 by @github-actions[bot]
- Publish token-2022 v5.0.0 by @github-actions[bot]
- Publish token-group-interface v0.4.0 by @github-actions[bot]
- Extract associated-token-account-client crate from associated-token-account crate (#7005) by @kevinheavey
- [token-client] Make
close_context_state_account
andclose_record_account
variable order consistent (#7174) by @samkim-crypto - [token-client] use
Signers
instead ofSigner
for confidential transfer client functions (#7175) by @samkim-crypto - Increase max size type to u64 (#7130) by @jacksondoherty
- Add check withdraw-withheld-tokens has sources or include mint (#7152) by @zzau13
- [token-2022] Upgrade to
zk-sdk
(#7148) by @samkim-crypto - [token-2022] Add support for record program for
Transfer
andTransferWithFee
instructions (#7127) by @samkim-crypto - Add token 2022 argument to token cli for easy use (#7006) by @Woody4618
- Support compute price + limit with native tokens (#7101) by @0xcypher02
- Create transfer-fee-basis-points and transfer-fee-maximum-fee flags (#7053) by @Hrushi20
- Reapply "[token-2022] Add support for reading proofs from record acco… (#7086) by @joncinque
SPL token-2022 - v5.0.1
What's new
- Publish token-2022 v5.0.1 by @github-actions[bot]
- Publish transfer-hook-interface v0.8.1 by @github-actions[bot]
- Publish token-group-interface v0.4.1 by @github-actions[bot]
- Publish token-metadata-interface v0.5.0 by @github-actions[bot]
- Publish tlv-account-resolution v0.8.0 by @github-actions[bot]
- Publish pod v0.4.0 by @github-actions[bot]
SPL tlv-account-resolution - v0.8.0
What's new
- Publish tlv-account-resolution v0.8.0 by @github-actions[bot]
- Publish pod v0.4.0 by @github-actions[bot]
- Publish pod v0.3.2 by @github-actions[bot]
SPL record - v0.2.1
What's new
- Publish record v0.2.1 by @github-actions[bot]
- Publish pod v0.4.0 by @github-actions[bot]
SPL pod - v0.4.0
What's new
- Publish pod v0.4.0 by @github-actions[bot]
SPL Transfer Hook Interface - v0.8.0
What's new
- Publish transfer-hook-interface v0.8.0 by @github-actions[bot]
- Publish pod v0.3.2 by @github-actions[bot]
- Relax requirement of validation account (#7099) by @joncinque
SPL Token Group Interface - v0.4.0
What's new
- Publish token-group-interface v0.4.0 by @github-actions[bot]
- Publish pod v0.3.2 by @github-actions[bot]
- Increase max size type to u64 (#7130) by @jacksondoherty
SPL Token 2022 - v5.0.0
What's new
- Publish token-2022 v5.0.0 by @github-actions[bot]
- Publish transfer-hook-interface v0.8.0 by @github-actions[bot]
- Publish token-group-interface v0.4.0 by @github-actions[bot]
- Publish pod v0.3.2 by @github-actions[bot]
- [token-2022] Update to
check_zk_elgamal_proof_program_account
(#7163) by @samkim-crypto - [token-2022] Update docs to use
zk_elgamal_proof
program (#7162) by @samkim-crypto - [token-2022] Upgrade to
zk-sdk
(#7148) by @samkim-crypto - [token-2022] Add support for record program for
Transfer
andTransferWithFee
instructions (#7127) by @samkim-crypto - Reapply "[token-2022] Add support for reading proofs from record acco… (#7086) by @joncinque
- Revert "[token-2022] Add support for reading proofs from record accou… (#7084) by @joncinque
- [token-2022] Add support for reading proofs from record accounts (#7055) by @samkim-crypto
- Fix some comments (#7054) by @riyueguang
- Update security.txt info (#7032) by @joncinque
SPL Record - v0.2.0
What's new
- Publish pod v0.3.2 by @github-actions[bot]
- Bump to 0.3.0 for Solana v2 compat (#6917) by @joncinque
- Upgrade to Solana v2 (#6908) by @joncinque
- Bump solana version to 1.18.11 (#6624) by @samkim-crypto
- Bump all crates for token-cli release (#6516) by @joncinque
- Bump to 0.2.0 by @joncinque
- Upgrade to Solana 1.18.2 (#6278) by @samkim-crypto
- Upgrade to solana 1.17.17 (#6189) by @samkim-crypto
- Update solana dependency version to allow 2.0.0 (#6182) by @willhickey
- Token 2022: upgrade sdk to 1.17.13 (#6147) by @0x0ece
- add a new program address (#6130) by @samkim-crypto
- bump to 0.2.0 (#6087) by @samkim-crypto
- Add
Reallocate
instruction (#6063) by @samkim-crypto - Remove
Data
type fromRecordData
type (#6062) by @samkim-crypto - Remove borsh dependency from spl-record program (#6054) by @samkim-crypto
SPL Pod - v0.3.2
What's new
- Publish pod v0.3.2 by @github-actions[bot]
- [token-2022] Upgrade to
zk-sdk
(#7148) by @samkim-crypto - Implement
Default
forPodOption
(#7083) by @joncinque - Bump to 0.3.1 (#7075) by @febo
- Improve
PodOption
type (#7076) by @febo - Add
PodU128
type (#7012) by @febo - Add
PodOption
type (#6886) by @febo - Use
bytemuck_derive
explicitly (#6928) by @joncinque