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 The `getblocktemplate` RPC collects the transactions in the mempool into a block. That block must be contextually valid based on the best tip in the state. We can't...

C-bug
A-consensus
A-rust
P-Medium :zap:
I-consensus
A-state

## Motivation The `getblocktemplate` RPC collects the transactions in the mempool into a block. That block must be contextually valid based on the best tip in the state. We'll want...

### Motivation We want to deploy the new relaying rules in ZIP-317, once enough wallets have updated: > Node developers SHOULD coordinate on schedules for deploying restrictions to their policies...

A-rust
S-blocked
P-Medium :zap:
C-security
I-heavy
I-remote-node-overload
A-network

### Motivation We can deploy the new mempool rules in ZIP-317 before wallets have updated to the new conventional fee, because dropping transactions is randomised. This can be changed in...

A-rust
C-enhancement
P-Medium :zap:
C-security
I-heavy
I-remote-node-overload

## Motivation Mining pools use the `getblocksubsidy` RPC calls. ## Requirements https://zcash.github.io/rpc/getblocksubsidy.html ### Height argument - is optional. - is a number (current zebra functions that have `height` as argument...

S-needs-investigation

## Motivation We recently refactored the process of committing blocks to the finalized state. This PR tests if Zebra handles errors correctly. ## Solution In this PR, we trigger a...

A-rust
C-enhancement
P-Medium :zap:
C-testing
C-feature

After https://github.com/ZcashFoundation/zebra/pull/5357 gets merged we want to add a workflow into the CI so we can: - Build the code inside that feature. - Run the test code behind this...

## Previous behavior We've presented issues in the past with resizing as the device is busy, for example: ``` e2fsck: Cannot continue, aborting. /dev/sdb is in use. ``` Depends-On: #5370...

C-bug
A-infrastructure
A-devops
P-High :fire:
I-integration-fail
C-trivial

Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 0.8.1 to 0.8.2. Release notes Sourced from google-github-actions/auth's releases. v0.8.2 What's Changed Update deps to fix setOutput issue by @​sethvargo in google-github-actions/auth#228 Release: v0.8.2 by @​google-github-actions-bot in...

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

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 32.0.0 to 32.1.0. Release notes Sourced from tj-actions/changed-files's releases. v32.1.0 What's Changed Upgraded to v32.0.1 by @​jackton1 in tj-actions/changed-files#680 fix: bug with new commits pushed to the...

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