solana/runtime/src/bank
behzad nouri 4ec5ea6f7b
replaces assert!(matches!(...)) with assert_matches!(...) (#33068)
assert_matches!(...) provides more informative error message when it
fails and it is part of nightly rust:
https://doc.rust-lang.org/std/assert_matches/macro.assert_matches.html
2023-08-30 13:48:27 -04: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 replaces assert!(matches!(...)) with assert_matches!(...) (#33068) 2023-08-30 13:48:27 -04:00
transaction_account_state_info.rs Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00