nimbus-eth2
nimbus-eth2 copied to clipboard
Nim implementation of the Ethereum Beacon Chain
Nimbus will implement a number of features inspired by the [secret shared validators](https://www.youtube.com/watch?v=awBX1SrXOhk) research, allowing sophisticated node operators such as staking pools to create highly available and secure setups that...
If the external IP was detected through UPnP/NAT-PMP, we check periodically to see if it changes, then we inform the discovery subsystem about it. "nim-eth" is being bumped because it...
Completely reworked scoring in gossipsub First goal was to also score peers in the attestation subnet. Previously, we only scored peers in global topics which was an issue when running...
* Fix `PeerPool` to use `getFuture()` only once when adding peer. * Add `isAlive(peer)` procedure. * Add `join(peer)` procedure. * Remove useless metric (discovery). * Add `notifyAndWait()` procedure which will...
Quick and dirty initial test - this should need further fixes such as installing Ganache in the Jenkins environment.
**Is your feature request related to a problem? Please describe.** As a tool developer on top of various clients and other tools, it would be nice to be able to...
**Is your feature request related to a problem? Please describe.** As a tool developer on top of various clients and other tools, it would be nice to be able to...
- My ideal mode of operation would be to add both `--trusted-node-url` and `--backfill` as command line arguments to the normal `nimbus_beacon_node` command (i.e. "no action"), and include them if...