Changed
- Bump to Agave 4.1 (#373).
- Replace the bundled SPL Memo v3 program with SPL Memo v4 (#375).
- Use
wincodefor sysvar serialization (#376).
Added
- Add the
litesvm-cpi-treecrate 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_accountsto 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).