hotstuff icon indicating copy to clipboard operation
hotstuff copied to clipboard

Results 42 hotstuff issues
Sort by recently updated
recently updated
newest added

When initializing the TimeoutMsg.MsgSignature field it required that the TimeoutMsg's ViewSignature was non-nil instead of checking for the MsgSignature being non-nil. It is not clear to me if this can...

### Discussed in https://github.com/relab/hotstuff/discussions/128 Originally posted by **ikmOfSA** September 22, 2024 In TimeoutMsgFromProto() of convert.go, about line 165. The "if m.GetViewSig() != nil" seems to be a typo. It should...

bug