Releases: LiteSVM/litesvm
Releases · LiteSVM/litesvm
v0.8.2
19 Nov 04:24
Compare
Sorry, something went wrong.
No results found
Fixed
Fix dependencies so the workspace continues to build against Solana 3.0 patch releases
(#247 ).
v0.8.1
03 Oct 04:09
Compare
Sorry, something went wrong.
No results found
Removed
Remove vote-program dep (#226 ).
v0.8.0
28 Sep 10:18
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed
Fix zero lamport accounts set with set_accounts (#218 ).
v0.7.0
27 Aug 11:43
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changed
Include post_accounts in simulate_transaction output (#97 ).
Added
Make log_bytes_limit configurable (#96) .