nimbus-eth2
nimbus-eth2 copied to clipboard
Nim implementation of the Ethereum Beacon Chain
When the BN is unable to publish an attestation (for example because it has no peers on the topic), VC starts a tight spam loop, reposting the same attestation over...
Other changes: * More DRY encoding of the Nimbus content type preference. * Switch if/elif/else to exhaustive case statements to guard the code better from future changes.
**Describe the bug** I am running 2 validators on prater network (on rpi4 8GB booting with 1TB USB SSD). My Beaconchain and Validator processes are separate. Even if there is...
Currently, `make` uses `-j1` unless otherwise specified. Probably, it should use `make -j$(nproc) by default, or its platform equivalent on macOS, Windows, and BSDs.
It looks like parsing of `--tcp-port` locks the command-line parser into thinking it's running without a specific command ``` [arnetheduck@praeceps nimbus-eth2]$ build/nimbus_beacon_node --network=mainnet --data-dir=/tmp deposits The required option 'depositsCmd' was...
Draft PR for a block explorer based on Nimbus, QT - can be used with a running Nimbus beacon node - communicates with the node via the standard REST API...
Software updates and planned restarts should be handled with zero-downtime. This is a challenge because deploying a new installation takes time and any restart is associated with reloading at least...
I believe we have an opportunity to make an impact on the ecosystem if we approach the problem of beacon node incentivization ([history](https://github.com/ethereum/eth2.0-specs/issues/157)) from day 0. I propose we build...
It is highly desirable for Rocket Pool (and likely other staking providers) that the feeRecipient on execution payloads be configurable on a per validator account basis. In the case of...
**Is your feature request related to a problem? Please describe.** `make nimbus_beacon_node` hangs for a long time, it's unclear if it's progressing as expected or if something has gone wrong....