teor

Results 145 issues of teor

## 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

## 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

## Motivation We're seeing "failed servers must set their error slot" panics when Zebra is overloaded. This panic is caused by the design of the `Client` connection code. Currently, the...

P-Low :snowflake:
C-security
I-panic
A-network

## Motivation Zebra can take a long time to re-open the database after the initial sync: > 2022-07-25T03:50:05.294821Z WARN {net="Main"}: zebra_chain::diagnostic: opening finalized state database code took a long time...

C-bug
S-needs-triage
P-Low :snowflake:
I-slow
A-state

## Motivation We're seeing "failed servers must set their error slot" panics when Zebra is overloaded. This panic is caused by the design of the `Client` connection code. Currently, the...

S-needs-triage
P-Low :snowflake:
C-security
I-panic
A-network

## Motivation We want to use a separate tokio executor for RPCs, so that RPC queries don't slow down syncing. (And syncing doesn't slow down RPCs.) ### API Reference This...

C-bug
P-Medium :zap:
C-security
I-slow
I-integration-fail
A-rpc
lightwalletd

## TODO - [x] export the types required to use the new APIs - [x] add a copy of the Version message to the struct - [ ] Write tests...

C-enhancement
P-Medium :zap:
A-network

## Motivation `chrono` has fixed rust security advisory: https://rustsec.org/advisories/RUSTSEC-2020-0159 It has also fixed some panic bugs. ## Solution - Bump chrono to 0.4.20 Related build / security fixes: - Drop...

A-dependencies
A-rust
P-Medium :zap:
C-security
I-panic
I-unsound

## Motivation We're currently compiling 3 different versions of the `orchard` crates into Zebra: ``` Compiling halo2_gadgets v0.1.0 Compiling halo2_gadgets v0.2.0 Compiling orchard v0.1.0 Compiling orchard v0.2.0 Compiling zcash_primitives v0.6.0...

C-bug
A-dependencies
S-needs-triage
P-High :fire:
I-integration-fail