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

### What happened? When I specify `listen_addr = "[::]"` I expect zebra to listen on the default port on all IPv6 addresses Instead I get this error: ``` error: Zebra...

C-bug
A-docs
S-needs-triage
I-usability

The windows tests are getting stuck in PRs that modify github action files. https://github.com/ZcashFoundation/zebra/pull/8494 https://github.com/ZcashFoundation/zebra/pull/8433 We might want to disable the Windows tests from modifying this files or just run...

A-devops
P-Low :snowflake:

In https://github.com/ZcashFoundation/zebra/pull/8433 we merged an invalid yaml for dependabot and we didn't realized the error until it was merged to main. A fix was don at https://github.com/ZcashFoundation/zebra/pull/8494 We can use...

A-devops
C-feature
P-Low :snowflake:

## Motivation There's repetitive code around taking a constant number of items from an iterator to collect into a `Vec`, and there are max size constraints that aren't currently enforced...

A-rust
C-cleanup
S-needs-triage
C-tech-debt

## Motivation We want Zebra's Regtest to be compatible with the zcashd Regtest and align as closely as practical with the Mainnet consensus rules. [zcashd target difficulty for regtest](https://github.com/zcash/zcash/blob/master/src/chainparams.cpp#L649) -...

A-consensus
NU-6

## Motivation We want to allow spending coinbase transaction outputs before the usual depth on Regtest.

A-consensus
NU-6
C-testing

## Motivation We want to use the `ReadStateService` from other processes like zebra-scan or an RPC wallet without spawning or checking on a block write task. It would be useful...

C-enhancement
S-needs-triage
A-state

## Motivation We want Zebra to have the same end of support timeline as zcashd. Closes #8521. ### PR Author Checklist #### Check before marking the PR as ready for...

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

## Motivation Close #8471. The bug described in #8471 is caused by an incorrect serialization of empty note commitment trees for RPCs. Zebra serializes such trees as the empty string,...

C-bug
I-usability
A-rpc
P-Medium :zap:
rust

We're currently testing only non-existing and empty treestates in the `z_get_treestate` RPC. We should also test: 1. Non-empty Sapling treestates. 2. The empty Orchard treestate. 3. Non-empty Orchard treestates. To...

C-testing
A-rpc
rust