@@ -107,9 +107,9 @@ uuid = { version = "1.2.2", features = ["fast-rng", "serde", "v4"] }
107107# We don't need the default web3 features at all since we added our own web3 transport using shared HYPER instance.
108108web3 = { git = " https://github.com/KomodoPlatform/rust-web3" , tag = " v0.19.0" , default-features = false }
109109zbase32 = " 0.1.2"
110- zcash_client_backend = { git = " https://github.com/KomodoPlatform/librustzcash.git" , tag = " k-1.3 .0" }
111- zcash_primitives = { features = [ " transparent-inputs " ], git = " https://github.com/KomodoPlatform/librustzcash.git" , tag = " k-1.3 .0" }
112- zcash_proofs = { git = " https://github.com/KomodoPlatform/librustzcash.git" , tag = " k-1.3 .0" }
110+ zcash_client_backend = { git = " https://github.com/KomodoPlatform/librustzcash.git" , tag = " k-1.4 .0" }
111+ zcash_extras = { git = " https://github.com/KomodoPlatform/librustzcash.git" , tag = " k-1.4 .0" }
112+ zcash_primitives = { features = [ " transparent-inputs " ], git = " https://github.com/KomodoPlatform/librustzcash.git" , tag = " k-1.4 .0" }
113113
114114[target .'cfg(all(not(target_os = "ios"), not(target_os = "android"), not(target_arch = "wasm32")))' .dependencies ]
115115bincode = { version = " 1.3.3" , default-features = false , optional = true }
@@ -121,15 +121,23 @@ spl-token = { version = "3", optional = true }
121121spl-associated-token-account = { version = " 1" , optional = true }
122122
123123[target .'cfg(target_arch = "wasm32")' .dependencies ]
124+ blake2b_simd = " 0.5"
125+ ff = " 0.8"
126+ futures-util = " 0.3"
124127instant = " 0.1.12"
128+ jubjub = " 0.5.1"
125129js-sys = { version = " 0.3.27" }
126130mm2_db = { path = " ../mm2_db" }
127131mm2_metamask = { path = " ../mm2_metamask" }
128132mm2_test_helpers = { path = " ../mm2_test_helpers" }
133+ time = { version = " 0.3.20" , features = [" wasm-bindgen" ] }
134+ tonic = { version = " 0.7" , default-features = false , features = [" prost" , " codegen" , " compression" ] }
135+ tower-service = " 0.3"
129136wasm-bindgen = " 0.2.86"
130137wasm-bindgen-futures = { version = " 0.4.1" }
131138wasm-bindgen-test = { version = " 0.3.2" }
132139web-sys = { version = " 0.3.55" , features = [" console" , " Headers" , " Request" , " RequestInit" , " RequestMode" , " Response" , " Window" ] }
140+ zcash_proofs = { git = " https://github.com/KomodoPlatform/librustzcash.git" , tag = " k-1.4.0" , default-features = false , features = [" local-prover" ] }
133141
134142[target .'cfg(not(target_arch = "wasm32"))' .dependencies ]
135143dirs = { version = " 1" }
@@ -151,14 +159,18 @@ tokio = { version = "1.20" }
151159tokio-rustls = { version = " 0.23" }
152160tonic = { version = " 0.7" , features = [" tls" , " tls-webpki-roots" , " compression" ] }
153161webpki-roots = { version = " 0.22" }
154- zcash_client_sqlite = { git = " https://github.com/KomodoPlatform/librustzcash.git" , tag = " k-1.3.0" }
162+ zcash_client_sqlite = { git = " https://github.com/KomodoPlatform/librustzcash.git" , tag = " k-1.4.0" }
163+ zcash_proofs = { git = " https://github.com/KomodoPlatform/librustzcash.git" , tag = " k-1.4.0" , default-features =false , features = [" local-prover" , " multicore" ] }
155164
156165[target .'cfg(windows)' .dependencies ]
157166winapi = " 0.3"
158167
159168[dev-dependencies ]
160169mm2_test_helpers = { path = " ../mm2_test_helpers" }
161170
171+ [target .'cfg(target_arch = "wasm32")' .dev-dependencies ]
172+ wagyu-zcash-parameters = { version = " 0.2" }
173+
162174[build-dependencies ]
163175prost-build = { version = " 0.10.4" , default-features = false }
164- tonic-build = { version = " 0.7" , features = [" prost" , " compression" ] }
176+ tonic-build = { version = " 0.7" , default-features = false , features = [" prost" , " compression" ] }
0 commit comments