solana/runtime/src/bank
Pankaj Garg 9d42cd7efe
Initialize fork graph in program cache during bank_forks creation (#33810)
* Initialize fork graph in program cache during bank_forks creation

* rename BankForks::new to BankForks::new_rw_arc

* fix compilation

* no need to set fork_graph on insert()

* fix partition tests
2023-10-23 09:32:41 -07:00
..
address_lookup_table.rs Refactor - Move interfaces of address-lookup-table into the program SDK (#33165) 2023-09-11 21:10:40 +02:00
bank_hash_details.rs Adds AccountHash newtype (#33597) 2023-10-09 16:00:52 -04: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
replace_account.rs Bank: Add function to replace empty account with upgradeable program on feature activation (#32783) 2023-10-04 19:54:59 +02:00
serde_snapshot.rs Adds `--no-skip-initial-accounts-db-clean` *hidden* CLI flag (#33664) 2023-10-12 13:32:40 -04:00
sysvar_cache.rs Remove improper uses of &Arc<Bank> (#32802) 2023-08-18 16:46:34 -05:00
tests.rs Initialize fork graph in program cache during bank_forks creation (#33810) 2023-10-23 09:32:41 -07:00
transaction_account_state_info.rs Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00