Ostracon, a consensus algorithm, is forked from Tendermint Core. We have added VRF to Tendermint BFT. It adds randomness to PoS Validator elections and improves security.
Apache License 2.0
70
stars
28
forks
source link
Fix the order of paremeters in require.Equalf() #534
Description
In a few code the parameters passed to
require.Equalf()
andrequire.Equal()
areactual
,expected
in that order, but they should beexpected
,actual
.Closes: #XXX