Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Releases: solana-labs/solana-program-library

SPL Governance - v3.1.1

09 May 15:21
a15fee9
Compare
Choose a tag to compare

Summary

  • Weighted multi choice voting
  • Revoking own membership

Verification

The program binary can be verified using Anchor verifiable build

$ cd governance/program
$ anchor verify GovER5Lthms3bLBqWub97yVrMmEogzX7xNjdXpPPCVZw

SPL Token-2022 - v0.6.1

13 Mar 00:21
312e5e1
Compare
Choose a tag to compare

Summary of changes

  • Organize the use of the zk proof program into a separate feature (#4040, #4084)

NOTE: This is still an alpha release, so backwards incompatible changes are possible in the future. Do not depend on the exact layout of extension data for your code.

SPL Associated Token Program - v1.1.3

08 Mar 08:35
73673b6
Compare
Choose a tag to compare

Summary of Changes

  • Support spl-token-2022 v0.6.0

SPL CMT - 0.1.3

23 Feb 22:03
bd216c8
Compare
Choose a tag to compare

Expose get_seq method on ConcurrentMerkleTree - Thanks to @austbot

SPL Token CLI - v2.3.0

10 Feb 22:58
d0bd334
Compare
Choose a tag to compare

Summary of changes

SPL Token-2022 - v0.6.0

10 Feb 22:55
d0bd334
Compare
Choose a tag to compare

Summary of changes

Full Changelog: token-2022-v0.5.0...token-2022-v0.6.0

NOTE: This is still an alpha release, so backwards incompatible changes are possible in the future. Do not depend on the exact layout of extension data for your code.

SPL Account Compression JS - v0.1.6

02 Feb 23:11
66b83a8
Compare
Choose a tag to compare

Added typescript-collections as a dependency to support the merkle-tree exports in the main path (added in 0.1.5).

SPL Account Compression Rust - v0.1.8

19 Jan 15:59
9fe87de
Compare
Choose a tag to compare

Summary

  • Fixed bug in verifyLeaf instruction against merkle tree accounts with a canopy
  • New macros exposed to apply mutable/immutable changes to merkle tree

SPL Governance - v3.1.0

13 Dec 16:07
7b90ecf
Compare
Choose a tag to compare

Summary

  • Council governance plugins
  • Non transferable and revokable membership
  • Veto vote
  • Council rules
    • approval quorum
    • vote tipping
    • veto threshold
  • Explicitly disabled options
    • community/council vote
    • community/council proposals
  • Absolute max supply
  • Proposal cool off time
  • Proposal deposit

Verification

The program binary can be verified using Anchor verifiable build

$ cd governance/program
$ anchor verify GovER5Lthms3bLBqWub97yVrMmEogzX7xNjdXpPPCVZw

SPL Account Compression Rust - v0.1.5

06 Dec 16:37
ed8522b
Compare
Choose a tag to compare

Minor changes:

  • Expose all header types to help indexers deserialize CMT Account Headers
  • Expose getter method for creationSlot in CMT Account Header