github LiteSVM/litesvm v0.2.0

latest releases: node-v0.6.0, v0.10.0, node-v0.5.0...
18 months ago

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

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

Don't miss a new litesvm release

NewReleases is sending notifications on new releases.