light-program-test 0.23.0

A fast local test environment for Solana programs using compressed accounts and tokens.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#[cfg(feature = "devenv")]
pub mod address_tree;
#[cfg(feature = "devenv")]
pub mod address_tree_v2;
#[cfg(feature = "devenv")]
pub mod compressible_config;
#[cfg(feature = "devenv")]
pub mod initialize;
#[cfg(feature = "devenv")]
pub mod register_program;
pub mod registered_program_accounts;
#[cfg(feature = "devenv")]
pub mod state_tree;
#[cfg(feature = "devenv")]
pub mod state_tree_v2;
pub mod test_accounts;
pub mod test_keypairs;