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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Add LiteSVM::{set_epoch_stake, set_epoch_stakes, epoch_total_stake, epoch_stake} so tests can configure values returned by the sol_get_epoch_stake syscall (previously always 0). The per-vote map is the source of truth; the cluster total is maintained as its checked sum (overwrites adjust the total, overflow returns LiteSVMError::EpochStakeOverflow) (#383).
Fixed
Validate account locks even when sigverify is disabled, so transactions with duplicate or too many account locks are rejected consistently (#381).