Skip to content

Commit

Permalink
Bump redjubjub to 0.4.0 (#1975)
Browse files Browse the repository at this point in the history
  • Loading branch information
dconnolly committed Apr 3, 2021
1 parent 83b88f5 commit 6bb5220
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 40 deletions.
52 changes: 18 additions & 34 deletions Cargo.lock

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

10 changes: 4 additions & 6 deletions zebra-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@ proptest-impl = ["proptest", "proptest-derive"]

[dependencies]
bech32 = "0.8.0"
bitflags = "1.2.1"
bitvec = "0.17.4"
blake2b_simd = "0.5.11"
blake2s_simd = "0.5.11"
bs58 = { version = "0.4", features = ["check"] }
byteorder = "1.4"
chrono = { version = "0.4", features = ["serde"] }
displaydoc = "0.2.1"
equihash = "0.1"
futures = "0.3"
hex = "0.4"
jubjub = "0.6.0"
Expand All @@ -38,14 +41,9 @@ proptest = { version = "0.10", optional = true }
proptest-derive = { version = "0.3.0", optional = true }

# ZF deps

displaydoc = "0.2.1"
# TODO: upgrade ed25510-zebra to 3 when released: https://github.com/ZcashFoundation/ed25519-zebra/issues/45
ed25519-zebra = {git = "https://github.com/ZcashFoundation/ed25519-zebra", rev = "539fad040c443302775b0f508e616418825e6c22"}
equihash = "0.1"
#redjubjub = "0.2"
redjubjub = {git = "https://github.com/ZcashFoundation/redjubjub", rev = "8101eaff1cb2fca45334f77a65caa4c46e3d545b"}
bitflags = "1.2.1"
redjubjub = "0.4"

[dev-dependencies]
bincode = "1"
Expand Down

0 comments on commit 6bb5220

Please sign in to comment.