solana/accounts-db/src
GroovieGermanikus 0432ba384f
Merge tag 'v2.0.18' into v2.0.18_mango_rpc_optimizations
2024-12-06 09:59:11 +01:00
..
account_storage Removes StoredAccountMeta::set_meta() (#703) 2024-04-29 17:58:37 -04:00
accounts_db typo fixes (#1795) 2024-06-20 11:42:31 -05:00
accounts_index clippy: Automated fixes for Rust 1.77.0 (#390) 2024-03-22 13:48:46 -04:00
append_vec refactor file version of get_account_shared_data (#1712) 2024-06-13 14:08:45 -05:00
epoch_accounts_hash
rolling_bit_field clippy: accounts-db lints (#34628) 2024-01-03 14:17:12 +00:00
tiered_storage deps: Use bytemuck_derive explicitly instead of "derive" feature on bytemuck (#1799) 2024-06-21 12:50:36 +02:00
account_info.rs [TieredStorage] Make TieredStorage's Offset compatible with AccountsDB's offset (#74) 2024-04-01 16:26:41 -05:00
account_storage.rs add `reopen_storage_as_readonly_shrinking_in_progress_ok` (#1298) 2024-05-17 11:32:37 -05:00
accounts.rs RPC: add method getProgramAccountsCompressed 2024-12-05 23:28:23 +01:00
accounts_cache.rs accounts-db/write-cache: fix memory consistence ordering for max_flush_root (#1490) 2024-05-28 12:51:52 -05:00
accounts_db.rs v2.0: Marks old storages as dirty and uncleaned in clean_accounts() (backport of #3737) (#3747) 2024-11-25 15:27:59 -05:00
accounts_file.rs file based append vecs (#1394) 2024-06-12 15:26:47 -05:00
accounts_hash.rs deps: Use bytemuck_derive explicitly instead of "derive" feature on bytemuck (#1799) 2024-06-21 12:50:36 +02:00
accounts_index.rs ScanConfig defaults no longer sort results (#1539) 2024-06-14 08:27:33 -04:00
accounts_index_storage.rs Moves in_mem_accounts_index.rs into accounts_index directory (#35360) 2024-02-29 06:51:18 -05:00
accounts_partition.rs clippy: fix legacy_numeric_constants (#1314) 2024-05-15 11:29:19 +08:00
accounts_update_notifier_interface.rs Remove RwLock on AccountsUpdateNotifier (#33960) 2023-11-06 14:03:25 -08:00
active_stats.rs
ancestors.rs Make solana-frozen-abi optional in all remaining crates (#1278) 2024-05-17 14:42:58 +02:00
ancient_append_vecs.rs add stats for ancient bytes_from_newest_storages (#1802) 2024-06-21 19:52:15 +00:00
append_vec.rs refactor file version of get_account_shared_data (#1712) 2024-06-13 14:08:45 -05:00
blockhash_queue.rs refactor: get hash info for tx (#1480) 2024-05-24 14:08:08 -04:00
bucket_map_holder.rs typo fixes (#1795) 2024-06-20 11:42:31 -05:00
bucket_map_holder_stats.rs Adds AtomicAge to bucket map holder (#33841) 2023-10-25 10:47:21 -04:00
buffered_reader.rs typo fixes (#1795) 2024-06-20 11:42:31 -05:00
cache_hash_data.rs v2.0: Flushes hash cache data file's mmap after done writing (backport of #2567) (#2575) 2024-08-14 17:26:37 -04:00
cache_hash_data_stats.rs v2.0: Flushes hash cache data file's mmap after done writing (backport of #2567) (#2575) 2024-08-14 17:26:37 -04:00
contains.rs Adds `S` to HashMap/HashSet impls of Contains (#33973) 2023-11-08 15:08:33 -05:00
epoch_accounts_hash.rs Updates frozen abi test for bank snapshot serialization (#1544) 2024-05-30 15:03:38 -04:00
file_io.rs accounts-db: get rid of const in tests (#1732) 2024-06-14 09:37:53 -05:00
hardened_unpack.rs v2.0: Improves panic message if send() fails in streaming_unpack_snapshot() (backport of #2459) (#2464) 2024-08-16 17:53:14 -04:00
lib.rs Adds accounts-hash-cache-tool to inspect accounts hash cache files (#1731) 2024-06-13 16:16:42 -04:00
partitioned_rewards.rs Simd 118: replace calculation-blocks config value with constant (#1251) 2024-05-09 19:59:36 -06:00
pubkey_bins.rs
read_only_accounts_cache.rs Add load_account_with() API to allow a callback to control whether to insert the loaded account into read_cache. (#1350) 2024-05-16 16:10:03 +00:00
rolling_bit_field.rs Make solana-frozen-abi optional in all remaining crates (#1278) 2024-05-17 14:42:58 +02:00
secondary_index.rs Fixes race in RwLockSecondaryIndexEntry::insert_if_not_exists() (#815) 2024-04-15 14:52:20 -04:00
shared_buffer_reader.rs
sorted_storages.rs [TieredStorage] enum-based AccountsFileProvider (#457) 2024-04-01 20:54:45 +00:00
stake_rewards.rs Make solana-frozen-abi optional in all remaining crates (#1278) 2024-05-17 14:42:58 +02:00
storable_accounts.rs cache storage lookup during shrink and ancient (#973) 2024-04-23 11:51:37 -05:00
tiered_storage.rs Flushes tiered storage files explicitly after writing (#1276) 2024-05-13 12:55:17 -04:00
utils.rs Moves the async deleter code to accounts-db (#35040) 2024-02-02 09:21:26 -05: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