Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 13 May 21:11
· 14 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 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

  • 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
  • Update IDL: Add Authority Types (#434)
  • Fix off-by-one error (#369)