SPL Account Compression - v0.3.2
Audits
All audits are hosted at https://github.com/solana-labs/security-audits#account-compression.
Verification
This build provided on the release uses solana-verifiable-build.
You can verify it by checking out the repo at this commit 404466d and running:
$ solana-verify build --library-name spl_account_compression
Once the program is built, it's possible to verify it by running:
$ solana-verify get-executable-hash target/deploy/spl_account_compression.so
eb33bd677303ebf636141c457caa24bc3128156bf7cf9d239502efa0e136b0ab
What's new
- Fixes stack frame violation for closing empty trees
Artifact & test logs available from CI: https://github.com/solana-labs/solana-program-library/actions/runs/11391789519