diff --git a/README.md b/README.md index 7e5d94fbb..569b6f46d 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,17 @@ --- -[![Integration Tests](https://github.com/ZcashFoundation/zebra/actions/workflows/sub-ci-integration-tests-gcp.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/sub-ci-integration-tests-gcp.yml) [![CI OSes](https://github.com/ZcashFoundation/zebra/actions/workflows/ci-unit-tests-os.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/ci-unit-tests-os.yml) [![Continuous Delivery](https://github.com/ZcashFoundation/zebra/actions/workflows/cd-deploy-nodes-gcp.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/cd-deploy-nodes-gcp.yml) [![codecov](https://codecov.io/gh/ZcashFoundation/zebra/branch/main/graph/badge.svg)](https://codecov.io/gh/ZcashFoundation/zebra) [![Build docs](https://github.com/ZcashFoundation/zebra/actions/workflows/docs-deploy-firebase.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/docs-deploy-firebase.yml) +[![Integration Tests](https://github.com/ZcashFoundation/zebra/actions/workflows/ci-tests.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/ci-tests.yml) +[![CI OSes](https://github.com/ZcashFoundation/zebra/actions/workflows/ci-unit-tests-os.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/ci-unit-tests-os.yml) +[![Continuous Delivery](https://github.com/ZcashFoundation/zebra/actions/workflows/cd-deploy-nodes-gcp.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/cd-deploy-nodes-gcp.yml) +[![codecov](https://codecov.io/gh/ZcashFoundation/zebra/branch/main/graph/badge.svg)](https://codecov.io/gh/ZcashFoundation/zebra) +[![Build docs](https://github.com/ZcashFoundation/zebra/actions/workflows/docs-deploy-firebase.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/docs-deploy-firebase.yml) ![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg) - [About](#about) - [Getting Started](#getting-started) - [Docker](#docker) - - [Building Zebra](#building-zebra) + - [Manual Build](#manual-build) - [Documentation](#documentation) - [User support](#user-support) - [Security](#security) @@ -16,14 +20,12 @@ ## About -[Zebra](https://zebra.zfnd.org/) is the Zcash Foundation's independent, -consensus-compatible implementation of a Zcash node. +[Zebra](https://zebra.zfnd.org/) is a Zcash full-node written in Rust. -Zebra's network stack is interoperable with `zcashd`, and Zebra implements all -the features required to reach Zcash network consensus, including the validation -of all the consensus rules for the NU5 network upgrade. -[Here](https://docs.rs/zebrad/latest/zebrad/index.html#zebra-advantages) are some -benefits of Zebra. +Zebra implements all the features required to reach Zcash network consensus, and +the network stack is interoperable with `zcashd`. +[Here](https://docs.rs/zebrad/latest/zebrad/index.html#zebra-advantages) are +some benefits of Zebra. Zebra validates blocks and transactions, but needs extra software to generate them: @@ -53,7 +55,7 @@ docker run zfnd/zebra:latest For more information, read our [Docker documentation](https://zebra.zfnd.org/user/docker.html). -### Building Zebra +### Manual Build Building Zebra requires [Rust](https://www.rust-lang.org/tools/install), [libclang](https://clang.llvm.org/doxygen/group__CINDEX.html), and a C++ diff --git a/book/src/user/troubleshooting.md b/book/src/user/troubleshooting.md index 009e079cd..09b31e451 100644 --- a/book/src/user/troubleshooting.md +++ b/book/src/user/troubleshooting.md @@ -12,7 +12,7 @@ There are a few bugs in Zebra that we're still working on fixing: - Block download and verification sometimes times out during Zebra's initial sync [#5709](https://github.com/ZcashFoundation/zebra/issues/5709). The full sync still finishes reasonably quickly. -- Experimental Tor support is disabled until Zebra upgrades to the latest `arti-client`. This happened due to a Rust dependency conflict ([#5492](https://github.com/ZcashFoundation/zebra/issues/5492)) and is still an issue due to [another dependency conflict](https://github.com/ZcashFoundation/zebra/issues/8328#issuecomment-1969989648). +- Experimental Tor support is disabled until Zebra upgrades to the latest `arti-client`. [#8328](https://github.com/ZcashFoundation/zebra/issues/8328#issuecomment-1969989648) ## Memory Issues