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 These metrics are part of #5297, but we also needed them to diagnose bugs in PR #5257. This is a low-risk change that is not a release blocker....

C-enhancement
P-Low :snowflake:
A-diagnostics
A-state
C-feature
C-trivial

## Motivation When we engage a team to audit Zebra, we want to provide them with a number of lists outlining our dependencies and which of those we would like...

A-docs
A-dependencies
P-Medium :zap:

## Motivation Currently, the send transactions test is very slow, because it: - copies the entire Zebra finalized state directory - syncs to the tip - gets transactions from the...

C-bug
S-needs-triage
P-Low :snowflake:
I-slow
C-testing
A-rpc

## Motivation `cargo nextest` runs more Rust tests in parallel, making tests faster, and making better use of CI machine CPUs. We might want to use it to reduce Google...

A-devops
C-enhancement
S-needs-triage
P-Low :snowflake:
I-slow
C-testing
I-cost

## Motivation Mining pools use the `getblockhash` RPC method. https://zcash.github.io/rpc/getblockhash.html ## Requirements ## Testing - [ ] Snapshot the output of the RPC - [ ] Test calling the RPC...

## Motivation We would like mining pools to be able to use zebrad to: 1. generate a block template for mining, and 2. broadcast a newly-mined block to the Zcash...

C-enhancement
S-needs-triage
Epic

## Motivation We've been dealing with multiple issues related to `tj-actions/changed-files` and file comparison using previous the previous `sha`. We should document the actual configuration and why it's the one...

A-docs
A-devops
C-enhancement
S-needs-triage
P-Low :snowflake:

## Motivation The ["Architecture"](https://zebra.zfnd.org/dev/overview.html#architecture) section of the zebra book helps newcomers to Zebra to understand its different components. This has currently not been updated with details of zebra-rpc, zebra-node-services, or...

A-docs
C-enhancement
S-needs-triage

## Motivation Mining pools use the `getblocktemplate` RPC method. ### [`getblocktemplate`](https://zcash.github.io/rpc/getblocktemplate.html) - [getblocktemplate](https://zcash.github.io/rpc/getblocktemplate.html) - [parameters](https://github.com/viabtc/viabtc_mining_server/blob/4891c9ccbadc773919cbb3a53beca1b610fb6543/jobmaster/jm_job.c#L1089): - rules: segwit - not in Zcash - [fields](https://github.com/viabtc/viabtc_mining_server/blob/4891c9ccbadc773919cbb3a53beca1b610fb6543/jobmaster/jm_job.c#L409): - height - version - curtime...