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

Actually use VerifyCheckpointError::CommitFinalized #1706

Merged
merged 1 commit into from
Feb 8, 2021

Conversation

teor2345
Copy link
Contributor

@teor2345 teor2345 commented Feb 8, 2021

Motivation

PR #1700 generates a warning that VerifyCheckpointError::CommitFinalized is unused.

Solution

Actually use VerifyCheckpointError::CommitFinalized.

Also:

The code in this pull request has:

  • Existing Unit Tests and Property Tests

Review

@oxarbitrage can review this code - or anyone else.

We want to merge this PR before #1700 merges, to avoid those warnings.

Related Issues

Fixes part of ticket #1675.

Follow Up Work

Merge PR #1700.

Do the rest of the ServiceExt::oneshot changes in #1675.

@teor2345 teor2345 added C-bug Category: This is a bug A-docs Area: Documentation A-rust Area: Updates to Rust code C-cleanup Category: This is a cleanup P-High labels Feb 8, 2021
@teor2345 teor2345 added this to the 2021 Sprint 2 milestone Feb 8, 2021
@teor2345 teor2345 self-assigned this Feb 8, 2021
Also:
* use `ServiceExt::oneshot` in the checkpoint verifier
* make some error messages more specific
* clean up the `std::future`/`futures` imports
@teor2345 teor2345 merged commit a91006a into ZcashFoundation:main Feb 8, 2021
dconnolly pushed a commit that referenced this pull request Feb 11, 2021
Also:
* use `ServiceExt::oneshot` in the checkpoint verifier
* make some error messages more specific
* clean up the `std::future`/`futures` imports
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-docs Area: Documentation A-rust Area: Updates to Rust code C-bug Category: This is a bug C-cleanup Category: This is a cleanup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants