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 We want to have long-running Zebra nodes to: - Use for testing (check if it keeps syncing correctly) - Make it more likely to be found by seeders...

A-infrastructure
A-devops
C-enhancement
P-High :fire:

In which we track the doing of tasks/automation work to actualize the release processes described in the [Release RFC]( https://github.com/ZcashFoundation/zebra/pull/1063) Use a manually triggered workflow to trigger releases, configuring the...

A-infrastructure
S-needs-investigation
P-Medium :zap:

**Is your feature request related to a problem? Please describe.** During our first alpha user studies (#1501) we discovered that users were confused about the exact command that they should...

S-blocked
C-enhancement
C-user-research
I-usability

## Motivation Zebra takes about 6 hours to sync from the network, but less than an hour to load blocks from a file on disk. We could share a file...

C-enhancement
S-needs-triage
S-needs-investigation
P-Medium :zap:
I-slow
A-state

## Motivation We have a few bugs that have crept in due to `unwrap()`s being trigger-able in production. ## Solution Enforce these Clippy lints in production (i.e. non-test code), by...

A-rust
C-cleanup
P-Low :snowflake:
I-panic

## Motivation We're starting to collect metrics for some of our batch signature and proof validation services. We should make sure we measure all the primitives we verify, so that...

A-rust
C-enhancement
P-Optional :sparkles:
A-diagnostics
A-cryptography

## Motivation Ziggurat's testing report on Zebra `v1.0.0-beta.8` discovered that Zebra ignores inbound peer queries during network setup. ### Designs There are a few ways we can resolve this issue:...

C-enhancement
S-needs-triage
P-Low :snowflake:
C-security
I-slow
A-network

## Motivation In PR #4212, we reduced the peer handshake timeout from 4 to 3 seconds, to speed up full sync. But this could cause connection issues on slower networks....

C-bug
S-needs-design
S-needs-triage
P-Low :snowflake:
I-slow

## Motivation To avoid Zcash peer connection storms, we want to start disconnecting from outdated peers before network upgrade activation. ### Specifications Here is what `zcashd` does: https://zips.z.cash/zip-0201#network-coalescence ### Designs...

C-security
I-remote-node-overload
A-network
NU-6

## Motivation Zebra currently connects to private IP addresses, and advertises them to its peers. But this is a security issue, because Zebra can be used to probe internal network...

C-security
I-privacy
A-network
I-destructive
I-remote-trigger