Skip to content

Releases: solana-program/token-2022

[email protected]

20 May 04:33
Compare
Choose a tag to compare

What's new

  • Publish spl-token-client v0.16.1
  • Spl-token-2022 no-entrypoint (#452)

[email protected]

13 May 21:27
Compare
Choose a tag to compare

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

[email protected]

13 May 20:43
Compare
Choose a tag to compare

What's new

  • Publish spl-token-confidential-transfer-proof-extraction v0.4.0
  • Merge commit from fork

[email protected]

13 May 21:11
Compare
Choose a tag to compare

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)

[email protected]

13 May 20:53
Compare
Choose a tag to compare

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)

[email protected]

13 May 22:04
Compare
Choose a tag to compare

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

[email protected]

09 May 21:23
Compare
Choose a tag to compare

What's new

  • Publish js v0.4.1
  • [JS] Add Scaled UI Amount Extension Support (#267)

[email protected]

05 May 14:51
Compare
Choose a tag to compare

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)

[email protected]

05 May 15:25
Compare
Choose a tag to compare

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)

[email protected]

04 Apr 13:00
Compare
Choose a tag to compare

What's new

  • Publish spl-token-2022 v8.0.1
  • Mint_to() & mint_to_checked() arguments (#345)
  • Update project_url @ security_txt (#346)
  • Update Token2022 docs url. (#338)
  • Support builds targeting wasm32 (#298)