Skip to content

v0.6.6 (hope)

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Nov 21:20
00aeddd

New additions:

  • New RPC APIs for inspecting the internal state of the Eth1 monitor.

We've fixed:

  • A fork-choice issue causing Nimbus to get stuck on a particular slot.

  • A logic error causing Nimbus to vote for an incorrect Eth1 block.

  • A crash during initialization when the web3 provider refuses
    to serve data (for example, when a request quota has been exceeded).

Notes:

  • This release takes a bit longer to start than usual - this will be addressed in the next release

  • To update to the latest version, run:

git pull && make update

Followed by

make nimbus_beacon_node

(If your beacon node is already running, you'll need to disconnect -- Ctrl+C -- and reconnect for the changes to take effect)

Seen the Nimbus book for more.