solana/accounts-db/src
Brooks 45eaa4c1a6
Removes unnecessary Accounts constructors (#34471)
2023-12-14 22:50:15 -05:00
..
account_storage Uses AccountHash in AppendVec (#33764) 2023-10-19 17:38:09 -04:00
accounts_db Refactors AccountsDb constructors (#34456) 2023-12-14 12:34:15 -05:00
append_vec sdk: put AccountSharedData::set_data() behind feature="dev-context-only-utils" (#33086) 2023-09-01 21:02:14 +07:00
epoch_accounts_hash
rolling_bit_field Adds `iter_ones()` to RollingBitField (#33956) 2023-11-06 14:06:43 -05:00
tiered_storage Adds read/write/get_pod() fns to tiered storage (#34415) 2023-12-14 13:25:25 -05:00
account_info.rs
account_overrides.rs
account_storage.rs add slot to assert message (#34225) 2023-11-28 10:29:39 -06:00
accounts.rs Removes unnecessary Accounts constructors (#34471) 2023-12-14 22:50:15 -05:00
accounts_cache.rs remove IncludeSlotInHash after feature activation on mnb (#33816) 2023-10-23 15:12:02 -07:00
accounts_db.rs Removes unnecessary Accounts constructors (#34471) 2023-12-14 22:50:15 -05:00
accounts_file.rs Move MatchAccountOwnerError from append_vec to accounts_file (#34187) 2023-11-21 10:39:56 -08:00
accounts_hash.rs Removes filler accounts (#34115) 2023-11-19 20:36:57 -05:00
accounts_index.rs Adds AtomicAge to bucket map holder (#33841) 2023-10-25 10:47:21 -04:00
accounts_index_storage.rs
accounts_partition.rs
accounts_update_notifier_interface.rs Remove RwLock on AccountsUpdateNotifier (#33960) 2023-11-06 14:03:25 -08:00
active_stats.rs
ancestors.rs
ancient_append_vecs.rs tune ancient append vec size to 128M (#34067) 2023-12-11 15:45:35 -06:00
append_vec.rs Move MatchAccountOwnerError from append_vec to accounts_file (#34187) 2023-11-21 10:39:56 -08:00
blockhash_queue.rs
bucket_map_holder.rs Adds AtomicAge to bucket map holder (#33841) 2023-10-25 10:47:21 -04:00
bucket_map_holder_stats.rs Adds AtomicAge to bucket map holder (#33841) 2023-10-25 10:47:21 -04:00
cache_hash_data.rs chunk all ancient append vecs (#33909) 2023-11-07 09:10:59 -06:00
cache_hash_data_stats.rs remove unused stats (#33213) 2023-09-11 21:03:37 +00:00
contains.rs Adds `S` to HashMap/HashSet impls of Contains (#33973) 2023-11-08 15:08:33 -05:00
epoch_accounts_hash.rs
hardened_unpack.rs Removes the "unpacked entries so far" log at startup (#33093) 2023-08-31 15:29:12 -04:00
in_mem_accounts_index.rs Adds AtomicAge to bucket map holder (#33841) 2023-10-25 10:47:21 -04:00
inline_spl_token.rs
inline_spl_token_2022.rs
lib.rs Move load_accounts to runtime (#34017) 2023-11-16 18:45:58 -03:00
nonce_info.rs
partitioned_rewards.rs Removes unnecessary #[allow(dead_code)] in partitioned rewards (#34321) 2023-12-05 15:58:11 +00:00
pubkey_bins.rs use shift for pubkey to bin calculation (#33090) 2023-08-31 15:04:25 -05:00
read_only_accounts_cache.rs update lru for read only cache if it has been long enough since last access (#32560) 2023-08-29 10:37:55 -07:00
rent_collector.rs Removes filler accounts (#34115) 2023-11-19 20:36:57 -05:00
rent_debits.rs
rolling_bit_field.rs Removes Default from RollingBitField (#33969) 2023-11-07 15:58:52 -05:00
secondary_index.rs Revert "Add an RPC API that can query the list of Top N secondary index keys and their sizes (#28887)" (#33121) 2023-09-01 14:36:06 -07:00
shared_buffer_reader.rs
sorted_storages.rs General cleanup (#32980) 2023-08-24 21:44:19 +02:00
stake_rewards.rs remove IncludeSlotInHash after feature activation on mnb (#33816) 2023-10-23 15:12:02 -07:00
storable_accounts.rs Removes `#[allow(dead_code)]` in StorableAccounts impl (#33821) 2023-10-24 18:31:27 +00:00
tiered_storage.rs [TieredStorage] OwnersBlock (#34052) 2023-11-15 01:51:13 -08:00
transaction_error_metrics.rs
transaction_results.rs Cleanup - Feature gate of `delay_visibility_of_program_deployment` (#34087) 2023-11-15 18:29:31 +01:00
verify_accounts_hash_in_background.rs Uses Display for error in VerifyAccountsHashInBackground's panic message (#34219) 2023-11-27 09:51:39 -05:00
waitable_condvar.rs