Skip to content

v0.14.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jul 12:27
v0.14.0
24b6ae9

Changed

  • Bump to Agave 4.1 (#373).
  • Replace the bundled SPL Memo v3 program with SPL Memo v4 (#375).
  • Use wincode for sysvar serialization (#376).

Added

  • Add the litesvm-cpi-tree crate for parsing and rendering Solana transaction logs as a CPI call tree (#349).
  • Add activation slots to the active feature set metadata (#378).
  • Add LiteSVM::get_program_accounts to return all accounts owned by a given program, together with their addresses (#370).

Fixed

  • Only run the rent check on successful transactions, so a failed transaction keeps its original error instead of InsufficientFundsForRent (#371).