solana/program-test/tests
Tyera Eulberg 637e366b18
Prevent rent-paying account creation (#22292)
* Fixup typo

* Add new feature

* Add new TransactionError

* Add framework for checking account state before and after transaction processing

* Fail transactions that leave new rent-paying accounts

* Only check rent-state of writable tx accounts

* Review comments: combine process_result success behavior; log and metrics before feature activation

* Fix tests that assume rent-exempt accounts are okay

* Remove test no longer relevant

* Remove native/sysvar special case

* Move metrics submission to report legacy->legacy rent paying transitions as well
2022-01-11 11:32:25 -07:00
..
builtins.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
cpi.rs Cleanup use (#16327) 2021-04-02 08:54:09 -07:00
fuzz.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
sysvar.rs Feature disable fees sysvar (#18981) 2021-08-02 00:31:11 +00:00
warp.rs Prevent rent-paying account creation (#22292) 2022-01-11 11:32:25 -07:00