Skip to content

Releases: kilnfi/eth-validator-watcher

v0.3.0

28 Jun 12:38
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

0x prefixes:

  • Allow both 0x and non 0x prefixed ETH1 public key in --fee-recipient flag
  • Allow both 0x and non 0x prefixed validators public key in file corresponding to --pubkeys-file-path flag

Fix --fee-recipient bug:

  • When using --fee-recipient flag with external block building, the actual fee recipient is not the one specified in the --fee-recipient flag, and the corresponding execution block contains at least one transaction with no to (example: smart contract deployment), then the watcher crashes. This release fixes this bug.

v0.2.0

23 Jun 11:07
dad0673
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Missed attestation detection

  • Assume all validators are always live on Nimbus. See status-im/nimbus-eth2#5019 for more details.
  • Reduce false negative on start.

Fee recipient detection

  • Fix bug where eth1_data were used in place of execution_payload, leading to false positive.

v0.1.0

22 Jun 08:22
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

This is a pre-release.
Breaking changes are subject to happen.