teor

Results 145 issues of teor

## Motivation We have to manually check for failures in CI jobs. But we could save ourselves a lot of work by automatically opening or updating a ticket instead: https://github.com/marketplace/actions/failed-build-issue...

A-devops
C-enhancement
C-tracking-issue
S-needs-triage

## Motivation str4d told us that `zcashd` caches its `getblocktemplate` RPC response when the RPC is called frequently. This can improve RPC performance, which is important for miner profits. The...

C-enhancement
S-needs-triage
I-slow
A-rpc
A-concurrency

### What happened? I expected to see this happen: All logs after the startup logs have commit and network spans. Instead, this happened: Those spans are missing from some state...

C-bug
good first issue
E-help-wanted
S-needs-triage
A-diagnostics
A-state

## Motivation CI panicked in `wait_for_zebra_checkpoints_generation()`: https://github.com/ZcashFoundation/zebra/actions/runs/5418491535/jobs/9851372930?pr=7090#step:8:219 _Originally posted by @arya2 in https://github.com/ZcashFoundation/zebra/pull/7090#pullrequestreview-1509652219_ ### Diagnosis It looks like this regex might be too strict, Zebra logged a block height in...

C-bug
A-rust
S-needs-triage
I-integration-fail
A-concurrency

## Motivation If we want to deploy instances on every main branch push, they need to use a persistent state disk, or a copy of the CI cached state. Otherwise,...

A-devops
C-enhancement
S-needs-triage
I-slow
I-remote-node-overload
C-testing

## Motivation Miners need RPCs and verification to be fast, to improve profits. When Zebra has already verified a transaction in the mempool, we know it will be valid in...

I-slow
A-rpc

## Motivation Some mining pools have asked us to reduce Zebra's disk usage. ### Alternative Designs Here are some different things we could try, in rough order of effort/disruptiveness: 0....

C-bug
S-needs-triage
I-heavy
A-rpc
A-state

### TL;DR Add a `show_ssh_output` input to the action, which shows the SSH stdout and stderr in the GitHub Action logs. Ideally, the output should be shown live, as it...

enhancement

**Is your feature request related to a problem? Please describe.** In #1890, we allow users to manually configure an external IP address for Zebra. But we can also detect this...

C-bug
A-rust
C-enhancement
I-usability

### Describe the issue or request On every PR, we run the same Docker build twice, with exactly the same settings: https://github.com/ZcashFoundation/zebra/blob/aad883b68ae1fb7a98aa2868bc1bd4a34954bd13/.github/workflows/ci-unit-tests-docker.yml#L84-L86 https://github.com/ZcashFoundation/zebra/blob/aad883b68ae1fb7a98aa2868bc1bd4a34954bd13/.github/workflows/ci-integration-tests-gcp.yml#L126-L128 ### Expected Behavior This seems redundant, we...

A-devops
C-cleanup
S-needs-triage
I-integration-fail
I-cost
C-trivial