Rename zcash_mmr to zcash_history.

This crate will contain all chain history logic.
This commit is contained in:
Sean Bowe
2020-03-03 18:05:14 -07:00
parent 9379eec1b8
commit 5e1a2f9d3f
11 changed files with 43 additions and 33 deletions

6
Cargo.lock generated
View File

@@ -426,7 +426,7 @@ dependencies = [
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
"pairing 0.15.1",
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"zcash_mmr 0.1.0",
"zcash_history 0.0.1",
"zcash_primitives 0.1.0",
"zcash_proofs 0.1.0",
]
@@ -866,8 +866,8 @@ dependencies = [
]
[[package]]
name = "zcash_mmr"
version = "0.1.0"
name = "zcash_history"
version = "0.0.1"
dependencies = [
"assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bigint 4.4.1 (registry+https://github.com/rust-lang/crates.io-index)",