Skip to content

Commit

Permalink
Revert "Auxiliary commit to revert individual files from ac0cf4e"
Browse files Browse the repository at this point in the history
This reverts commit f4fc3a1b20c6192557e61cc7c42ab34e1ae1c78c.
  • Loading branch information
mariopil committed Nov 5, 2024
1 parent f0bdba4 commit f164a8a
Showing 1 changed file with 46 additions and 112 deletions.
158 changes: 46 additions & 112 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cef977c7f8e75aa81fc589064c121ab8d32448b7939d34d58df479aa93e65ea5"
dependencies = [
"incrementalmerkletree 0.7.0",
"incrementalmerkletree",
]

[[package]]
Expand Down Expand Up @@ -1346,7 +1346,7 @@ dependencies = [
[[package]]
name = "equihash"
version = "0.2.0"
source = "git+https://github.com/ShieldedLabs/librustzcash/?branch=nsm-zebra#1b4f984a61cc88029c0b78e9d13225aad76c6903"
source = "git+https://github.com/ShieldedLabs/librustzcash/?branch=nsm-zebra#5fcd3034e47d425df4846192abd4d84fb3752207"
dependencies = [
"blake2b_simd",
"byteorder",
Expand Down Expand Up @@ -1381,7 +1381,7 @@ dependencies = [
[[package]]
name = "f4jumble"
version = "0.1.0"
source = "git+https://github.com/ShieldedLabs/librustzcash/?branch=nsm-zebra#1b4f984a61cc88029c0b78e9d13225aad76c6903"
source = "git+https://github.com/ShieldedLabs/librustzcash/?branch=nsm-zebra#5fcd3034e47d425df4846192abd4d84fb3752207"
dependencies = [
"blake2b_simd",
]
Expand Down Expand Up @@ -2148,15 +2148,6 @@ dependencies = [
"syn 1.0.109",
]

[[package]]
name = "incrementalmerkletree"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75346da3bd8e3d8891d02508245ed2df34447ca6637e343829f8d08986e9cde2"
dependencies = [
"either",
]

[[package]]
name = "incrementalmerkletree"
version = "0.7.0"
Expand Down Expand Up @@ -2866,37 +2857,6 @@ version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"

[[package]]
name = "orchard"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dc7bde644aeb980be296cd908c6650894dc8541deb56f9f5294c52ed7ca568f"
dependencies = [
"aes",
"bitvec",
"blake2b_simd",
"ff",
"fpe",
"group",
"halo2_gadgets",
"halo2_proofs",
"hex",
"incrementalmerkletree 0.6.0",
"lazy_static",
"memuse",
"nonempty",
"pasta_curves",
"rand 0.8.5",
"reddsa",
"serde",
"subtle",
"tracing",
"visibility",
"zcash_note_encryption",
"zcash_spec",
"zip32",
]

[[package]]
name = "orchard"
version = "0.10.0"
Expand All @@ -2912,7 +2872,7 @@ dependencies = [
"halo2_gadgets",
"halo2_proofs",
"hex",
"incrementalmerkletree 0.7.0",
"incrementalmerkletree",
"lazy_static",
"memuse",
"nonempty",
Expand Down Expand Up @@ -4029,38 +3989,6 @@ dependencies = [
"winapi-util",
]

[[package]]
name = "sapling-crypto"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15e379398fffad84e49f9a45a05635fc004f66086e65942dbf4eb95332c26d2a"
dependencies = [
"aes",
"bellman",
"bitvec",
"blake2b_simd",
"blake2s_simd",
"bls12_381",
"byteorder",
"document-features",
"ff",
"fpe",
"group",
"hex",
"incrementalmerkletree 0.6.0",
"jubjub",
"lazy_static",
"memuse",
"rand 0.8.5",
"rand_core 0.6.4",
"redjubjub",
"subtle",
"tracing",
"zcash_note_encryption",
"zcash_spec",
"zip32",
]

[[package]]
name = "sapling-crypto"
version = "0.3.0"
Expand All @@ -4079,7 +4007,7 @@ dependencies = [
"fpe",
"group",
"hex",
"incrementalmerkletree 0.7.0",
"incrementalmerkletree",
"jubjub",
"lazy_static",
"memuse",
Expand Down Expand Up @@ -4400,13 +4328,13 @@ dependencies = [

[[package]]
name = "shardtree"
version = "0.4.0"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78222845cd8bbe5eb95687407648ff17693a35de5e8abaa39a4681fb21e033f9"
checksum = "b5f2390975ebfe8838f9e861f7a588123d49a7a7a0a08568ea831d8ad53fc9b4"
dependencies = [
"bitflags 2.6.0",
"either",
"incrementalmerkletree 0.6.0",
"incrementalmerkletree",
"tracing",
]

Expand Down Expand Up @@ -5629,14 +5557,14 @@ dependencies = [

[[package]]
name = "which"
version = "4.4.2"
version = "6.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
dependencies = [
"either",
"home",
"once_cell",
"rustix",
"winsafe",
]

[[package]]
Expand Down Expand Up @@ -5886,6 +5814,12 @@ dependencies = [
"windows-sys 0.48.0",
]

[[package]]
name = "winsafe"
version = "0.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"

[[package]]
name = "wyz"
version = "0.5.1"
Expand Down Expand Up @@ -5915,8 +5849,8 @@ checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"

[[package]]
name = "zcash_address"
version = "0.5.0"
source = "git+https://github.com/ShieldedLabs/librustzcash/?branch=nsm-zebra#1b4f984a61cc88029c0b78e9d13225aad76c6903"
version = "0.6.0"
source = "git+https://github.com/ShieldedLabs/librustzcash/?branch=nsm-zebra#5fcd3034e47d425df4846192abd4d84fb3752207"
dependencies = [
"bech32",
"bs58",
Expand All @@ -5927,8 +5861,8 @@ dependencies = [

[[package]]
name = "zcash_client_backend"
version = "0.13.0"
source = "git+https://github.com/ShieldedLabs/librustzcash/?branch=nsm-zebra#1b4f984a61cc88029c0b78e9d13225aad76c6903"
version = "0.14.0"
source = "git+https://github.com/ShieldedLabs/librustzcash/?branch=nsm-zebra#5fcd3034e47d425df4846192abd4d84fb3752207"
dependencies = [
"base64 0.22.1",
"bech32",
Expand All @@ -5938,15 +5872,15 @@ dependencies = [
"document-features",
"group",
"hex",
"incrementalmerkletree 0.7.0",
"incrementalmerkletree",
"memuse",
"nom",
"nonempty",
"percent-encoding",
"prost",
"rand_core 0.6.4",
"rayon",
"sapling-crypto 0.2.0",
"sapling-crypto",
"secrecy",
"shardtree",
"subtle",
Expand All @@ -5967,7 +5901,7 @@ dependencies = [
[[package]]
name = "zcash_encoding"
version = "0.2.1"
source = "git+https://github.com/ShieldedLabs/librustzcash/?branch=nsm-zebra#1b4f984a61cc88029c0b78e9d13225aad76c6903"
source = "git+https://github.com/ShieldedLabs/librustzcash/?branch=nsm-zebra#5fcd3034e47d425df4846192abd4d84fb3752207"
dependencies = [
"byteorder",
"nonempty",
Expand All @@ -5976,7 +5910,7 @@ dependencies = [
[[package]]
name = "zcash_history"
version = "0.4.0"
source = "git+https://github.com/ShieldedLabs/librustzcash/?branch=nsm-zebra#1b4f984a61cc88029c0b78e9d13225aad76c6903"
source = "git+https://github.com/ShieldedLabs/librustzcash/?branch=nsm-zebra#5fcd3034e47d425df4846192abd4d84fb3752207"
dependencies = [
"blake2b_simd",
"byteorder",
Expand All @@ -5985,8 +5919,8 @@ dependencies = [

[[package]]
name = "zcash_keys"
version = "0.3.0"
source = "git+https://github.com/ShieldedLabs/librustzcash/?branch=nsm-zebra#1b4f984a61cc88029c0b78e9d13225aad76c6903"
version = "0.4.0"
source = "git+https://github.com/ShieldedLabs/librustzcash/?branch=nsm-zebra#5fcd3034e47d425df4846192abd4d84fb3752207"
dependencies = [
"bech32",
"blake2b_simd",
Expand All @@ -5997,7 +5931,7 @@ dependencies = [
"memuse",
"nonempty",
"rand_core 0.6.4",
"sapling-crypto 0.2.0",
"sapling-crypto",
"secrecy",
"subtle",
"tracing",
Expand All @@ -6023,8 +5957,8 @@ dependencies = [

[[package]]
name = "zcash_primitives"
version = "0.17.0"
source = "git+https://github.com/ShieldedLabs/librustzcash/?branch=nsm-zebra#1b4f984a61cc88029c0b78e9d13225aad76c6903"
version = "0.19.0"
source = "git+https://github.com/ShieldedLabs/librustzcash/?branch=nsm-zebra#5fcd3034e47d425df4846192abd4d84fb3752207"
dependencies = [
"aes",
"bip32",
Expand All @@ -6037,16 +5971,16 @@ dependencies = [
"fpe",
"group",
"hex",
"incrementalmerkletree 0.7.0",
"incrementalmerkletree",
"jubjub",
"memuse",
"nonempty",
"orchard 0.9.0",
"orchard",
"rand 0.8.5",
"rand_core 0.6.4",
"redjubjub",
"ripemd",
"sapling-crypto 0.2.0",
"sapling-crypto",
"secp256k1",
"sha2",
"subtle",
Expand All @@ -6061,8 +5995,8 @@ dependencies = [

[[package]]
name = "zcash_proofs"
version = "0.17.0"
source = "git+https://github.com/ShieldedLabs/librustzcash/?branch=nsm-zebra#1b4f984a61cc88029c0b78e9d13225aad76c6903"
version = "0.19.0"
source = "git+https://github.com/ShieldedLabs/librustzcash/?branch=nsm-zebra#5fcd3034e47d425df4846192abd4d84fb3752207"
dependencies = [
"bellman",
"blake2b_simd",
Expand All @@ -6075,16 +6009,16 @@ dependencies = [
"lazy_static",
"rand_core 0.6.4",
"redjubjub",
"sapling-crypto 0.2.0",
"sapling-crypto",
"tracing",
"xdg",
"zcash_primitives",
]

[[package]]
name = "zcash_protocol"
version = "0.3.0"
source = "git+https://github.com/ShieldedLabs/librustzcash/?branch=nsm-zebra#1b4f984a61cc88029c0b78e9d13225aad76c6903"
version = "0.4.0"
source = "git+https://github.com/ShieldedLabs/librustzcash/?branch=nsm-zebra#5fcd3034e47d425df4846192abd4d84fb3752207"
dependencies = [
"document-features",
"memuse",
Expand Down Expand Up @@ -6132,12 +6066,12 @@ dependencies = [
"halo2_proofs",
"hex",
"humantime",
"incrementalmerkletree 0.7.0",
"incrementalmerkletree",
"itertools 0.13.0",
"jubjub",
"lazy_static",
"num-integer",
"orchard 0.10.0",
"orchard",
"primitive-types",
"proptest",
"proptest-derive",
Expand All @@ -6148,7 +6082,7 @@ dependencies = [
"reddsa",
"redjubjub",
"ripemd",
"sapling-crypto 0.3.0",
"sapling-crypto",
"secp256k1",
"serde",
"serde-big-array",
Expand Down Expand Up @@ -6193,12 +6127,12 @@ dependencies = [
"metrics",
"num-integer",
"once_cell",
"orchard 0.10.0",
"orchard",
"proptest",
"proptest-derive",
"rand 0.8.5",
"rayon",
"sapling-crypto 0.3.0",
"sapling-crypto",
"serde",
"spandoc",
"thiserror",
Expand Down Expand Up @@ -6355,7 +6289,7 @@ dependencies = [
"proptest",
"proptest-derive",
"rand 0.8.5",
"sapling-crypto 0.3.0",
"sapling-crypto",
"semver 1.0.23",
"serde",
"serde_json",
Expand Down Expand Up @@ -6624,8 +6558,8 @@ dependencies = [

[[package]]
name = "zip321"
version = "0.1.0"
source = "git+https://github.com/ShieldedLabs/librustzcash/?branch=nsm-zebra#1b4f984a61cc88029c0b78e9d13225aad76c6903"
version = "0.2.0"
source = "git+https://github.com/ShieldedLabs/librustzcash/?branch=nsm-zebra#5fcd3034e47d425df4846192abd4d84fb3752207"
dependencies = [
"base64 0.22.1",
"nom",
Expand Down

0 comments on commit f164a8a

Please sign in to comment.