Skip to content

Commit

Permalink
update cargo and justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ec2 committed Oct 1, 2024
1 parent 3eae93e commit a5e45b5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
21 changes: 9 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a5e45b5

Please sign in to comment.