-
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 sending keygen transactions ReturnValueInvalid #30
Comments
no, experienced on testnet-alpha-4 as well.
The parts are written, but the node still complains: |
happened with hbbft18 during testnet:
|
maybe connected with an epoch that hat multiple key generation rounds ? |
It happens on pending validators that just wait for other nodes to write their parts - or for waiting until it's own parts are getting included. |
returning none instead of Err in part_of_address would reduce the error outpiut in the logfile - since it is not really an error.
update to: if serialized_part.is_empty() {
return Ok(None);
}
´´´ |
This happens if the network is booted up with the moc.
Does it happen only with the MOC ??
The text was updated successfully, but these errors were encountered: