Skip to content

Commit

Permalink
zcash_primitivies: Update dependencies prior to release 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nuttycom committed Aug 12, 2024
1 parent 05887be commit 8d1d9e4
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 17 deletions.
30 changes: 22 additions & 8 deletions Cargo.lock

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

12 changes: 4 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ zcash_proofs = { version = "0.15", path = "zcash_proofs", default-features = fal
bellman = { version = "0.14", default-features = false, features = ["groth16"] }
ff = "0.13"
group = "0.13"
incrementalmerkletree = "0.5.1"
shardtree = "0.3.1"
incrementalmerkletree = "0.6"
shardtree = "0.4"
zcash_spec = "0.1"

# Payment protocols
Expand All @@ -57,11 +57,11 @@ bitvec = "1"
blake2s_simd = "1"
bls12_381 = "0.8"
jubjub = "0.10"
sapling = { package = "sapling-crypto", version = "0.1.3", default-features = false }
sapling = { package = "sapling-crypto", version = "0.2", default-features = false }

# - Orchard
nonempty = "0.7"
orchard = { version = "0.8.0", default-features = false }
orchard = { version = "0.9.0", default-features = false }
pasta_curves = "0.5"

# - Transparent
Expand Down Expand Up @@ -155,7 +155,3 @@ zip32 = "0.1.1"
lto = true
panic = 'abort'
codegen-units = 1

[patch.crates-io]
incrementalmerkletree = { git = "https://github.com/zcash/incrementalmerkletree", rev = "337f59179eda51261e9ddfc6b18e8fb84ea277c9" }
shardtree = { git = "https://github.com/zcash/incrementalmerkletree", rev = "337f59179eda51261e9ddfc6b18e8fb84ea277c9" }
3 changes: 2 additions & 1 deletion zcash_primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ and this library adheres to Rust's notion of

### Changed
- MSRV is now 1.70.0.
- Bumped dependencies to `secp256k1 0.27`.
- Bumped dependencies to `secp256k1 0.27`, `incrementalmerkletree 0.6`,
`orchard 0.9`, `sapling-crypto 0.2`.
- `zcash_primitives::legacy::keys`:
- `AccountPrivKey::{from_bytes, to_bytes}` now use the byte encoding from the
inside of a `xprv` Base58 string encoding from BIP 32, excluding the prefix
Expand Down

0 comments on commit 8d1d9e4

Please sign in to comment.