Marek
Marek
## Motivation Zebra is going to have its first release candidates and active users. We should document, ideally in the README, where users can get support for Zebra.
## Motivation Zebra is going to have its first release candidates and active users. We should prepare issue templates to make bug reporting unified and easy for people outside the...
## Description We are currently refactoring our contributing guidelines, and as part of that, we would like to provide a tool that would perform basic CI checks for developers locally...
## Motivation We currently don't perform batched scanning: https://github.com/zcashfoundation/zebra/blob/80827f5294603cca3d5e010bb2047617c2913991/zebra-scan/src/scan.rs#L233. Depends on #8229. ## Suggested solution Scan blocks using batches of keys https://discord.com/channels/809218587167293450/809251029673312267/1194795872681201714
## Motivation PR #8079 adds support for opening the database in a read-only mode. However, the writing functionality still remains accessible in the API of the returned database. We should...
We've recently moved the docs of the public APIs of Zebra's crates to . The `zebrad` crate has the features targetted for docs.rs specified in the [`[package.metadata.docs.rs]`](https://github.com/zcashfoundation/zebra/blob/b7e3158cd4b155d37a78e097e23a606ebaa40593/zebrad/Cargo.toml#L38) table. No other...
## Motivation Zebra now contains RPCs that are only documented in the API docs rendered at https://docs.rs/zebra-grpc/0.1.0-alpha.2/zebra_grpc/server/struct.ScannerRPC.html. These docs are Rust-specific and not suitable as general documentation for an RPC...
Starting Zebra with the `elasticsearch` feature enabled, for example, by ``` cargo run --release --features elasticsearch ``` causes the following panic: ``` The application panicked (crashed). Message: ES Request should...
## Description PR #8222 spawns a separate scanning task for each set of newly registered kyes. This task will scan the chain up to the height at which the keys...
QEDIT mentioned they need support for Orchard keys. Part of this ticket is determining what Orchard scanning keys we will support.