quorum/consensus/qibft/core
Jitendra Bhurat 164d32caf2 Running goimports gofmt, gosimple, uncovert to fix lint issues 2020-06-03 12:15:13 -04:00
..
backlog.go qibft consensus and support for qibftBlock fork block 2020-05-28 11:39:30 -04:00
backlog_test.go Running goimports gofmt, gosimple, uncovert to fix lint issues 2020-06-03 12:15:13 -04:00
commit.go qibft consensus and support for qibftBlock fork block 2020-05-28 11:39:30 -04:00
commit_test.go Running goimports gofmt, gosimple, uncovert to fix lint issues 2020-06-03 12:15:13 -04:00
core.go Running goimports gofmt, gosimple, uncovert to fix lint issues 2020-06-03 12:15:13 -04:00
core_test.go qibft consensus and support for qibftBlock fork block 2020-05-28 11:39:30 -04:00
errors.go Running goimports gofmt, gosimple, uncovert to fix lint issues 2020-06-03 12:15:13 -04:00
events.go qibft consensus and support for qibftBlock fork block 2020-05-28 11:39:30 -04:00
final_committed.go qibft consensus and support for qibftBlock fork block 2020-05-28 11:39:30 -04:00
handler.go Streamline call to newRoundChangeTimer() (#109) 2020-06-03 10:31:12 -04:00
handler_test.go Running goimports gofmt, gosimple, uncovert to fix lint issues 2020-06-03 12:15:13 -04:00
message_set.go qibft consensus and support for qibftBlock fork block 2020-05-28 11:39:30 -04:00
message_set_test.go qibft consensus and support for qibftBlock fork block 2020-05-28 11:39:30 -04:00
prepare.go qibft consensus and support for qibftBlock fork block 2020-05-28 11:39:30 -04:00
prepare_test.go Running goimports gofmt, gosimple, uncovert to fix lint issues 2020-06-03 12:15:13 -04:00
preprepare.go Not sending a roundchange message when receiving an invalid proposal in preprepare 2020-06-03 09:19:38 -04:00
preprepare_test.go Running goimports gofmt, gosimple, uncovert to fix lint issues 2020-06-03 12:15:13 -04:00
request.go qibft consensus and support for qibftBlock fork block 2020-05-28 11:39:30 -04:00
request_test.go qibft consensus and support for qibftBlock fork block 2020-05-28 11:39:30 -04:00
roundchange.go Running goimports gofmt, gosimple, uncovert to fix lint issues 2020-06-03 12:15:13 -04:00
roundchange_test.go Added preprepareSent variable to roundstate so that preprepare message is sent only once and updated justifyRoundChange to not return false, if prepared value or round does not match the values in prepared messages part of round change messages 2020-06-02 11:45:37 -04:00
roundstate.go Running goimports gofmt, gosimple, uncovert to fix lint issues 2020-06-03 12:15:13 -04:00
roundstate_test.go qibft consensus and support for qibftBlock fork block 2020-05-28 11:39:30 -04:00
testbackend_test.go Running goimports gofmt, gosimple, uncovert to fix lint issues 2020-06-03 12:15:13 -04:00
types.go Running goimports gofmt, gosimple, uncovert to fix lint issues 2020-06-03 12:15:13 -04:00
types_test.go qibft consensus and support for qibftBlock fork block 2020-05-28 11:39:30 -04:00