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 This test occasionally fails on Windows: https://github.com/ZcashFoundation/zebra/actions/runs/8820297906/job/24213599401#step:12:4731 https://github.com/ZcashFoundation/zebra/actions/runs/8808071916/job/24176434273?pr=8411#step:12:4695 This may be due to a bug in production code, or a bug in the test code.

C-bug
S-needs-investigation
C-testing

## Motivation We want dependabot to update ECC dependencies separately from other production dependencies. This was working before, it seems it stopped working mid-October. I'm not sure if this PR...

A-dependencies
A-devops
C-trivial
P-Medium :zap:

## Motivation This is the tracking issue to outline the work necessary in order for zebra to support block explorers. ### Zcash Block explorers - [Blockchair](https://blockchair.com/zcash) - [Tokenview](https://zcash.tokenview.io/) - [Bitquery](https://explorer.bitquery.io/zcash)...

C-tracking-issue

Bumps the devops group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [tj-actions/changed-files](https://github.com/tj-actions/changed-files). Updates `actions/checkout` from 4.1.2 to 4.1.4 Release notes Sourced from actions/checkout's releases. v4.1.4 What's Changed Disable extensions.worktreeConfig when disabling sparse-checkout...

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

When executing `cargo build`, `cargo test` or similar i am getting since a while the following warning: ``` warning: /home/alfredo/zebra/bump_prod_whatwecan/zebra/zebra-utils/Cargo.toml: version requirement `0.9.34+deprecated` for dependency `serde_yaml` includes semver metadata which...

I-build-fail
P-Low :snowflake: