Skip to content

Commit

Permalink
Merge pull request #1386 from zingolabs/lrz_update
Browse files Browse the repository at this point in the history
Lrz update
  • Loading branch information
Oscar-Pepper authored Sep 26, 2024
2 parents 308edba + 59f635e commit 2d464b7
Show file tree
Hide file tree
Showing 19 changed files with 294 additions and 408 deletions.
100 changes: 54 additions & 46 deletions Cargo.lock

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

18 changes: 10 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,17 @@ bip0039 = "0.11"
orchard = "0.9"
sapling-crypto = "0.2"
shardtree = "0.4"
zcash_address = { git = "https://github.com/zingolabs/librustzcash.git", tag = "unhack_calculate_0.6" }
zcash_client_backend = { git = "https://github.com/zingolabs/librustzcash.git", tag = "unhack_calculate_0.6", features = ["lightwalletd-tonic", "orchard", "transparent-inputs"] }
zcash_encoding = { git = "https://github.com/zingolabs/librustzcash.git", tag = "unhack_calculate_0.6" }
zcash_keys = { git = "https://github.com/zingolabs/librustzcash.git", tag = "unhack_calculate_0.6", features = ["transparent-inputs", "sapling", "orchard" ] }

# annotated tag starting with LRZ base tag and ending with `git describe --dirty`
# TAG FROM `main_zingolib` BRANCH OF LIBRUSTZCASH FORK!
zcash_address = { git = "https://github.com/zingolabs/librustzcash.git", tag = "zcash_client_sqlite-0.11.2_plus_zingolabs_changes-1-g7ad60b5d5-2-g121371a08" }
zcash_client_backend = { git = "https://github.com/zingolabs/librustzcash.git", tag = "zcash_client_sqlite-0.11.2_plus_zingolabs_changes-1-g7ad60b5d5-2-g121371a08" , features = ["lightwalletd-tonic", "orchard", "transparent-inputs"] }
zcash_encoding = { git = "https://github.com/zingolabs/librustzcash.git", tag = "zcash_client_sqlite-0.11.2_plus_zingolabs_changes-1-g7ad60b5d5-2-g121371a08" }
zcash_keys = { git = "https://github.com/zingolabs/librustzcash.git", tag = "zcash_client_sqlite-0.11.2_plus_zingolabs_changes-1-g7ad60b5d5-2-g121371a08" , features = ["transparent-inputs", "sapling", "orchard" ] }
zcash_note_encryption = "0.4"
zcash_primitives = { git = "https://github.com/zingolabs/librustzcash.git", tag = "unhack_calculate_0.6" }
zcash_proofs = { git = "https://github.com/zingolabs/librustzcash.git", tag = "unhack_calculate_0.6" }
zcash_protocol = { git = "https://github.com/zingolabs/librustzcash.git", tag = "unhack_calculate_0.6" }
zcash_primitives = { git = "https://github.com/zingolabs/librustzcash.git", tag = "zcash_client_sqlite-0.11.2_plus_zingolabs_changes-1-g7ad60b5d5-2-g121371a08" }
zcash_proofs = { git = "https://github.com/zingolabs/librustzcash.git", tag = "zcash_client_sqlite-0.11.2_plus_zingolabs_changes-1-g7ad60b5d5-2-g121371a08" }
zcash_protocol = { git = "https://github.com/zingolabs/librustzcash.git", tag = "zcash_client_sqlite-0.11.2_plus_zingolabs_changes-1-g7ad60b5d5-2-g121371a08" }
zip32 = "0.1"

append-only-vec = { git = "https://github.com/zancas/append-only-vec.git", branch = "add_debug_impl" }
Expand All @@ -46,7 +49,6 @@ futures = "0.3.15"
futures-util = "0.3.28"
getset = "0.1.2"
group = "0.13"
hdwallet = { git = "https://github.com/fluidvanadium/hdwallet.git", tag = "update_secp256k1_to_0.27.0" }
hex = "0.4"
http = "1.1.0"
http-body-util = "0.1.2"
Expand Down
Loading

0 comments on commit 2d464b7

Please sign in to comment.