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 [bech32](https://github.com/rust-bitcoin/rust-bech32) from 0.9.0 to 0.9.1. Commits d12513f Merge rust-bitcoin/rust-bech3232: Revert encode_to_fmt API change 0d01fad Bump version to 0.9.1 3693935 Revert encode_to_fmt API change 3e93f95 Merge rust-bitcoin/rust-bech3232: Install gcc-arm-none-eabi in...

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

Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.21 to 0.3.23. Release notes Sourced from futures's releases. 0.3.23 Work around MSRV increase due to a cargo bug. 0.3.22 Fix Sync impl of BiLockGuard (#2570) Fix...

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

Bumps [futures-core](https://github.com/rust-lang/futures-rs) from 0.3.21 to 0.3.23. Release notes Sourced from futures-core's releases. 0.3.23 Work around MSRV increase due to a cargo bug. 0.3.22 Fix Sync impl of BiLockGuard (#2570) Fix...

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

## Motivation In PR #4828, we had to increase the `lightwalletd` full sync timeout to 2.5 hours. This might be a Zebra bug, it looks like all the blocks are...

C-bug
S-needs-investigation
P-Medium :zap:
I-slow
A-rpc
lightwalletd

## Motivation Note commitment tree updates are very slow in Zebra right now, causing CI failures and instability, slow syncs, and poor user experience. We can avoid most of these...

A-consensus
C-enhancement
S-needs-triage
P-High :fire:
I-slow
I-integration-fail

Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.21 to 0.3.23. Release notes Sourced from futures-util's releases. 0.3.23 Work around MSRV increase due to a cargo bug. 0.3.22 Fix Sync impl of BiLockGuard (#2570) Fix...

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

Bumps [pin-project](https://github.com/taiki-e/pin-project) from 1.0.11 to 1.0.12. Release notes Sourced from pin-project's releases. 1.0.12 Suppress unused_tuple_struct_fields lint in generated code. Changelog Sourced from pin-project's changelog. [1.0.12] - 2022-08-15 Suppress unused_tuple_struct_fields lint...

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

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 24 to 26.1. Release notes Sourced from tj-actions/changed-files's releases. v26.1 What's Changed Upgraded to v26 by @​jackton1 in tj-actions/changed-files#577 fix: error retrieving base sha. by @​jackton1 in...

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

## Motivation Some of Zebra's sync tests are currently failing in CI on the main branch and other PRs. ### Possible Solutions - increase the test timeouts - update the...

C-bug
S-needs-triage
P-High :fire:
I-slow
I-integration-fail
C-testing

## Motivation At the moment, Zebra can't sync all the way to the tip, because some tokio tasks run for a long time, and block other tasks. (It's also possible...

C-bug
C-tracking-issue
S-needs-triage
Epic
P-Medium :zap:
C-security
I-consensus 💥
I-hang
I-integration-fail