solana/ledger/src
Tyera Eulberg 6e9deaf1bd
Move block-time caching earlier (#17109)
* Require that blockstore block-time only be recognized slot, instead of root

* Move cache_block_time to after Bank freeze

* Single use statement

* Pass transaction_status_sender by reference

* Remove unnecessary slot-existence check before caching block time altogether

* Move block-time existence check into Blockstore::cache_block_time, Blockstore no longer needed in blockstore_processor helper
2021-05-10 13:14:56 -06:00
..
blockstore Convert blockstore TransactionStatus column family to protobufs (#15733) 2021-03-05 09:05:35 -07:00
ancestor_iterator.rs
bank_forks_utils.rs Move block-time caching earlier (#17109) 2021-05-10 13:14:56 -06:00
bigtable_upload.rs Rpc: enable getConfirmedBlock and getConfirmedTransaction to return confirmed (not yet finalized) data (#16142) 2021-03-26 16:47:35 -06:00
block_error.rs Lower blockstore processor error severity (#15578) 2021-03-01 14:57:37 -08:00
blockstore.rs Move block-time caching earlier (#17109) 2021-05-10 13:14:56 -06:00
blockstore_db.rs clippy 2021-04-18 20:55:02 -07:00
blockstore_meta.rs removes first_coding_index from erasure recovery code (#16646) 2021-04-23 12:00:37 +00:00
blockstore_processor.rs Move block-time caching earlier (#17109) 2021-05-10 13:14:56 -06:00
builtins.rs
entry.rs Revert "Add limit and shrink policy for recycler (#15320)" 2021-04-18 19:29:24 +00:00
erasure.rs expands number of erasure coding shreds in the last batch in slots (#16484) 2021-04-21 12:47:50 +00:00
genesis_utils.rs
leader_schedule.rs clippy 2021-04-18 20:55:02 -07:00
leader_schedule_cache.rs Simplify some pattern-matches (#16402) 2021-04-08 12:40:37 -06:00
leader_schedule_utils.rs rpc: add getSlotLeaders method (#16057) 2021-03-23 17:48:54 +00:00
lib.rs
next_slots_iterator.rs
poh.rs Throttle PoH ticks by cumulative slot time (#16139) 2021-03-26 18:54:16 +00:00
rooted_slot_iterator.rs
shred.rs removes position field in coding-shred-header 2021-05-10 13:20:56 +00:00
sigverify_shreds.rs Revert "Add limit and shrink policy for recycler (#15320)" 2021-04-18 19:29:24 +00:00
staking_utils.rs Account->AccountSharedData (#15691) 2021-03-09 15:06:07 -06:00