solana/program-test/tests
Jon Cinque 6cc22e62d4
program-test: Fix warp and staking issue (#16002)
Since program-test creates a test genesis and then adds fees and rent,
some of the genesis accounts get rent-collected after warping.  Most
notably, `StakeConfig` gets rent-collected, causing any stake operations
to fail after warp.  This fix creates genesis with the `Rent` and
`FeeRateGovernor` actually used by the bank.
2021-03-19 14:37:13 +01:00
..
cpi.rs Deprecate Instruction::new (#15695) 2021-03-04 05:46:48 +00:00
fuzz.rs Deprecate Instruction::new (#15695) 2021-03-04 05:46:48 +00:00
warp.rs program-test: Fix warp and staking issue (#16002) 2021-03-19 14:37:13 +01:00