solana-with-rpc-optimizations/accounts-db/src
Alexander Meißner a8be70fa7a
General cleanup (#32980)
* Fixes `cargo::` in build.rs

* Fixes overshadowing reexports.

* Removes unnecessary `as *const u8`.

* Removes unnecessary `.into_iter()`.

* cargo clippy
2023-08-24 21:44:19 +02:00
..
account_storage
accounts_db
append_vec Bump rand to 0.8, rand_chacha to 0.3, getrandom to 0.2 (#32871) 2023-08-21 19:11:21 +02:00
epoch_accounts_hash
tiered_storage General cleanup (#32980) 2023-08-24 21:44:19 +02:00
account_info.rs
account_overrides.rs
account_rent_state.rs
account_storage.rs General cleanup (#32980) 2023-08-24 21:44:19 +02:00
accounts.rs Add docs to load_by_program_slot() (#32896) 2023-08-18 19:11:42 -04:00
accounts_cache.rs Fix write cache size grow/shrink bug (#32788) 2023-08-14 10:11:09 -07:00
accounts_db.rs General cleanup (#32980) 2023-08-24 21:44:19 +02:00
accounts_file.rs
accounts_hash.rs update comment (#32919) 2023-08-21 10:04:37 -07:00
accounts_index.rs Bump rand to 0.8, rand_chacha to 0.3, getrandom to 0.2 (#32871) 2023-08-21 19:11:21 +02:00
accounts_index_storage.rs
accounts_partition.rs
accounts_update_notifier_interface.rs
active_stats.rs
ancestors.rs
ancient_append_vecs.rs Bump rand to 0.8, rand_chacha to 0.3, getrandom to 0.2 (#32871) 2023-08-21 19:11:21 +02:00
append_vec.rs General cleanup (#32980) 2023-08-24 21:44:19 +02:00
blockhash_queue.rs
bucket_map_holder.rs
bucket_map_holder_stats.rs
cache_hash_data.rs Bump rand to 0.8, rand_chacha to 0.3, getrandom to 0.2 (#32871) 2023-08-21 19:11:21 +02:00
cache_hash_data_stats.rs refactor cache hash data stats (#32884) 2023-08-18 09:24:59 -07:00
contains.rs
epoch_accounts_hash.rs
hardened_unpack.rs Bump rand to 0.8, rand_chacha to 0.3, getrandom to 0.2 (#32871) 2023-08-21 19:11:21 +02:00
in_mem_accounts_index.rs Bump rand to 0.8, rand_chacha to 0.3, getrandom to 0.2 (#32871) 2023-08-21 19:11:21 +02:00
inline_spl_token.rs
inline_spl_token_2022.rs
lib.rs
nonce_info.rs
partitioned_rewards.rs
pubkey_bins.rs
read_only_accounts_cache.rs Bump rand to 0.8, rand_chacha to 0.3, getrandom to 0.2 (#32871) 2023-08-21 19:11:21 +02:00
rent_collector.rs
rent_debits.rs
rolling_bit_field.rs
secondary_index.rs
shared_buffer_reader.rs
sorted_storages.rs General cleanup (#32980) 2023-08-24 21:44:19 +02:00
stake_rewards.rs Bump rand to 0.8, rand_chacha to 0.3, getrandom to 0.2 (#32871) 2023-08-21 19:11:21 +02:00
storable_accounts.rs
tiered_storage.rs TieredStorage struct (5/N) -- tests for write_accounts (#32850) 2023-08-18 11:29:53 -07:00
transaction_error_metrics.rs
transaction_results.rs
verify_accounts_hash_in_background.rs
waitable_condvar.rs