github LiteSVM/litesvm v0.15.0

6 hours ago

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).

Don't miss a new litesvm release

NewReleases is sending notifications on new releases.