solana/program-test/tests
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
..
builtins.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
cpi.rs
fuzz.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
return_data.rs Impl get_/set_return_data syscalls for ProgramTest (#22647) 2022-01-21 17:05:48 -07:00
sysvar.rs Feature disable fees sysvar (#18981) 2021-08-02 00:31:11 +00:00
warp.rs Fix panic in ProgramTestContext::warp_to_slot() when warping one slot (#22977) 2022-02-07 16:21:43 -06:00