-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on handling HoneyBadger message. #64
Comments
- improved logging for Error on handling HoneyBadger message (DMDcoin#64)
2022-03-04 04:47:02 Worker Hbbft1 INFO engine public master key: PublicKey(0753..fd38) 2022-03-04 04:47:02 Worker Client0 ERROR consensus Error on handling HoneyBadger message from NodeId(0xb8cf…9d4a) in epoch 124265 error: UnknownSender |
it happens if a node drops out of current honey badger set, on the next block the node is not known to the honey badger engine, and cannot handle messages from the past. This is very common |
happened again on performance testnet. It hbbft27 for this example |
we do have a lot of HoneyBadger message that can not be handled.
One known origin for this message is a missmatch between the HBBFT Signing key and the Transaction Signing Key as we have in the protocol here: #62
IN this case block production did not work anymore, because 1 out of 2 Nodes missed out, so we did not get the 2/3 majority.
But there might be other cases that need get attention.
The text was updated successfully, but these errors were encountered: