Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 2.45 KB

CHANGELOG.md

File metadata and controls

54 lines (36 loc) · 2.45 KB

Changelog

0.3.0 - 2024-10-12

Added

  • Make log_bytes_limit configurable (#96).

Changed

  • Include post_accounts in simulate_transaction output (#97).

0.2.1 - 2024-09-27

Changed

  • Change owner from Keypair to Pubkey in create_ata and create_ata_idempotent helpers (#90).

0.2.0 - 2024-09-11

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.rs and new LiteSVMError type (#62).
  • Add more logging for users to make debugging errors easier (#62).
  • Add inner_instructions to TransactionMetadata (#75).
  • Add feature-flagged serde traits to TransactionMetadata (#77).

Changed

  • Accept both legacy and versioned tx in simulate_transaction (#58).
  • Move InvalidSysvarDataError to error.rs (#62).
  • Change set_account to return Result<(), LiteSVMError> (#62).
  • Replace &mut self with &self in simulate_transaction. (#64).
  • Remove set_compute_budget as it duplicates with_compute_budget. (#68).
  • Remove set_upgrade_authority and deploy_upgradeable_program (#69).
  • Change with_builtins to take a feature_set argument Option<FeatureSet> (#81).

0.1.0 - 2024-04-02

Added

  • Initial release.