What's new
- Publish spl-token-2022 v11.0.0 by @github-actions[bot]
- Publish spl-token-confidential-transfer-ciphertext-arithmetic v0.5.0 by @github-actions[bot]
- Publish spl-elgamal-registry-interface v0.2.0 by @github-actions[bot]
- Publish spl-token-2022-interface v3.0.0 by @github-actions[bot]
- Remove unused (#1161) by @joncinque
- Remove serde-traits feature (#1137) by @grod220
- Swap spl-pod for solana-zero-copy + solana-nullable (#1069) by @grod220
- Swap-out
solana-zk-sdkforsolana-zk-elgamal-proof-interfaceandsolana-zk-sdk-pod(#1090) by @samkim-crypto - Prohibit ConfidentialMintBurn in process_burn (#1117) by @victorchukwuemeka
- [ciphertext-arithmetic, program, interface] Add
add_to_with_offsetand update tests (#1116) by @samkim-crypto - [program, client/rust-legacy] Move over account_info from program to rust client (#1076) by @samkim-crypto
PubkeytoAddressmigration (#1067) by @grod220- Add delegate support to
unwrap_lamports(#1061) by @febo - Add
batchinstruction (#884) by @abelmarnk - Check that mint destination is non-transferable (#1051) by @joncinque
- Enforce
ImmutableOwnercheck inprocess_confidential_mintforNonTransferablemints (#1045) by @bit2swaz - Add optional rent sysvar account (#1020) by @febo
- Sync native updates rent exempt reserve (#1006) by @joncinque
- [program] Fix auditor key equality test (#1018) by @samkim-crypto
- Check that multisig is initialized during validation (#996) by @joncinque
- Relax owner check to allow tokenkeg multisig accounts (#1005) by @L0STE
- Support permissioned burn in confidential-mint-burn (#959) by @joncinque
- Bump Solana deps (#933) by @joncinque
- Remove unnecessary doc comment (#927) by @LStan
- [program] Fix
verify_mint_proofandverify_burn_proofto handle mixed-mode calls correctly (#922) by @samkim-crypto - [program] Make auditor public key check consistent in confidential mint/burn (#921) by @samkim-crypto
- Add permissioned burn extension (#818) by @Szegoo
- [program] Require that confidential balance is zero before a mint can be closed (#913) by @samkim-crypto
- [program] Remove an overly strict validation check on withheld fee destination account (#914) by @samkim-crypto
- Bump program and interface deps to v4, clients to v3.1 (#883) by @joncinque
- [program] Disable apply pending balance when the account is frozen (#911) by @samkim-crypto
- Add
unwrap_lamportsinstruction (#857) by @abelmarnk