Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tower-batch tests to rand 0.8 #1986

Merged
merged 1 commit into from
Apr 7, 2021

Conversation

teor2345
Copy link
Contributor

@teor2345 teor2345 commented Apr 7, 2021

Motivation

Zebra currently depends on a git version of ed25519-zebra in zebra-chain, but the crates.io version in the tower-batch tests.

This seems to cause some Cargo.lock instability.

Solution

  • Update tower-batch tests to rand 0.8
  • Move the ed25519-zebra git patch to the workspace Cargo.toml

Review

@dconnolly can review. This fix isn't urgent.

Related Issues

Caused by #1952.

Follow Up Work

Remove the ed25519-zebra git patch in the workspace Cargo.toml, as part of ZcashFoundation/ed25519-zebra#45.

@teor2345 teor2345 added A-dependencies Area: Dependency file updates C-cleanup Category: This is a cleanup P-Medium labels Apr 7, 2021
@teor2345 teor2345 added this to the 2021 Sprint 7 milestone Apr 7, 2021
@teor2345 teor2345 requested a review from dconnolly April 7, 2021 03:08
@teor2345 teor2345 self-assigned this Apr 7, 2021
And move the ed25519-zebra patch to the workspace Cargo.toml.

This fix helps avoid Cargo.lock instability.
@teor2345 teor2345 force-pushed the ed25519-zebra-workspace branch from 0883805 to d128e58 Compare April 7, 2021 03:11
@dconnolly dconnolly merged commit db87a84 into ZcashFoundation:main Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dependencies Area: Dependency file updates C-cleanup Category: This is a cleanup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants