Skip to content
#

sharding

Here are 239 public repositories matching this topic...

lighthouse
michaelsproul
michaelsproul commented Mar 1, 2022

Description

Users have reported the validator client being unable to start after running out of disk space due to the api-token.txt or validator_key_cache.json file being truncated/empty. I think this is a variant of an old issue that affected the validator definitions file, and was fixed by using atomic writes: sigp/lighthouse#2159

Strangely, we already seem

bug good first issue
dadepo
dadepo commented Mar 1, 2022

Describe the bug

When an hex literal value (prefixed with 0x) is supplied as the value of externalSignerPublicKeys, then the application fails to start. It throws the following error:

 ✖ YError: item.split is not a function at Object.runValidation [as _runValidation]

The reason is that yargs parses the hex literal string to numeric value, which causes the logic in the coe

prio7-low good first issue scope-ux

Improve this page

Add a description, image, and links to the sharding topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sharding topic, visit your repo's landing page and select "manage topics."

Learn more