Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing eth2 mentions in documentation and fix links #3848

Merged
merged 8 commits into from
Mar 13, 2022
Prev Previous commit
Next Next commit
Remove architecture.md links from depgraph.md
philknows authored Jan 27, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 6594f4a27295a46db9a0fafab55ca0b258a0ea56
4 changes: 2 additions & 2 deletions docs/design/depgraph.md
Original file line number Diff line number Diff line change
@@ -103,11 +103,11 @@ For a good explainer on how the fork choice itself works, see the [annotated for

## @chainsafe/lodestar-validator

[@chainsafe/lodestar-validator](https://github.com/ChainSafe/lodestar/tree/master/packages/validator) contains the validator client. The sole consumer of this package is [@chainsafe/lodestar-cli](#chainsafelodestar-cli), which provides CLI access to run and configure the validator client. However, the validator client communicates to a REST API that is contained in [@chainsafe/lodestar](#chainsafelodestar) (specifically in the [`api` module](../architecture/#api)) to perform the validator duties.
[@chainsafe/lodestar-validator](https://github.com/ChainSafe/lodestar/tree/master/packages/validator) contains the validator client. The sole consumer of this package is [@chainsafe/lodestar-cli](#chainsafelodestar-cli), which provides CLI access to run and configure the validator client. However, the validator client communicates to a REST API that is contained in [@chainsafe/lodestar](#chainsafelodestar) (specifically in the `api` module) to perform the validator duties.

## @chainsafe/lodestar

[@chainsafe/lodestar](https://github.com/ChainSafe/lodestar/tree/master/packages/lodestar) contains the actual beacon node process itself, which is the aggregate of all the above packages and the "brain" of the Lodestar beacon chain implementation. All of the [node modules](../architecture) live in this package as well.
[@chainsafe/lodestar](https://github.com/ChainSafe/lodestar/tree/master/packages/lodestar) contains the actual beacon node process itself, which is the aggregate of all the above packages and the "brain" of the Lodestar beacon chain implementation. All of the node modules live in this package as well.

## @chainsafe/lodestar-cli