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 Mainnet nodes must check that their chain contains NU5 before: - risking funds, including mining - displaying transactions to users, including through `lightwalletd` Ticket #5912 fixes this issue...

C-bug
A-consensus
S-needs-triage
I-invalid-data
I-lose-funds

https://github.com/ZcashFoundation/zebra/blob/main/zebra-utils/README.md There are a few new utilities that we need to document here: - https://github.com/ZcashFoundation/zebra/blob/main/zebra-utils/zcash-rpc-block-template-to-proposal - https://github.com/ZcashFoundation/zebra/tree/main/zebra-utils/src/bin/block-template-to-proposal - https://github.com/ZcashFoundation/zebra/tree/main/zebra-utils/src/bin/search-issue-refs

A-docs

## Motivation We want to codify our policies for triaging and fixing uncovered security vulnerabilities.

A-docs
C-enhancement
C-tracking-issue

## Motivation We've dealt with multiple issues, from snapshot multiple disks to restore a custom image (not being available). This can also increase in complexity, making custom images a less...

C-design
A-infrastructure
A-devops
C-enhancement

## Motivation When I use in-browser SSH to a CD VM instance, I get this message: > Please consider adding the IAP-secured Tunnel User IAM role (iap.tunnelInstances.accessViaIAP) to start using...

C-bug
A-infrastructure
A-devops
S-needs-triage
I-slow

## Motivation We currently have a separate test file for end of support tests, which makes `cargo` link `zebrad` into two different test binaries. This increases build time and test...

E-help-wanted
C-cleanup
S-needs-triage
I-slow
C-testing

## Motivation Unknown unified receivers are valid according to the spec, but Zebra's RPCs reject them. Unified addresses are designed to be forwards-compatible, so new or experimental receiver types can...

C-bug
E-help-wanted
I-usability
A-rpc
A-compatibility

## Motivation We need to store block work in the finalized state database to: 1. efficiently calculate `getnetworksolps` & `getnetworkhashps` responses, and 2. show the full cumulative chain work in...

C-enhancement
S-needs-triage
A-state

## Motivation In order to make it as easy as possible for users to install and run zebra in the most popular operating systems we might want to consider creating...

C-research
S-needs-investigation
C-feature

## Motivation We don't have any block test vectors for NU5 on: * mainnet: https://github.com/ZcashFoundation/zebra/blob/main/zebra-test/src/vectors/block.rs#L542 * testnet: https://github.com/ZcashFoundation/zebra/blob/main/zebra-test/src/vectors/block.rs#L855 This means we're not testing the NU5 consensus rules in some unit...

C-bug
A-consensus
S-needs-triage
NU-5
C-testing