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 notify RPC clients when there has been a change to the mempool with information about which transactions were added or removed.

A-rpc

## Motivation `zebra-rpc` needs to notify clients when there have been changes to Zebra's best chain tip or mempool with server-sent events or a socket. This would also be a...

A-rpc

### Describe the issue or request If a breaking change is introduced in `librustzcash` repo, we should be aware of this when creating a PR on our side. This should...

A-devops
S-needs-triage
I-usability
C-feature
P-Medium :zap:

GitHub Actions workflow [Run tests #36](https://github.com/ZcashFoundation/zebra/actions/runs/9482417426) failed. Event: push Branch: [main](https://github.com/ZcashFoundation/zebra/tree/main) Commit: [139e1c3ed71775147d92cae602ffe2504523871f](https://github.com/ZcashFoundation/zebra/commit/139e1c3ed71775147d92cae602ffe2504523871f) Created by [jayqi/failed-build-issue-action](https://github.com/jayqi/failed-build-issue-action)

S-ci-fail-auto-issue

We want to create a new binary `zebra-scanner` inside the `zebra-scan` crate. This should call `zebra_scanner::spawn_init` with the `ReadState::init`(https://github.com/ZcashFoundation/zebra/issues/8520) as the state argument and the last chain from the database...

A-infrastructure
A-blockchain-scanner

### Motivation We will need a new transaction format to support ZSAs ### Specifications _No response_ ### Complex Code or Requirements _No response_ ### Testing _No response_ ### Related Work...

C-enhancement
S-needs-triage
NU-7

We need to create a replacement for `ChainTipChange` to work with the new isolated scanner. We have the standalone `Readservice` being worked in (https://github.com/ZcashFoundation/zebra/issues/8520) so we need a method to...

A-state
A-blockchain-scanner

After we remove the scanning functionality from zebrad (https://github.com/ZcashFoundation/zebra/issues/8582) some of the current documentation will need to change for example: https://zebra.zfnd.org/user/shielded-scan-grpc-server.html All documentation changes and additions related to running the...

A-docs
A-blockchain-scanner

Option 1: The interaction between the user and the scanner will be only by the grpc server, we want to remove the config keys and related code. Option 2: An...

C-cleanup
C-removal
A-blockchain-scanner

## Motivation We want the `ChainTipChange` struct to work in a separate process so it can be used in `zebra-scan` and/or the indexer. We also want to have access to...

A-rpc
A-state
C-feature