Added
- Add
LiteSVM::{set_epoch_stake, set_epoch_stakes, epoch_total_stake, epoch_stake}so tests can configure values returned by thesol_get_epoch_stakesyscall (previously always0). The per-vote map is the source of truth; the cluster total is maintained as its checked sum (overwrites adjust the total, overflow returnsLiteSVMError::EpochStakeOverflow) (#383).
Fixed
- Validate account locks even when sigverify is disabled, so transactions with duplicate or too many account locks are rejected consistently (#381).