New: Add support for canopy on testnet.

This is as simple as switching to the commit in librustzcash that contains the required changes to the consensus branch id that will be used when sending funds on testnet.
This commit is contained in:
Kevin Gorham 2020-08-13 21:02:53 -04:00
parent 816d1afbb3
commit 4707e97bfd
No known key found for this signature in database
GPG Key ID: CCA55602DF49FC38
1 changed files with 6 additions and 6 deletions

View File

@ -25,27 +25,27 @@ tls-api-rustls = { version = "0.1", optional = true }
[dependencies.ff]
git = "https://github.com/zcash/librustzcash.git"
rev = "f55f094ef69c2caeaa941bcf851dac8cb5fa9942"
rev = "18b1ce7401184e86031e6d7ddefa7c8d36929296"
[dependencies.pairing]
git = "https://github.com/zcash/librustzcash.git"
rev = "f55f094ef69c2caeaa941bcf851dac8cb5fa9942"
rev = "18b1ce7401184e86031e6d7ddefa7c8d36929296"
[dependencies.zcash_client_backend]
git = "https://github.com/zcash/librustzcash.git"
rev = "f55f094ef69c2caeaa941bcf851dac8cb5fa9942"
rev = "18b1ce7401184e86031e6d7ddefa7c8d36929296"
[dependencies.zcash_client_sqlite]
git = "https://github.com/zcash/librustzcash.git"
rev = "f55f094ef69c2caeaa941bcf851dac8cb5fa9942"
rev = "18b1ce7401184e86031e6d7ddefa7c8d36929296"
[dependencies.zcash_primitives]
git = "https://github.com/zcash/librustzcash.git"
rev = "f55f094ef69c2caeaa941bcf851dac8cb5fa9942"
rev = "18b1ce7401184e86031e6d7ddefa7c8d36929296"
[dependencies.zcash_proofs]
git = "https://github.com/zcash/librustzcash.git"
rev = "f55f094ef69c2caeaa941bcf851dac8cb5fa9942"
rev = "18b1ce7401184e86031e6d7ddefa7c8d36929296"
#[patch.'https://github.com/zcash/librustzcash.git']
#ff = { path = '../../clones/librustzcash/ff' }