zebra icon indicating copy to clipboard operation
zebra copied to clipboard

Zcash - Financial Privacy in Rust 🦓

Results 348 zebra issues
Sort by recently updated
recently updated
newest added

In https://github.com/ZcashFoundation/zebra/pull/8551 we disabled some Windows tests that were failing with port conflicts to often. **Possible design:** Use OS assigned ports whenever binding a `TcpListener` and get the socket address...

## Motivation Adding compiled binaries for Windows, macOS, and Debian would make it easier for users to download and run Zebrad without Docker, and would be a step towards automating...

A-devops
I-usability
A-release

# Prepare for the Release These release steps can be done a week before the release, in separate PRs. They can be skipped for urgent releases. ## State Full Sync...

C-trivial
A-release
P-Medium :zap:

### Motivation In [this](https://docs.rs/zebra-consensus/latest/src/zebra_consensus/primitives/halo2.rs.html#81) line within the docs of the zebra-consensus module, there is a note that this code is temporary till Halo2 supports batch verification. From reading the comments,...

C-enhancement
S-needs-triage

## Motivation Put everything together. Replaces: https://github.com/ZcashFoundation/zebra/pull/8522 https://github.com/ZcashFoundation/zebra/pull/8560 https://github.com/ZcashFoundation/zebra/pull/8567 The commit history is messy, should be ignored. ### PR Author Checklist #### Check before marking the PR as ready for...

C-trivial

## Motivation We want to upgrade `zcash_client_backend` for the `zebra-scan` crate. I believe the combination of https://github.com/ZcashFoundation/zebra/pull/8522 and this PR (which is based in https://github.com/ZcashFoundation/zebra/pull/8560) will make all the builds...

A-dependencies
do-not-merge
A-blockchain-scanner
P-Medium :zap: