Skip to content

Commit

Permalink
Support fo Xpub and Xprv keys
Browse files Browse the repository at this point in the history
  • Loading branch information
hhanh00 committed Oct 24, 2024
1 parent e5f6f71 commit dc6d828
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 19 deletions.
21 changes: 11 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ clap = { version = "4.5.16", features = ["derive"] }
clap-repl = "0.3.0"
console = "0.15.8"

zcash_keys = { git = "https://github.com/hhanh00/librustzcash.git", rev = "bc5c4b2e", features = ["sapling", "orchard", "test-dependencies"] }
zcash_protocol = { git = "https://github.com/hhanh00/librustzcash.git", rev = "bc5c4b2e", features = ["local-consensus"] }
zcash_client_backend = { git = "https://github.com/hhanh00/librustzcash.git", rev = "bc5c4b2e", features = [ "transparent-inputs", "orchard" ] }
zcash_primitives = { git = "https://github.com/hhanh00/librustzcash.git", rev = "bc5c4b2e", features = [ "transparent-inputs" ] }
zcash_proofs = { git = "https://github.com/hhanh00/librustzcash.git", rev = "bc5c4b2e" }
zcash_address = { git = "https://github.com/hhanh00/librustzcash.git", rev = "bc5c4b2e" }
zcash_encoding = { git = "https://github.com/hhanh00/librustzcash.git", rev = "bc5c4b2e" }
zcash_keys = { git = "https://github.com/hhanh00/librustzcash.git", rev = "ad6cf70a", features = ["sapling", "orchard", "test-dependencies"] }
zcash_protocol = { git = "https://github.com/hhanh00/librustzcash.git", rev = "ad6cf70a", features = ["local-consensus"] }
zcash_client_backend = { git = "https://github.com/hhanh00/librustzcash.git", rev = "ad6cf70a", features = [ "transparent-inputs", "orchard" ] }
zcash_primitives = { git = "https://github.com/hhanh00/librustzcash.git", rev = "ad6cf70a", features = [ "transparent-inputs" ] }
zcash_proofs = { git = "https://github.com/hhanh00/librustzcash.git", rev = "ad6cf70a" }
zcash_address = { git = "https://github.com/hhanh00/librustzcash.git", rev = "ad6cf70a" }
zcash_encoding = { git = "https://github.com/hhanh00/librustzcash.git", rev = "ad6cf70a" }
zcash_note_encryption = "0.4"

[patch.crates-io]
Expand Down
2 changes: 1 addition & 1 deletion zcash-warp
Submodule zcash-warp updated 3 files
+1 −0 Cargo.toml
+11 −13 src/keys.rs
+7 −3 src/types.rs
2 changes: 1 addition & 1 deletion zkool

0 comments on commit dc6d828

Please sign in to comment.