Skip to content

Commit

Permalink
Upgrade to ed25519-zebra 3.0.0 (#2864)
Browse files Browse the repository at this point in the history
* Upgrade to ed25519-zebra 3.0.0

* Revert unrelated extra space

Co-authored-by: teor <[email protected]>
  • Loading branch information
dconnolly and teor2345 authored Oct 12, 2021
1 parent a393720 commit e36ec34
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ panic = "abort"

[patch.crates-io]

# 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"}

# awaiting stable versions which all depend on tokio 1.0, see #1086 for details
hyper = { git = "https://github.com/hyperium/hyper", rev = "ed2b22a7f66899d338691552fbcb6c0f2f4e06b9" }
metrics = { git = "https://github.com/ZcashFoundation/metrics", rev = "971133128e5aebe3ad177acffc6154449736cfa2" }
Expand Down
5 changes: 1 addition & 4 deletions tower-batch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,11 @@ tracing-futures = "0.2.5"

[dev-dependencies]
color-eyre = "0.5.11"
ed25519-zebra = "2.2.0"
ed25519-zebra = "3.0.0"
rand = "0.8"
tokio = { version = "0.3.6", features = ["full"]}
tokio-test = "0.4.2"
tower-fallback = { path = "../tower-fallback/" }
tower-test = "0.4.0"
tracing = "0.1.29"
zebra-test = { path = "../zebra-test/" }



2 changes: 1 addition & 1 deletion zebra-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ rand = { version = "0.8", optional = true }
rand_chacha = { version = "0.3", optional = true }

# ZF deps
ed25519-zebra = "2"
ed25519-zebra = "3.0.0"
equihash = "0.1"
# TODO: Update to 0.5 release when published
redjubjub = { git = "https://github.com/ZcashFoundation/redjubjub.git", rev = "f772176560b0b7daf25eff2460e08dc127ac8407" }
Expand Down

0 comments on commit e36ec34

Please sign in to comment.