teor

Results 145 issues of teor

Once we fix Tor's Travis `make test-stem` timeouts, we should update Stem's Travis CI config, based on Chutney's Travis CI config. Chutney's config provides a combination of OSes, Tor versions,...

I can visit this blog post directly: https://www.outreachy.org/blog/2020-03-27/outreachy-response-to-covid-19/ But I can't see it on: https://www.outreachy.org/blog/ The last post I can see is: Projects that need more applicants - December 2019...

## Motivation The full sync is timing out, so we want to reduce the amount of time we wait for stuck blocks. ## Solution Reduce the default block timeout to...

C-bug
P-Critical :ambulance:
I-slow
I-integration-fail

## Motivation The `getblocktemplate` RPC collects the transactions in the mempool into a block. That block must be contextually valid based on the best tip in the state. We can't...

C-bug
A-consensus
A-rust
P-Medium :zap:
I-consensus
A-state

## Motivation The `getblocktemplate` RPC collects the transactions in the mempool into a block. That block must be contextually valid based on the best tip in the state. We'll want...

### Motivation We want to deploy the new relaying rules in ZIP-317, once enough wallets have updated: > Node developers SHOULD coordinate on schedules for deploying restrictions to their policies...

A-rust
S-blocked
P-Medium :zap:
C-security
I-heavy
I-remote-node-overload
A-network

### Motivation We can deploy the new mempool rules in ZIP-317 before wallets have updated to the new conventional fee, because dropping transactions is randomised. This can be changed in...

A-rust
C-enhancement
P-Medium :zap:
C-security
I-heavy
I-remote-node-overload

## Motivation In PR #5393 we move the lightwalletd full sync to the main branch. We might want to be able to run it manually on some PRs. ## Review...

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

## Motivation Waiting for the last finalized block is currently handled by `can_fork_chain_at()`, which returns early if the tip hash doesn't match any blocks. https://github.com/ZcashFoundation/zebra/blob/093d503d22894fee57249387f25eb86a5bc8b985/zebra-state/src/service.rs#L378-L381 But it has a bug:...

C-bug
A-consensus
A-rust
P-High :fire:
I-slow
A-state

## Motivation When we look at Google Cloud costs, we want to know which test or continuous deployment is causing them. This is essential for reducing Google Cloud costs, which...

A-devops
C-enhancement
P-Low :snowflake:
I-cost