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 Most of the code for `zebra-grpc` was initially written in a single module, we want to re-organize it into multiple modules, similar to the structure of `zebra-rpc`. We...

A-rpc
C-tech-debt
A-blockchain-scanner
P-Low :snowflake:

### Motivation We want to ensure that only authorised users are able to retrieve results for a given viewing key, ### Specifications We will research the best way to do...

C-enhancement
S-needs-triage
A-rpc
A-blockchain-scanner
P-Optional :sparkles:

## Motivation We want to support JSON-encoded request/response data in the new gRPC server. This will be more important if we choose to migrate existing JSON RPC methods in `zebra-rpc`...

A-rpc
C-feature
A-blockchain-scanner
P-Optional :sparkles:

## Description PR #8222 spawns a separate scanning task for each set of newly registered kyes. This task will scan the chain up to the height at which the keys...

C-bug
A-blockchain-scanner

QEDIT mentioned they need support for Orchard keys. Part of this ticket is determining what Orchard scanning keys we will support.

C-enhancement
A-blockchain-scanner

Part of this issue is to determine what types of Sapling keys we will support. QEDIT, for example, mentioned they need support for outgoing viewing keys (ovks).

C-enhancement
A-blockchain-scanner

## Motivation The batched scanning API in librustzcash identifies the scanning results not by keys but `AccountID`'s instead. ## Suggested Solution Associate scanning keys with unique `AccountID`s.

A-blockchain-scanner

## Motivation The `github-actions` bot often assigns the `C-trivial` label to PRs where it shouldn't be. Manually removing the label doesn't help as the bot adds the label back on...

C-bug
A-devops

### Describe the issue or request It's hard for the team to know which CI test ID is running a specific Rust test, and how those matches with the Docker...

C-bug
A-devops
C-enhancement
S-needs-triage
I-usability

We removed the equihash custom dependency in Zebra that was part of the internal miner support. Restore the function once this pull requests are merged and a new version of...