solana-program-library/account-compression/programs/noop
Noah Gundotra 39935bab12
ac: expose ChangeLogEventV1 in crate (#3707)
2022-10-12 19:01:42 -04:00
..
src Account Compression: Version ChangeLog + Test (#3632) 2022-09-22 15:05:24 -04:00
Cargo.toml ac: expose ChangeLogEventV1 in crate (#3707) 2022-10-12 19:01:42 -04: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.