chore: Update docs (#8970)
* Update badges * Simplify Zebra's description * Change "Building Zebra" to "Manual Build" * Update "Known Issues" * Fix a typo
This commit is contained in:
parent
f5e872a4e2
commit
4097bdb364
22
README.md
22
README.md
|
@ -2,13 +2,17 @@
|
|||
|
||||
---
|
||||
|
||||
[](https://github.com/ZcashFoundation/zebra/actions/workflows/sub-ci-integration-tests-gcp.yml) [](https://github.com/ZcashFoundation/zebra/actions/workflows/ci-unit-tests-os.yml) [](https://github.com/ZcashFoundation/zebra/actions/workflows/cd-deploy-nodes-gcp.yml) [](https://codecov.io/gh/ZcashFoundation/zebra) [](https://github.com/ZcashFoundation/zebra/actions/workflows/docs-deploy-firebase.yml)
|
||||
[](https://github.com/ZcashFoundation/zebra/actions/workflows/ci-tests.yml)
|
||||
[](https://github.com/ZcashFoundation/zebra/actions/workflows/ci-unit-tests-os.yml)
|
||||
[](https://github.com/ZcashFoundation/zebra/actions/workflows/cd-deploy-nodes-gcp.yml)
|
||||
[](https://codecov.io/gh/ZcashFoundation/zebra)
|
||||
[](https://github.com/ZcashFoundation/zebra/actions/workflows/docs-deploy-firebase.yml)
|
||||

|
||||
|
||||
- [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++
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue