solana/runtime/src
Brooks Prumo 5440c1d2e1
SnapshotPackagerService pushes incremental snapshot hashes to CRDS (#20442)
Now that CRDS supports incremental snapshot hashes,
SnapshotPackagerService needs to push 'em!

This commit does two main things:

1. SnapshotPackagerService now knows about incremental snapshot hashes,
   and will push SnapshotPackage::IncrementalSnapshot hashes to CRDS.
2. At startup, when loading from a full + incremental snapshot, the
   hashes need to be passed all the way to SnapshotPackagerService so it
   can push these starting hashes to CRDS.  Those values have been piped
   through.

Fixes #20441 and #20423
2021-10-08 15:14:56 -05:00
..
serde_snapshot Resolve nightly-2021-10-05 clippy complaints 2021-10-06 10:37:58 -07:00
accounts.rs Resolve nightly-2021-10-05 clippy complaints 2021-10-06 10:37:58 -07:00
accounts_background_service.rs Add logging after taking a bank snapshot (#19891) 2021-09-15 07:39:21 -05:00
accounts_cache.rs Accountsdb replication installment 2 (#19325) 2021-09-01 14:10:16 -07:00
accounts_db.rs improve clean stats (#20469) 2021-10-06 20:04:26 -05:00
accounts_hash.rs Resolve nightly-2021-10-05 clippy complaints 2021-10-06 10:37:58 -07:00
accounts_index.rs improve clean stats (#20469) 2021-10-06 20:04:26 -05:00
accounts_index_storage.rs allocate threads for accounts idx based on cpus (#20118) 2021-09-27 11:25:06 -05:00
accounts_update_notifier_interface.rs AccountsDb plugin framework (#20047) 2021-09-30 14:26:17 -07:00
ancestors.rs
append_vec.rs Upgrade to Rust 1.55.0 2021-10-06 17:48:58 -07:00
bank.rs Refactor: process_instruction() (#20448) 2021-10-08 11:41:07 +02:00
bank_client.rs Store versioned transactions in the ledger, disabled by default (#19139) 2021-08-17 15:17:56 -07:00
bank_forks.rs
bank_utils.rs Store versioned transactions in the ledger, disabled by default (#19139) 2021-08-17 15:17:56 -07:00
blockhash_queue.rs
bloom.rs
bucket_map_holder.rs AcctIdx: sleep thread when enough threads are running to complete the remaining work (#20446) 2021-10-05 16:48:23 -05:00
bucket_map_holder_stats.rs AcctIdx: stats for buckets on disk, add median (#20528) 2021-10-08 13:58:38 -05:00
builtins.rs Refactor: process_instruction() (#20448) 2021-10-08 11:41:07 +02:00
cache_hash_data.rs cache account hash info (#19426) 2021-09-13 20:39:26 -05:00
cache_hash_data_stats.rs cache account hash info (#19426) 2021-09-13 20:39:26 -05:00
commitment.rs
contains.rs
epoch_stakes.rs implements copy-on-write for vote-accounts (#19362) 2021-08-30 15:54:01 +00:00
genesis_utils.rs
hardened_unpack.rs change untar to use unpack instead of unpack_in (#19216) 2021-08-18 15:49:02 -05:00
in_mem_accounts_index.rs AcctIdx: avoid overcounting inserts (#20544) 2021-10-08 13:57:47 -05:00
inline_spl_token_v2_0.rs
instruction_recorder.rs Store versioned transactions in the ledger, disabled by default (#19139) 2021-08-17 15:17:56 -07:00
lib.rs SnapshotPackagerService pushes incremental snapshot hashes to CRDS (#20442) 2021-10-08 15:14:56 -05:00
loader_utils.rs
log_collector.rs
message_processor.rs Refactor: process_instruction() (#20448) 2021-10-08 11:41:07 +02:00
neon_evm_program.rs
non_circulating_supply.rs
pubkey_bins.rs add lowest_pubkey_from_bin (#19617) 2021-09-04 02:20:55 +00:00
read_only_accounts_cache.rs
rent_collector.rs add comment (#19705) 2021-09-08 19:25:20 -05:00
secondary_index.rs
serde_snapshot.rs AccountsDb plugin framework (#20047) 2021-09-30 14:26:17 -07:00
shared_buffer_reader.rs
snapshot_archive_info.rs
snapshot_config.rs Call `Bank::update_accounts_hash()` before taking bank snapshot (#19765) 2021-09-13 08:27:50 -05:00
snapshot_hash.rs SnapshotPackagerService pushes incremental snapshot hashes to CRDS (#20442) 2021-10-08 15:14:56 -05:00
snapshot_package.rs Make background services aware of incremental snapshots (#19401) 2021-08-31 18:33:27 -05:00
snapshot_utils.rs Resolve nightly-2021-10-05 clippy complaints 2021-10-06 10:37:58 -07:00
sorted_storages.rs
stake_weighted_timestamp.rs
stakes.rs Optimize stakes cache and rewards at epoch boundaries (#20432) 2021-10-06 00:53:26 -04:00
status_cache.rs
system_instruction_processor.rs Refactor: process_instruction() (#20448) 2021-10-08 11:41:07 +02:00
transaction_batch.rs Store versioned transactions in the ledger, disabled by default (#19139) 2021-08-17 15:17:56 -07:00
vote_account.rs Optimize stakes cache and rewards at epoch boundaries (#20432) 2021-10-06 00:53:26 -04:00
vote_sender_types.rs
waitable_condvar.rs WaitableCondVar supports notify_one (#20013) 2021-09-20 09:57:57 -05:00