solana/ledger/src
Tyera Eulberg ab581dafc2
Add block height to ConfirmedBlock structs (#17523)
* Add BlockHeight CF to blockstore

* Rename CacheBlockTimeService to be more general

* Cache block-height using service

* Fixup previous proto mishandling

* Add block_height to block structs

* Add block-height to solana block

* Fallback to BankForks if block time or block height are not yet written to Blockstore

* Add docs

* Review comments
2021-05-26 22:16:16 -06:00
..
blockstore Upgrade Rust to 1.52.0 (#17096) 2021-05-19 09:31:47 -05:00
ancestor_iterator.rs
bank_forks_utils.rs Add block height to ConfirmedBlock structs (#17523) 2021-05-26 22:16:16 -06:00
bigtable_upload.rs
block_error.rs
blockstore.rs Add block height to ConfirmedBlock structs (#17523) 2021-05-26 22:16:16 -06:00
blockstore_db.rs Add block height to ConfirmedBlock structs (#17523) 2021-05-26 22:16:16 -06:00
blockstore_meta.rs Purge slots greater than new last index (#16071) 2021-05-26 16:12:57 -07:00
blockstore_processor.rs Add block height to ConfirmedBlock structs (#17523) 2021-05-26 22:16:16 -06:00
builtins.rs
entry.rs Upgrade Rust to 1.52.0 (#17096) 2021-05-19 09:31:47 -05:00
erasure.rs
genesis_utils.rs
leader_schedule.rs
leader_schedule_cache.rs
leader_schedule_utils.rs
lib.rs Upgrade Rust to 1.52.0 (#17096) 2021-05-19 09:31:47 -05:00
next_slots_iterator.rs
poh.rs Upgrade Rust to 1.52.0 (#17096) 2021-05-19 09:31:47 -05:00
rooted_slot_iterator.rs
shred.rs
sigverify_shreds.rs Fix clippy (#17214) 2021-05-13 17:51:36 -05:00
staking_utils.rs