Skip to content

Choose a tag to compare

@github-actions github-actions released this 17 Jan 21:04
· 670 commits to main since this release

Verification

This build provided on the release uses solana-verifiable-build.

You can verify it by checking out the repo at this commit ed6f74f 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
ace3f0544ad9b805f1c6e85f00fb82bf74a123d7509d13a2e083892d20b9d5a1

Highlights for this deployment

  • Confidential transfers are now generally available
  • The pausable extension is now available
  • The scaled UI extension is now available

What's new

  • Publish spl-token-2022 v7.0.0
  • Publish spl-elgamal-registry v0.1.1
  • Publish spl-token-confidential-transfer-ciphertext-arithmetic v0.2.1
  • Publish spl-token-confidential-transfer-proof-extraction v0.2.1
  • Publish spl-token-confidential-transfer-proof-generation v0.3.0
  • Update everything to new repo + Anza (#82)
  • Mark test module as pub(crate) (#80)
  • Update repo to run CI on imported packages (#56)
  • [program-2022] Add functions to generate mint/burn proofs from account info (#7575)
  • [program-2022] Make confidential mint/burn function parameters consistent (#7570)
  • Add Pausable extension (#7562)
  • Take decimals into account for UI amount (#7540)
  • Remove local program / client and point to new repo (#7535)
  • Add scaled amount extension (#7511)
  • Fix typos for cargo-spellcheck (#7503)
  • [program-2022] Add auditor ciphertexts to instruction data (#7480)
  • [token22] Avoid the use of extend_from_slice when appending instructions (#7489)