This repository was archived by the owner on Mar 11, 2025. It is now read-only.
SPL Account Compression Rust - v0.1.2
·
3210 commits
to master
since this release
spl-account-compression:
- Added method to easily emit arbitrary application data via
spl-noopprogram* - Add README file for crate
spl-noop:
- Add README file for crate
Update typescript SDK to have separate methods for deserializing event data emitted via spl-noop
*Emitted application data is prefixed with a different tag than emitted ChangeLog events. This is done to help indexers distinguish between spl-account-compression event data and their application-level data. However, it is not strictly necessary to interact with spl-noop, since any program can CPI to spl-noop with arbitrary data.