Skip to content

Releases: LiteSVM/litesvm

v0.8.2

19 Nov 04:24
14af6fc

Choose a tag to compare

Fixed

  • Fix dependencies so the workspace continues to build against Solana 3.0 patch releases
    (#247).

v0.8.1

03 Oct 04:09
d66f93a

Choose a tag to compare

Removed

  • Remove vote-program dep (#226).

v0.8.0

28 Sep 10:18
a6987d7

Choose a tag to compare

Changed

  • Update Solana dependencies to 3.0 (#223).

Added

  • Add pubkey_signer test (#222).

Removed

  • Remove program-test benchmarks and related code (#224).

v0.7.1

17 Sep 04:09
4ae2729

Choose a tag to compare

Fixed

  • Fix zero lamport accounts set with set_accounts (#218).

v0.7.0

27 Aug 11:43
912067b

Choose a tag to compare

Changed

  • Update Solana crates to 2.3 (#194).
  • Refactor add_program methods to accept program_id as impl Into<Pubkey> for improved flexibility (#183).
  • Make add_program return an error if the program is invalid (#187).

Added

  • Allow access to the internal accounts db (#205).
  • Update token crate to support native mint functionality (#200).
  • Feature to use hashbrown crate instead of std::collections (#203).

Fixed

  • Cleanup 0 lamport accounts (#204).
  • Fix the documentation for Node (#191).

v0.6.1

31 Mar 12:21
c572f90

Choose a tag to compare

Fixed

  • Remove needless clone (#161).
  • Disable runtime environment v1 debug features (#162).
  • Fix transaction history truncation (#163).
  • Constrain solana-program-runtime to >=2.2,<=2.2.4 (#165).

v0.6.0

27 Feb 05:09
42b2b59

Choose a tag to compare

Changed

  • Upgrade Solana crates to 2.2.0 (#138).
  • Consolidate feature set management into a with_feature_set method and remove the feature_set param from with_builtins and with_precompiles (#142).
  • Update builtins and downgrade spl-token-2022 to v5.0.2 to match mainnet version (#130).

Added

  • Add pretty_logs method to TransactionMetadata (#134).
  • Add error logging when loading a program (#141).

v0.5.0

24 Jan 07:54
33d9062

Choose a tag to compare

Changed

  • Make the LiteSVM struct thread-safe (#127).

Added

  • Add PartialEq for some types (#126).

Fixed

  • Fix Solana dependencies (#119).

v0.4.0

30 Dec 10:13
1cc04f4

Choose a tag to compare

Changed

  • Bump Solana crates to 2.1 (#96).

Added

  • Add LiteSVM::with_precompiles (#102).

Fixed

  • Fix account executable in the add_builtin method (#110).

v0.3.0

12 Oct 07:21
73a02bf

Choose a tag to compare

Changed

  • Include post_accounts in simulate_transaction output (#97).

Added

  • Make log_bytes_limit configurable (#96).