Improvements and Fixes in Documentation, Including Corrected Command Usage (#4998)
* Fix typo: change 'periodical' to 'periodic' in progress updates description * Fix wrong command in Usage section * fix typo in Development Environment section * Fix typo: change 'Explictly' to 'Explicitly' * Fix typos in Lighthouse UI and Contributing sections * Fix typo: replace 'confirms' with 'conforms' in Beacon Node API description * fix minor typographical error: change 'advice' to 'advise' in SIGILL warning message * Fix spelling error in Detailed Guide section * Revert "Fix typo: change 'Explictly' to 'Explicitly'" This reverts commit 6b0781682b4f9d129d9af48d428353f596b8b852. * Revert "fix minor typographical error: change 'advice' to 'advise' in SIGILL warning message" This reverts commit a4904a0afd2d531caf4585e1f0726a6dd65081ea. * compiled * Revert "compiled" This reverts commit 425a553bd93af93340858050cc45041ae86b3733. * Revert "Revert "compiled"" This reverts commit b1f871cb1bd41822f4c7bd696f77ba38cdd32f9d. * Empty commit to trigger CI.
This commit is contained in:
parent
01ec42e75a
commit
aa592853df
@ -41,7 +41,7 @@ as the canonical staking deposit contract address.
|
|||||||
The [Lighthouse Book](https://lighthouse-book.sigmaprime.io) contains information for users and
|
The [Lighthouse Book](https://lighthouse-book.sigmaprime.io) contains information for users and
|
||||||
developers.
|
developers.
|
||||||
|
|
||||||
The Lighthouse team maintains a blog at [lighthouse-blog.sigmaprime.io][blog] which contains periodical
|
The Lighthouse team maintains a blog at [lighthouse-blog.sigmaprime.io][blog] which contains periodic
|
||||||
progress updates, roadmap insights and interesting findings.
|
progress updates, roadmap insights and interesting findings.
|
||||||
|
|
||||||
## Branches
|
## Branches
|
||||||
|
@ -29,6 +29,6 @@ Simply run `./account_manager generate` to generate a new random private key,
|
|||||||
which will be automatically saved to the correct directory.
|
which will be automatically saved to the correct directory.
|
||||||
|
|
||||||
If you prefer to use our "deterministic" keys for testing purposes, simply
|
If you prefer to use our "deterministic" keys for testing purposes, simply
|
||||||
run `./accounts_manager generate_deterministic -i <index>`, where `index` is
|
run `./account_manager generate_deterministic -i <index>`, where `index` is
|
||||||
the validator index for the key. This will reliably produce the same key each time
|
the validator index for the key. This will reliably produce the same key each time
|
||||||
and save it to the directory.
|
and save it to the directory.
|
@ -13,7 +13,7 @@ Siren is a user interface built for Lighthouse that connects to a Lighthouse Bea
|
|||||||
a Lighthouse Validator Client to monitor performance and display key validator
|
a Lighthouse Validator Client to monitor performance and display key validator
|
||||||
metrics.
|
metrics.
|
||||||
|
|
||||||
The UI is currently in active development. Its resides in the
|
The UI is currently in active development. It resides in the
|
||||||
[Siren](https://github.com/sigp/siren) repository.
|
[Siren](https://github.com/sigp/siren) repository.
|
||||||
|
|
||||||
## Topics
|
## Topics
|
||||||
@ -30,5 +30,5 @@ information:
|
|||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
If you find and issue or bug or would otherwise like to help out with the
|
If you find an issue or bug or would otherwise like to help out with the
|
||||||
development of the Siren project, please submit issues and PRs to the [Siren](https://github.com/sigp/siren) repository.
|
development of the Siren project, please submit issues and PRs to the [Siren](https://github.com/sigp/siren) repository.
|
||||||
|
@ -16,7 +16,7 @@ The additional requirements for developers are:
|
|||||||
some dependencies. See [`Installation Guide`](./installation.md) for more info.
|
some dependencies. See [`Installation Guide`](./installation.md) for more info.
|
||||||
- [`java 17 runtime`](https://openjdk.java.net/projects/jdk/). 17 is the minimum,
|
- [`java 17 runtime`](https://openjdk.java.net/projects/jdk/). 17 is the minimum,
|
||||||
used by web3signer_tests.
|
used by web3signer_tests.
|
||||||
- [`libpq-dev`](https://www.postgresql.org/docs/devel/libpq.html). Also know as
|
- [`libpq-dev`](https://www.postgresql.org/docs/devel/libpq.html). Also known as
|
||||||
`libpq-devel` on some systems.
|
`libpq-devel` on some systems.
|
||||||
- [`docker`](https://www.docker.com/). Some tests need docker installed and **running**.
|
- [`docker`](https://www.docker.com/). Some tests need docker installed and **running**.
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ In order to initiate an exit, users can use the `lighthouse account validator ex
|
|||||||
|
|
||||||
- The `--keystore` flag is used to specify the path to the EIP-2335 voting keystore for the validator. The path should point directly to the validator key `.json` file, _not_ the folder containing the `.json` file.
|
- The `--keystore` flag is used to specify the path to the EIP-2335 voting keystore for the validator. The path should point directly to the validator key `.json` file, _not_ the folder containing the `.json` file.
|
||||||
|
|
||||||
- The `--beacon-node` flag is used to specify a beacon chain HTTP endpoint that confirms to the [Beacon Node API](https://ethereum.github.io/beacon-APIs/) specifications. That beacon node will be used to validate and propagate the voluntary exit. The default value for this flag is `http://localhost:5052`.
|
- The `--beacon-node` flag is used to specify a beacon chain HTTP endpoint that conforms to the [Beacon Node API](https://ethereum.github.io/beacon-APIs/) specifications. That beacon node will be used to validate and propagate the voluntary exit. The default value for this flag is `http://localhost:5052`.
|
||||||
|
|
||||||
- The `--network` flag is used to specify the network (default is `mainnet`).
|
- The `--network` flag is used to specify the network (default is `mainnet`).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user