All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support Anchor v0.25
- Add
now()andnow_i64()time helpers.
- Support Anchor v0.24
- Support Anchor v0.23 #41
- Adds the
unwrap_bump!macro, which extracts the bump from the instructionContext(#36).
- Adds
CmpError, which allows comparing errors (#33).
- Make
spl-associated-token-accountan optional dependency (#32). - Remove support for Anchor versions older than 0.22 (#33).
- Support Anchor 0.21.x by adding
AsKeyRef(#31).
- Adds the
AsKeyReftrait, which allows reading the&Pubkeyof any account orPubkey. (#31)