Skip to content

Commit

Permalink
Merge pull request zcash#1138 from zcash/sapling-and-orchard-crates
Browse files Browse the repository at this point in the history
Migrate to `sapling-crypto 0.1` and `orchard 0.7`
  • Loading branch information
str4d authored Jan 26, 2024
2 parents c583c80 + 8ca1fce commit 885223a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 8 additions & 4 deletions Cargo.lock

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

8 changes: 2 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ bitvec = "1"
blake2s_simd = "1"
bls12_381 = "0.8"
jubjub = "0.10"
sapling = { package = "sapling-crypto", version = "0.0" }
sapling = { package = "sapling-crypto", version = "0.1" }

# - Orchard
nonempty = "0.7"
orchard = { version = "0.6", default-features = false }
orchard = { version = "0.7", default-features = false }

# - Transparent
hdwallet = "0.4"
Expand Down Expand Up @@ -115,7 +115,3 @@ zip32 = "0.1"
lto = true
panic = 'abort'
codegen-units = 1

[patch.crates-io]
sapling = { package = "sapling-crypto", git = "https://github.com/zcash/sapling-crypto.git", rev = "4ec6a48daab0af1fe6cb930f6a150030ce91d0e9" }
orchard = { git = "https://github.com/zcash/orchard.git", rev = "9a85034ce932ca398da16529482e5efecc474c50" }

0 comments on commit 885223a

Please sign in to comment.