Changed
- 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).
Added
- 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).