update to use u32 consensus id

This commit is contained in:
Cryptoforge
2020-10-12 15:09:14 -07:00
parent ba5411f3c9
commit ca32c63ff4
3 changed files with 1171 additions and 1183 deletions

View File

@@ -47,33 +47,33 @@ reqwest = { version = "0.10.8", features = ["blocking", "json"] }
[dependencies.bellman]
git = "https://github.com/zerocurrencycoin/librustzcash.git"
rev = "0883d7f3fc26b4f615b049151e43c112c8c7b920"
rev = "2981c4d2860f7cd73282fed885daac0323ff0280"
default-features = false
features = ["groth16", "multicore"]
[dependencies.pairing]
git = "https://github.com/zerocurrencycoin/librustzcash.git"
rev = "0883d7f3fc26b4f615b049151e43c112c8c7b920"
rev = "2981c4d2860f7cd73282fed885daac0323ff0280"
[dependencies.zcash_client_backend]
git = "https://github.com/zerocurrencycoin/librustzcash.git"
rev = "0883d7f3fc26b4f615b049151e43c112c8c7b920"
rev = "2981c4d2860f7cd73282fed885daac0323ff0280"
default-features = false
[dependencies.zcash_primitives]
git = "https://github.com/zerocurrencycoin/librustzcash.git"
rev = "0883d7f3fc26b4f615b049151e43c112c8c7b920"
rev = "2981c4d2860f7cd73282fed885daac0323ff0280"
default-features = false
features = ["transparent-inputs"]
[dependencies.zcash_proofs]
git = "https://github.com/zerocurrencycoin/librustzcash.git"
rev = "0883d7f3fc26b4f615b049151e43c112c8c7b920"
rev = "2981c4d2860f7cd73282fed885daac0323ff0280"
default-features = false
[dependencies.ff]
git = "https://github.com/zerocurrencycoin/librustzcash.git"
rev = "0883d7f3fc26b4f615b049151e43c112c8c7b920"
rev = "2981c4d2860f7cd73282fed885daac0323ff0280"
features = ["ff_derive"]
[build-dependencies]