Skip to content

Commit

Permalink
feat: extend update_tree_r_cache command with new features (#1175)
Browse files Browse the repository at this point in the history
* feat: extend update_tree_r_cache command with new features

Added are 'inspect' and 'verify' options.  Inspect makes sure the cache
is consistent with itself and verify rebuilds trees and then verifies
against the cached data (which can detect an error in the replica data).

* feat: re-factor and simplify
* fix: apply review feedback
  • Loading branch information
cryptonemo authored Jun 23, 2020
1 parent 6383bb4 commit d212217
Show file tree
Hide file tree
Showing 3 changed files with 364 additions and 43 deletions.
1 change: 1 addition & 0 deletions fil-proofs-tooling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ rayon = "1.3.0"
flexi_logger = "0.14.7"
typenum = "1.11.2"
generic-array = "0.13.2"
tempdir = "0.3.7"

[features]
default = ["gpu", "measurements"]
Expand Down
Loading

0 comments on commit d212217

Please sign in to comment.