You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(forester): restore Clone + compile tests after tracker cleanup
The cleanup commit changed get_ready_to_compress to return Vec<Pubkey>
and CTokenCompressor/MintCompressor/PdaCompressor::new to take
Arc<Keypair>, but the compressible tests weren't updated. Added
get_ready_states / get_ready_states_for_program helpers returning
Vec<S> for test ergonomics, wrapped test keypair args in Arc, and
re-ran cargo +nightly fmt across the refactored modules.
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
0 commit comments