hbbft
hbbft copied to clipboard
Practical implementation of the Honey Badger Byzantine Fault Tolerance consensus algorithm written in Go.
Results
3
hbbft issues
Sort by
recently updated
recently updated
newest added
While I was looking at the ABA test code, I found a bug. When there are two nodes whose input is 1 and two nodes whose input is 0. We...
At a glance it looks like [`bba.go`](https://github.com/anthdm/hbbft/blob/master/bba.go) implements the ABA as in the original paper. This has a bug that can be fixed by adding another message round: https://github.com/amiller/HoneyBadgerBFT/issues/59