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

SPL Program Error - v0.2.0

Compare
Choose a tag to compare
@buffalojoec buffalojoec released this 26 Jun 20:35
· 2513 commits to master since this release
21630cb

Library for easily deriving Solana Program errors from an enum in Rust.

One can simply define an enum and annotate it with the appropriate macro(s) to create valid errors that can log to Solana program logs!

Check out the README for the various types of macros supported

Breaking

  • Upgraded Solana crates to version 1.16, which depend on borsh 0.10 instead of 0.9. Users must also upgrade to borsh 0.10