setup_test_protocol_accounts

Function setup_test_protocol_accounts 

Source
pub fn setup_test_protocol_accounts(
    context: &mut LiteSVM,
    forester_authority: &Pubkey,
) -> Result<(), String>
Expand description

Sets up protocol config, forester, and forester epoch accounts for testing. Uses a very long active phase so any slot is valid for epoch 0.

This allows compress/close operations to work without the full devenv setup.