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

Somewhat blocked on functions and data in `orchard` types being private: https://discord.com/channels/809218587167293450/876655911790321684/993595666557325452 ## Motivation ### Specifications ### Designs ## Solution ## Review ### Reviewer Checklist - [ ] Code implements...

S-blocked

## Motivation Changes to these files can affect CI results, because they change warnings and errors: - https://github.com/ZcashFoundation/zebra/blob/main/.cargo/config.toml - https://github.com/ZcashFoundation/zebra/blob/main/clippy.toml We should add these files to all our CI jobs...

C-bug
A-devops
P-Medium :zap:
A-diagnostics
C-testing
I-build

## Motivation We'd like to to stand up our `Mainnet` in a box or isolated environment. This is similar to "**testnet in a box**", producing a fully managed P2P zcash...

C-bug
A-infrastructure
A-devops
S-needs-design
C-enhancement
S-needs-investigation
P-Low :snowflake:
I-integration-fail

## Motivation It'd be nice to be able to manage our CI actions and other dependencies like we do with our cargo etc deps. The newish https://github.com/sethvargo/ratchet may help us...

A-dependencies
A-infrastructure
A-devops
S-needs-triage
C-security
P-Optional :sparkles:

## Motivation Currently, - Zebra's Docker logs don't show the git commit - Zebra's Google Cloud and Docker panic reports only show the git commit, passed through an environmental variable....

A-rust
A-infrastructure
C-enhancement
S-needs-triage
S-needs-investigation
I-usability
P-Optional :sparkles:

We currently expose and leverage the tracing configuration endpoint as our health check when we deploy our Docker images to gcloud, hitting it with a GET and expecting a 200...

A-rust
A-infrastructure
S-needs-design
P-Low :snowflake:

## Motivation Developers might want to run CI tests locally on their machine, so they don't have to wait for the CI if they have faster machines or available cached...

A-docs
A-devops
C-enhancement
P-Low :snowflake:
I-usability

## Motivation When a user attempts to run multiple simultaneous instances of Zebra without specifying a different database path for each, all instances except the first one panic because they...

C-enhancement
I-panic
I-usability

## Motivation We want to support development of an alternate DNS seeder based on `zebra-network`. ## Requirements There's some peer metadata which we need access to (from the `connect_isolated`-style functions)...

C-enhancement
P-Medium :zap:
A-network

## Motivation The `sync_until` function, which is used by e.g. `sync_one_checkpoint_testnet`, does not enforce timeouts. This makes hangs in the underlying issue harder to diagnose, since CI will only fail...

A-rust
C-enhancement
P-Medium :zap:
P-Low :snowflake:
C-testing