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
This commit is contained in:
Sagar Dhawan
2019-07-17 14:42:29 -07:00
committed by GitHub
parent 027ebb6670
commit 6ad9dc18d8
5 changed files with 179 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ license = "Apache-2.0"
homepage = "https://solana.com/"
[dependencies]
bincode = "1.1.4"
clap = "2.33.0"
serde = "1.0.94"
serde_derive = "1.0.94"