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 Mining pools use the `submitblock` RPC call. ## Requirements https://zcash.github.io/rpc/submitblock.html And any submission abbreviations required by the mining pool software: https://en.bitcoin.it/wiki/BIP_0023#Submission_Abbreviation The goals of the `submitblock` RPC are...

S-needs-investigation

## Motivation We want to support mining rpc calls but as an isolated rust feature. Can close https://github.com/ZcashFoundation/zebra/issues/5305 with some more work. It also implement partially `get_block_count` (https://github.com/ZcashFoundation/zebra/issues/5303) so we...

P-High :fire:
C-feature

## Motivation We recently updated `inferno`, which depends on `num_format`, which depends on `arrayvec` and `itoa`, and running ```bash cargo deny --all-features check bans ``` started producing the following warnings:...

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

Branch **main** (7daffb5) and [#5397](/ZcashFoundation/zebra/pull/5397) are embarked together for merge. This pull request has been created by Mergify to speculatively check the mergeability of [#5397](/ZcashFoundation/zebra/pull/5397). You don't need to do...

Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.2 to 6.3.3. Release notes Sourced from actions/github-script's releases. v6.3.3 What's Changed Update @actions/glob to 0.3.0 by @​nineinchnick in actions/github-script#279 New Contributors @​nineinchnick made their first contribution...

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

## Motivation We need to get a list of recently committed spent outpoints & nullifiers from the state service, so we can evict any mempool transactions that also spend/reveal them....

C-bug
P-Medium :zap:
I-usability

## Motivation Currently this PR has all zebra dependencies in different categories. This PR is not to be merged (at least not as it is) but for people to make...

P-High :fire:
do-not-merge

## Motivation The full sync is timing out, so we want to reduce the amount of time we wait for stuck blocks. ## Solution Reduce the default block timeout to...

C-bug
P-Critical :ambulance:
I-slow
I-integration-fail

## Motivation We want to test that errors in the state are handled correctly. ## Design We want to do these tests here: - when committing checkpointed blocks, fail a...

C-enhancement
P-Medium :zap:
C-security
I-panic
I-hang

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