Generate checkpoints in CI #6367
Labels
A-devops
Area: Pipelines, CI/CD and Dockerfiles
A-rpc
Area: Remote Procedure Call interfaces
A-rust
Area: Updates to Rust code
C-enhancement
Category: This is an improvement
C-testing
Category: These are tests
S-needs-triage
Status: A bug report needs triage
Motivation
We want to generate checkpoints from the cached states in Zebra's CI, so that developers can do releases easily.
Complex Code or Requirements
zcash-cli
in the checkpoint binary, we'll need to switch to making RPC requests directly.zebrad
with RPCs, and connectszebra-checkpoints
to it. This should be simple, we have existing test code that launcheszebrad
with RPCs.Originally I said that testnet can do a full sync from an empty state, but it turns out that's complicated to configure in our test harness.
Testing
zcashd
and the checkpoints in CI.DevOps
main
branch protection rulesTestnet failures are expected occasionally, so we don't want to require that job.
The text was updated successfully, but these errors were encountered: