zebra icon indicating copy to clipboard operation
zebra copied to clipboard

Zcash - Financial Privacy in Rust 🦓

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

## Motivation We want to disable peer connections for `Regtest`. ### Note Make sure to search for the issue number and address any TODOs.

A-consensus
C-enhancement
A-network
NU-6
C-testing
C-feature

## Motivation This is needed to mine pre-Canopy blocks on Regtest and some custom Testnets (except forks of the default Testnet)

A-consensus
S-needs-triage
S-needs-investigation
A-rpc

## Motivation This would be useful when debugging because it would output panic info about where the methods are called, and in general seems like good form.

C-cleanup
A-network
P-Optional :sparkles:

### Description When syncing on Testnet, I noticed the number of outbound connections reported by the new progress bars periodically jumps from ~7 to the limit of 75 and then...

C-bug
A-rust
good first issue
E-help-wanted
I-usability
A-diagnostics

In https://github.com/zcash/librustzcash/pull/1293 a memory wallet is introduced into the `zcash_client_backend` crate. Inside there are structs like `MemoryWalletDb` that will need to be populated with Zebra data. This ticket is to...

P-High 🔥

## Motivation Zebra's ECC dependencies usually have some breaking changes, or in some cases (for `zcash_proofs`/`zcash_primitives`) the updates need to be coordinated with `zcash_script` updates, so we usually need to...

A-dependencies
A-devops
P-Low :snowflake: