solana/program-test
steviez f2d406ad5d
Fix panic in ProgramTestContext::warp_to_slot() when warping one slot (#22977)
warp_to_slot() first warps to one slot before desired slot in order to
freeze the bank at warp slot. This would cause issues when warping by
one slot as that would attempt to warp to the same slot and hit a sanity
check assertion.
2022-02-07 16:21:43 -06:00
..
src Fix panic in ProgramTestContext::warp_to_slot() when warping one slot (#22977) 2022-02-07 16:21:43 -06:00
tests Fix panic in ProgramTestContext::warp_to_slot() when warping one slot (#22977) 2022-02-07 16:21:43 -06:00
Cargo.toml chore: bump serde from 1.0.134 to 1.0.136 (#22817) 2022-01-28 12:20:37 -07:00