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-account
an optional dependency (#32). - Remove support for Anchor versions older than 0.22 (#33).
- Support Anchor 0.21.x by adding
AsKeyRef
(#31).
- Adds the
AsKeyRef
trait, which allows reading the&Pubkey
of any account orPubkey
. (#31)