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

## Motivation The summary text for Tiers in [Supported Platforms](https://github.com/ZcashFoundation/zebra/blob/main/book/src/user/supported-platforms.md) might be confusing, taking into consideration an actual summary from [Target Tier Policies](https://github.com/ZcashFoundation/zebra/blob/main/book/src/user/target-tier-policies.md)

A-docs
C-enhancement
S-needs-triage
P-Low :snowflake:

## Motivation Just positing for questions. Related to https://github.com/ZcashFoundation/zebra/issues/4734 [TBA] ## Solution [TBA] ## Review [TBA] ### Reviewer Checklist - [ ] Code implements Specs and Designs - [ ]...

P-Medium :zap:

## Motivation The error handling for the `Connection` and heartbeat tasks is really messy. It has been really buggy in the past, and it's hard to understand or modify. The...

C-tracking-issue
P-Medium :zap:
C-security
I-panic
A-network

## Motivation When Zebra forks a non-finalized chain, it rebuilds the note commitment trees from the finalized tip. But this can execute 100 blocks worth of note commitment tree updates,...

C-bug
S-needs-triage
S-needs-investigation
P-Low :snowflake:
C-security
I-slow
A-state
A-cryptography

Storing only the first tree state in each identical series of tree states saves memory, and makes `Chain` cloning cheaper. ### Possible Implementation We can access the deduped trees using:...

S-needs-triage
P-Medium :zap:

## Motivation We use a byte array in the `Groth16Proof` struct. However, not every byte array is a well-formed proof (i.e. the encoding of three field elements, as enforced by...

C-enhancement
C-cleanup
P-Medium :zap:
A-cryptography

## Motivation We need to update our release docs. ## Tasks - Replace alpha and beta release criteria (doc and README) with stable release candidate criteria (see #3096)

A-docs
C-cleanup
P-Medium :zap:

## Motivation When blocks started showing up on mainnet after NU5 with many shielded Orchard transactions, we observed aberrant zebrad verification behavior that helped us identify some [bugs](https://github.com/ZcashFoundation/zebra/pull/4752) already. We...

I-slow
C-testing

## Motivation When blocks started showing up on mainnet after NU5 with many shielded Sapling transactions, we observed aberrant zebrad verification behavior. For similar blocks with many Orchard transactions, we...

I-slow
C-testing

# Goals Have a downloadable link to Zebra binaries on the Zcash Foundation website. We need to update or delete the release RFC. # Tasks - [ ] Get a...

A-docs
C-design
A-infrastructure
A-devops
C-enhancement
P-Medium :zap: