amirylm
amirylm
**Is your feature request related to a problem? Please describe.** Currently, when some node is asked for decided message in a specific range, it reads all the desired messages one...
**Describe the bug** In case the exporter got the first two (or more) decided messages via network publish rather than via sync protocol, the message with sequence number `0` won't...
**Describe the bug** Once there is a quorum (3/4) of commit messages, decided message is constructed with the (3) signers of the message while the forth signer is not included....
**Describe the bug** Exporter doesn't stream all events and decided messages **To Reproduce** N/A **Expected behavior** Exporter should notify on new validators/operators and decided messages **Screenshots** N/A **Node (please complete...
Currently the status does not gets updated and therefore wrong values are shown in logs/grafana
``` /go/src/github.com/bloxapp/ssv/ibft/controller/controller_sync.go:35 github.com/bloxapp/ssv/ibft/controller.(*Controller).ProcessSyncMessage panic: runtime error: invalid memory address or nil pointer dereference ```
There are multiple `pk for id not found` errors, originate in message verification on message processing (`msg pipeline error`) and late commit handling (`received invalid late commit message`)
e.g. ``` { "publicKey": "...", "name": "genesis4", "ownerAddress": "...", "index": 1 }, { "publicKey": "...", "name": "genesis2", "ownerAddress": "...", "index": 1 } ```