solana/runtime/src/bank
Ryo Onodera 4fe0812f3c
Make should_panic tests compatible with 1.73+ panic format (#33099)
* Adjust should_panic tests for 1.73+ panic format

* Update more panic format change affected tests...
2023-09-01 02:04:22 +00:00
..
address_lookup_table.rs Cleanup - `add_compute_budget_program` and `versioned_tx_message_enabled` (#31560) 2023-05-10 01:14:08 +02:00
bank_hash_details.rs Add ability to output components that go into Bank hash (#32632) 2023-08-15 00:12:05 -05:00
builtin_programs.rs Move methods to get num signatures and locks to SanitizedMessage (#32489) 2023-07-14 10:59:55 -07:00
epoch_accounts_hash_utils.rs Move bank specific code out of epoch_accounts_hash/utils.rs (#32623) 2023-07-25 14:12:20 -07:00
metrics.rs removes feature-gate code for updating rewards from cached accounts (#32514) 2023-07-21 19:52:44 +00:00
serde_snapshot.rs replaces assert!(matches!(...)) with assert_matches!(...) (#33068) 2023-08-30 13:48:27 -04:00
sysvar_cache.rs Remove improper uses of &Arc<Bank> (#32802) 2023-08-18 16:46:34 -05:00
tests.rs Make should_panic tests compatible with 1.73+ panic format (#33099) 2023-09-01 02:04:22 +00:00
transaction_account_state_info.rs Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00