solana/core
behzad nouri 5a9896706c
indexes epoch slots in crds table (#15459)
ClusterInfo::get_epoch_slots_since scans the entire crds table to obtain
epoch-slots inserted since a timestamp:
https://github.com/solana-labs/solana/blob/013daa8f4/core/src/cluster_info.rs#L1245-L1262
The alternative is to index epoch-slots in crds table ordered by their
insert timestamp.
2021-02-26 14:12:04 +00:00
..
benches Add max retransmit and shred insert slot (#15475) 2021-02-23 13:06:33 -08:00
src indexes epoch slots in crds table (#15459) 2021-02-26 14:12:04 +00:00
tests Pacify clippy 2021-02-19 20:08:41 -08:00
.gitignore tmp dirs target to farf (#5079) 2019-07-12 18:28:42 -07:00
Cargo.toml RPC: Improve snapshot path sanitization 2021-02-20 13:06:07 -08:00
build.rs Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00