zebra icon indicating copy to clipboard operation
zebra copied to clipboard

Zcash - Financial Privacy in Rust 🦓

Results 348 zebra issues
Sort by recently updated
recently updated
newest added

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.142 to 1.0.143. Release notes Sourced from serde's releases. v1.0.143 Invert build.rs cfgs in serde_test to produce the most modern configuration in the default case (#2253, thanks...

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

## Motivation We want to use a separate tokio executor for RPCs, so that RPC queries don't slow down syncing. (And syncing doesn't slow down RPCs.) ### API Reference This...

C-bug
P-Medium :zap:
C-security
I-slow
I-integration-fail
A-rpc
lightwalletd

## TODO - [x] export the types required to use the new APIs - [x] add a copy of the Version message to the struct - [ ] Write tests...

C-enhancement
P-Medium :zap:
A-network

## Motivation `chrono` has fixed rust security advisory: https://rustsec.org/advisories/RUSTSEC-2020-0159 It has also fixed some panic bugs. ## Solution - Bump chrono to 0.4.20 Related build / security fixes: - Drop...

A-dependencies
A-rust
P-Medium :zap:
C-security
I-panic
I-unsound

## Motivation We're currently compiling 3 different versions of the `orchard` crates into Zebra: ``` Compiling halo2_gadgets v0.1.0 Compiling halo2_gadgets v0.2.0 Compiling orchard v0.1.0 Compiling orchard v0.2.0 Compiling zcash_primitives v0.6.0...

C-bug
A-dependencies
S-needs-triage
P-High :fire:
I-integration-fail

## Motivation In #1844, we deployed a few `zcashd` instances on testnet, to make Zebra's testnet tests more reliable. But those nodes aren't showing up in the ECC's or the...

C-bug
A-rust
S-needs-investigation
P-Medium :zap:
I-slow
I-integration-fail
I-usability

Bumps [rocksdb](https://github.com/rust-rocksdb/rust-rocksdb) from 0.18.0 to 0.19.0. Release notes Sourced from rocksdb's releases. v0.19.0 What's Changed Add support for building with io_uring on Linux (parazyd) Change iterators to return Result (mina86)...

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

## Motivation In https://github.com/ZcashFoundation/zebra/pull/4253 we added tests for grpc wallet methods, however we left a few TODOs in the main file (zebrad/tests/common/lightwalletd/wallet_grpc_test.rs) for missing tests. ## Tasks Add a test...

S-blocked
P-High :fire:
lightwalletd

## Motivation lightwalletd doesn't reliably log when it reaches the chain tip. In PR #4828, we added a workaround to the lightwalletd full sync test, which stops at a fixed...

C-bug
S-needs-triage
P-Medium :zap:
C-testing
A-rpc
lightwalletd

## Motivation In NU5 we added a check for previous Zebra versions that had followed an incorrect chain. But we only check 100 blocks for legacy transactions. Sometimes testnet has...

C-bug
A-consensus
NU-5
P-Medium :zap: