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 To run dockerized containers in M1 and other ARM64 processors, we need to cross-compile the Docker image for this platforms. This makes it very hard to test locally,...

A-docs
A-devops
I-usability
C-feature
C-trivial
A-release
P-Low :snowflake:

## Motivation We want to run the blockchain scanner in a new binary and process. Close https://github.com/ZcashFoundation/zebra/issues/8581 Close https://github.com/ZcashFoundation/zebra/issues/8633 ### PR Author Checklist #### Check before marking the PR as...

C-feature
A-blockchain-scanner
P-Medium :zap:

Bumps the prod group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.7` |...

A-dependencies
A-rust
C-trivial
P-Low :snowflake:

The `zebrad` crate contains a scanner integration test: https://github.com/zcashfoundation/zebra/blob/ce875f512b537d1404b64a8860815b146fe2096e/zebrad/tests/acceptance.rs#L3107. ### Suggested Solution - Move the test to the new binary once we have it. ## Follow-ups #8585

C-testing
A-blockchain-scanner
rust

## Motivation We moved the scanner into a new binary in https://github.com/ZcashFoundation/zebra/pull/8608 . We also removed the scanner functionality from zebrad and commented out tests in https://github.com/ZcashFoundation/zebra/pull/8594 Now is time...

do-not-merge
C-trivial
A-blockchain-scanner
P-Medium :zap:

## Motivation The `non_blocking_logger()` test was missed when disabling tests that could cause port conflicts in https://github.com/ZcashFoundation/zebra/pull/8551 and when addressing port conflict issues in https://github.com/ZcashFoundation/zebra/pull/8624 to close https://github.com/ZcashFoundation/zebra/issues/8553. We want...

C-testing
C-trivial
P-Low :snowflake:

## Motivation There are not going to be any new major updates made to `zcashd` by ECC engineers, as such, we need to ensure that zebra can act as a...

### Motivation In order for `zebrad` to be able to act as a drop in replacement for `zcashd` we should ensure that the Zebra output for the `getrawtransaction` RPC call...

C-enhancement
S-needs-triage
I-usability
A-rpc

### Motivation This was [requested by a user on discord](https://discord.com/channels/809218587167293450/809251029673312267/1255256941610143835) in order to display transaction details per block such as block height, transaction type, etc... ### Specifications _No response_ ###...

C-enhancement
S-needs-triage
A-rpc

We have some good test coverage for our blockchain scanner and most of them will keep working after we introduce a new binary (https://github.com/ZcashFoundation/zebra/issues/8581) however tests that relies on the...

C-testing
A-blockchain-scanner
P-Medium :zap: