lighthouse icon indicating copy to clipboard operation
lighthouse copied to clipboard

Voluntary exit link is dead in CLI exit command

Open remyroy opened this issue 7 months ago • 1 comments

Calling the account validator exit will eventually lead the user to this dead link: https://lighthouse-book.sigmaprime.io/voluntary-exit.html . The link should be updated to https://lighthouse-book.sigmaprime.io/validator_voluntary_exit.html .

Found in https://github.com/search?q=repo%3Asigp%2Flighthouse%20https%3A%2F%2Flighthouse-book.sigmaprime.io%2Fvoluntary-exit.html&type=code

User cannot find the phrase required to complete the voluntary exit by browsing to this dead link.

remyroy avatar Jun 05 '25 21:06 remyroy

Thanks for reporting Remy. This is fixed in the unstable:

https://github.com/sigp/lighthouse/blob/e098f667380cd09c0293d9d892a72e05c5398442/book/src/validator_voluntary_exit.md?plain=1#L48-L49

and

https://github.com/sigp/lighthouse/blob/e098f667380cd09c0293d9d892a72e05c5398442/account_manager/src/validator/exit.rs#L32

We understand the confusion, as some commits in the unstable haven't been merged into the stable for quite a while. This confusion should be resolved in the next release when these commits are merged to stable.

The Lighthouse book uses the unstable branch, so the book shows the updated link.

chong-he avatar Jun 06 '25 00:06 chong-he

The stable branch links are also updated now, hopefully there is no more confusion.

Closing as complete

chong-he avatar Jul 14 '25 06:07 chong-he