solana/ledger-tool
steviez 9f1f64e384
Cleanup ledger-tool analyze-storage command (#22310)
* Make ledger-tool analyze-storage use Blockstore::open()

Opening a large ledger may require setting a larger open file descriptor
limit. Blockstore::open() does this whereas the underlying Database
object that analyze-storage was opening does not.

* Move key_size call lookup to take advantage of traits

* Fix typo where analyze worked on wrong column

* Make analyze-storage analyze all columns
2022-01-06 23:40:02 -06:00
..
src Cleanup ledger-tool analyze-storage command (#22310) 2022-01-06 23:40:02 -06:00
tests Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
.gitignore tmp dirs target to farf (#5079) 2019-07-12 18:28:42 -07:00
Cargo.toml Bump serde_json from 1.0.73 to 1.0.74 (#22231) 2022-01-03 10:36:59 -07:00