solana/runtime/src
HaoranYi e3ef0741be
simplify bank drop calls (#24142)
* simplify bank drop calls

* clippy: import

* Update ledger/src/blockstore_processor.rs

Co-authored-by: Brooks Prumo <brooks@prumo.org>

* Update runtime/src/accounts_background_service.rs

Co-authored-by: Brooks Prumo <brooks@prumo.org>

* Update runtime/src/bank.rs

Co-authored-by: Brooks Prumo <brooks@prumo.org>

* cleanup

* format

* use msb of bank_id to indicates that we are dropping

* clippy

* restore bank id

* clippy

* revert is-serialized_with_abs flag

* assert

* clippy

* whitespace

* fix bank drop callback check

* more fix

* remove msb dropping implementation

* fix

Co-authored-by: Brooks Prumo <brooks@prumo.org>
2022-04-14 08:43:54 -05:00
..
accounts_db
bank
serde_snapshot move test fn into its own mod (#24212) 2022-04-12 09:36:05 -05:00
snapshot_utils
account_info.rs
account_rent_state.rs
accounts.rs simplify bank drop calls (#24142) 2022-04-14 08:43:54 -05:00
accounts_background_service.rs simplify bank drop calls (#24142) 2022-04-14 08:43:54 -05:00
accounts_cache.rs
accounts_db.rs simplify bank drop calls (#24142) 2022-04-14 08:43:54 -05:00
accounts_hash.rs add expected_rent_collection (#24028) 2022-04-12 11:32:23 -05:00
accounts_index.rs IndexLimitMb option adds 'Unspecified' state (#24249) 2022-04-12 09:38:09 -05:00
accounts_index_storage.rs
accounts_update_notifier_interface.rs
active_stats.rs
ancestors.rs
append_vec.rs
bank.rs simplify bank drop calls (#24142) 2022-04-14 08:43:54 -05:00
bank_client.rs
bank_forks.rs
bank_utils.rs
block_cost_limits.rs
blockhash_queue.rs Add tests to the blockhash queue (#24238) 2022-04-11 19:36:24 +08:00
bucket_map_holder.rs default to disk index (#24251) 2022-04-13 09:24:50 -05:00
bucket_map_holder_stats.rs
builtins.rs
cache_hash_data.rs
cache_hash_data_stats.rs
commitment.rs
contains.rs
cost_model.rs Address review comments 2022-04-08 14:37:55 -05:00
cost_tracker.rs Address review comments 2022-04-08 14:37:55 -05:00
epoch_stakes.rs
execute_cost_table.rs
expected_rent_collection.rs add maybe_update_rent_epoch_on_load (#24294) 2022-04-13 08:55:24 -05:00
genesis_utils.rs
hardened_unpack.rs
in_mem_accounts_index.rs IndexLimitMb option adds 'Unspecified' state (#24249) 2022-04-12 09:38:09 -05:00
inline_spl_associated_token_account.rs
inline_spl_token.rs
inline_spl_token_2022.rs
lib.rs add expected_rent_collection (#24028) 2022-04-12 11:32:23 -05:00
loader_utils.rs Double the chunk size for sending the program binary data in tx 2022-04-08 09:06:40 -07:00
message_processor.rs
non_circulating_supply.rs
nonce_keyed_account.rs
pubkey_bins.rs
read_only_accounts_cache.rs
rent_collector.rs
rolling_bit_field.rs
runtime_config.rs test-validator: Add `--max-compute-units` flag (#24130) 2022-04-12 02:28:10 +02:00
secondary_index.rs
serde_snapshot.rs Add accounts-filler-size command line option (#23896) 2022-04-11 13:10:09 -05:00
shared_buffer_reader.rs
snapshot_archive_info.rs
snapshot_config.rs
snapshot_hash.rs
snapshot_package.rs remove clone (#24244) 2022-04-11 13:15:00 -05:00
snapshot_utils.rs move hash calculation out of acct bg svc (#23689) 2022-04-08 10:42:03 -05:00
sorted_storages.rs
stake_history.rs
stake_weighted_timestamp.rs
stakes.rs
status_cache.rs
storable_accounts.rs
system_instruction_processor.rs
transaction_batch.rs
transaction_cost_metrics_sender.rs
vote_account.rs
vote_parser.rs
vote_sender_types.rs
vote_transaction.rs
waitable_condvar.rs document WaitableCondvar (#24252) 2022-04-11 14:45:23 -05:00