solana/core
Sagar Dhawan 6ad9dc18d8
Add ability to prune ledger (#5128)
* Add utility to prune the ledger

* Add tests

* Fix clippy

* Fix off by one

* Rework to force delete every column

* Minor fixup
2019-07-17 14:42:29 -07:00
..
benches Reduce banking_stage bench copy-paste code and fix programs bench (#4926) 2019-07-16 18:28:18 -07:00
src Add ability to prune ledger (#5128) 2019-07-17 14:42:29 -07:00
tests Fix stake pruning test (#5124) 2019-07-16 13:20:03 -04:00
.gitignore tmp dirs target to farf (#5079) 2019-07-12 18:28:42 -07:00
Cargo.toml Bump log from 0.4.6 to 0.4.7 (#5144) 2019-07-17 09:25:57 -06:00
build.rs