solana-program-library/account-compression/programs/noop
joeaba 891b4bdad8
chore: update maintainer references (#4008)
2023-01-31 08:06:36 -05:00
..
src Account Compression: Version ChangeLog + Test (#3632) 2022-09-22 15:05:24 -04:00
Cargo.toml chore: update maintainer references (#4008) 2023-01-31 08:06:36 -05:00
README.md ac: expose ChangeLogEventV1 in crate (#3707) 2022-10-12 19:01:42 -04:00

README.md

Solana

SPL Noop Rust SDK

This is crate provides a wrapper for invoking spl-noop, which does nothing. It's primary use is circumventing log truncation when emitting application data by invoke-ing spl-noop with event data.

spl-noop and this crate's implementation are targeted towards supporting account-compression and may be subject to change.