0.3.0 - 2024-10-12
- Make log_bytes_limit configurable (#96).
- Include
post_accountsinsimulate_transactionoutput (#97).
0.2.1 - 2024-09-27
- Change
ownerfrom Keypair to Pubkey increate_ataandcreate_ata_idempotenthelpers (#90).
0.2.0 - 2024-09-11
- Add helpers for token (#73).
- Add helpers for bpf_loader (#73).
- Add stake, config and vote programs (#57).
- Implement blockhash and durable nonce checks (#61).
- Add
error.rsand newLiteSVMErrortype (#62). - Add more logging for users to make debugging errors easier (#62).
- Add
inner_instructionstoTransactionMetadata(#75). - Add feature-flagged
serdetraits toTransactionMetadata(#77).
- Accept both legacy and versioned tx in
simulate_transaction(#58). - Move
InvalidSysvarDataErrortoerror.rs(#62). - Change
set_accountto returnResult<(), LiteSVMError>(#62). - Replace
&mut selfwith&selfinsimulate_transaction. (#64). - Remove
set_compute_budgetas it duplicateswith_compute_budget. (#68). - Remove
set_upgrade_authorityanddeploy_upgradeable_program(#69). - Change
with_builtinsto take a feature_set argumentOption<FeatureSet>(#81).
0.1.0 - 2024-04-02
- Initial release.