diff --git a/Cargo.toml b/Cargo.toml index b31d826..69a0222 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -117,15 +117,12 @@ wasm-bindgen-rayon = { git = "https://github.com/9SMTM6/wasm-bindgen-rayon", rev shardtree = { git = "https://github.com/ec2/incrementalmerkletree.git", rev = "16eff253ad2575d48feec04f7387e6507a7dd698" } incrementalmerkletree = { git = "https://github.com/ec2/incrementalmerkletree.git", rev = "16eff253ad2575d48feec04f7387e6507a7dd698" } -[patch.'https://github.com/ec2/wasm_thread'] -wasm_thread = { path = "../wasm_thread" } - -[patch.'https://github.com/chainsafe/librustzcash'] -zcash_address = { path = "../librustzcash/components/zcash_address" } -zcash_client_backend = { path = "../librustzcash/zcash_client_backend" } -zcash_client_sqlite = { path = "../librustzcash/zcash_client_sqlite" } -zcash_client_memory = { path = "../librustzcash/zcash_client_memory" } -zcash_keys = { path = "../librustzcash/zcash_keys" } -zcash_primitives = { path = "../librustzcash/zcash_primitives" } -zcash_proofs = { path = "../librustzcash/zcash_proofs" } -zcash_protocol = { path = "../librustzcash/components/zcash_protocol" } +#[patch.'https://github.com/chainsafe/librustzcash'] +#zcash_address = { path = "../librustzcash/components/zcash_address" } +#zcash_client_backend = { path = "../librustzcash/zcash_client_backend" } +#zcash_client_sqlite = { path = "../librustzcash/zcash_client_sqlite" } +#zcash_client_memory = { path = "../librustzcash/zcash_client_memory" } +#zcash_keys = { path = "../librustzcash/zcash_keys" } +#zcash_primitives = { path = "../librustzcash/zcash_primitives" } +#zcash_proofs = { path = "../librustzcash/zcash_proofs" } +#zcash_protocol = { path = "../librustzcash/components/zcash_protocol" } diff --git a/justfile b/justfile index 1a1b854..7a7fca2 100644 --- a/justfile +++ b/justfile @@ -33,7 +33,7 @@ check: alias cw := check-wasm check-wasm: - cargo check --no-default-features --features="wasm-parallel sync3 wasm" --target=wasm32-unknown-unknown + cargo check --no-default-features --features="wasm-parallel wasm" --target=wasm32-unknown-unknown # run a local proxy to the mainnet lightwalletd server on port 443 run-proxy: