nimbus-eth2
nimbus-eth2 copied to clipboard
Nim implementation of the Ethereum Beacon Chain
**Describe the bug** Im running a beacon node using docker compose while persisting the node data to a volume. When started the node fail after some errors about permissions for...
This is phrased to encompass any of several approaches to this (e.g., wholly distinct monolithic binary images, runtime-selected shared libraries, et cetera). All `block_sim` runs used 2000 validators and 160...
This will cause keys to be loaded by both VC and BN resulting in high slashing risk (ie the slashing DB _may_ prevent it, but it's not certain) This is...
Similar to the beacon node, each validator client instance should log the time of its next action such that an auspicious time for its restart can be picked. ``` INF...
One of the useful features of the other clients is the separation of the Beacon Node and the Validator Client into separate processes. This is quite beneficial for a few...
When BN goes down, VC logs several error/warning messages per second due to various subcomponents failing independently - at most one ERR/WRN log per slot should be printed in this...
``` INF 2022-05-31 15:39:12.235+02:00 Beacon node has compatible configuration endpoint="localhost:11101 [Nimbus/v22.5.1-755821-stateofus]" INF 2022-05-31 15:39:12.235+02:00 Beacon node has compatible configuration endpoint="localhost:11101 [Nimbus/v22.5.1-755821-stateofus]" INF 2022-05-31 15:39:12.235+02:00 Beacon node has compatible configuration endpoint="localhost:11101...
`--metrics` should expose validator client metrics such that it can be tracked and monitored similar to the BN
During the development of https://github.com/status-im/nimbus-eth2/pull/3639, the tests covering the `/eth/v{1,2}/validator/blocks/slot` calls had to be removed because they featured invalid RANDAO reveal values (invalid epoch signatures). Since the `restapi.sh` script is...