solana-with-rpc-optimizations/ledger/src
Justin Starry 5f74fc4f16
Update genesis processing to have a fallback collector id for tests (#34135)
* Update genesis processing to have a fallback collector id for tests

* DCOU-ify the collector id for tests parameter (#1902)

* wrap test_collector_id in DCOU

* rename param to collector_id_for_tests

* fix program test

* fix dcou

---------

Co-authored-by: Brooks <brooks@prumo.org>
2024-01-10 08:34:41 +08:00
..
blockstore clippy: Replaces .get(0) with .first() (#34048) 2023-11-13 17:22:17 -05:00
shred makes last erasure batch size >= 64 shreds (#34330) 2023-12-13 06:48:00 +00:00
ancestor_iterator.rs plumbs through flag to generate merkle variant of shreds 2022-09-23 16:45:18 +00:00
bank_forks_utils.rs Bubble up errors in bank_fork_utils instead of exiting process (#34277) 2023-11-30 16:35:59 -06:00
bigtable_delete.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
bigtable_upload.rs storage-bigtable: Upload entries (#34099) 2023-11-28 11:47:22 -07:00
bigtable_upload_service.rs BigtableUploadService: increment start_slot to prevent rechecks (#33870) 2023-10-26 09:21:20 -06:00
block_error.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
blockstore.rs Adjust blockstore open logs to say blockstore instead of database (#34672) 2024-01-05 21:23:39 -06:00
blockstore_cleanup_service.rs Fix typos (#34459) 2023-12-21 13:06:00 -07:00
blockstore_db.rs Allow Blockstore to open unknown columns (#34174) 2023-11-30 13:24:56 -06:00
blockstore_meta.rs blockstore: populate duplicate shred proofs for merkle root conflicts (#34270) 2024-01-03 12:15:52 -05:00
blockstore_metric_report_service.rs Condense Blockstore RPC API datapoints (#34045) 2023-11-14 12:19:14 -06:00
blockstore_metrics.rs Condense Blockstore RPC API datapoints (#34045) 2023-11-14 12:19:14 -06:00
blockstore_options.rs ledger-tool: Add flag to ignore open file descriptor limit error (#32624) 2023-07-27 11:50:45 -05:00
blockstore_processor.rs Update genesis processing to have a fallback collector id for tests (#34135) 2024-01-10 08:34:41 +08:00
entry_notifier_interface.rs Geyser: add starting entry to ReplicaEntryInfo(V2) (#33963) 2023-11-14 09:49:26 -07:00
entry_notifier_service.rs Geyser: add starting entry to ReplicaEntryInfo(V2) (#33963) 2023-11-14 09:49:26 -07:00
genesis_utils.rs
leader_schedule.rs Bump rand to 0.8, rand_chacha to 0.3, getrandom to 0.2 (#32871) 2023-08-21 19:11:21 +02:00
leader_schedule_cache.rs Use BankForks on tests - Part 4 (#34271) 2023-12-06 13:32:04 -03:00
leader_schedule_utils.rs
lib.rs Move and rename ledger services from core to ledger (#33947) 2023-11-08 11:58:31 -06:00
next_slots_iterator.rs
rooted_slot_iterator.rs preliminaries for bumping nightly to 2023-08-25 (#33047) 2023-08-29 23:05:35 +00:00
shred.rs adds feature gated code to drop legacy shreds (#34328) 2023-12-06 22:47:46 +00:00
shredder.rs makes last erasure batch size >= 64 shreds (#34330) 2023-12-13 06:48:00 +00:00
sigverify_shreds.rs removes outdated matches crate from dependencies (#33172) 2023-09-07 12:52:57 +00:00
slot_stats.rs Bump bitflags from 1.3.2 to 2.3.3 (#32438) 2023-07-24 12:56:55 +00:00
staking_utils.rs Split vote related code from runtime to its own crate (#32882) 2023-09-19 10:46:37 -07:00
token_balances.rs spl: Bump token-2022 and friends (#33453) 2023-09-29 19:12:06 +02:00
transaction_address_lookup_table_scanner.rs Manually add lookup table addresses instead of sanitizing (#33273) 2023-10-04 08:04:43 -07:00
use_snapshot_archives_at_startup.rs Adds newline to fastboot's CLI help (#34712) 2024-01-09 15:28:39 -05:00