Releases: kilnfi/eth-validator-watcher
Releases · kilnfi/eth-validator-watcher
v0.3.0
0x
prefixes:
- Allow both
0x
and non0x
prefixed ETH1 public key in--fee-recipient
flag - Allow both
0x
and non0x
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 noto
(example: smart contract deployment), then the watcher crashes. This release fixes this bug.
v0.2.0
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 ofexecution_payload
, leading to false positive.