erlang-hbbft icon indicating copy to clipboard operation
erlang-hbbft copied to clipboard

Erlang implementation of HoneyBadgerBFT

Results 5 erlang-hbbft issues
Sort by recently updated
recently updated
newest added

I added the rust builder here because https://github.com/helium/erlang-hbbft/pull/66 is imminent

As per @vihu's original suggestion at https://github.com/helium/erlang-hbbft/pull/62#discussion_r585546569 We don't need to go too-crazy, since theses structures are not accessed from outside the module, hence we could score wins only in...

It would be nice to have events get returned from the hbbft protocols, in addition to messages. For example an event when a BBA goes to the next round (with...

It seems that the new erpc mechanism is perhaps *too* scalable, so we make sure that it's a blocking RPC on node start to avoid some strange interactions.

This is currently experimental. It replaces the threshold decryption with a combination of Shamir's secret sharing of an AES key and ECC signatures/encryption over the key shares. There's a lot...