This package implements python bindings for the ORbit Counting Algorithm. The original source code was modified to avoid memory leaks upon repeated function calls and allow for parallel orbit counting ...
Abstract: Practical Byzantine Fault Tolerance (PBFT) is a deterministic consensus algorithm, which is widely used in blockchain due to the advantage of no forks. However, PBFT still has some problems, ...
HoneyBadger BFT (HBBFT) consensus, which has been successfully pioneered and deployed by DMD Diamond in its v4 mainnet, provides a mathematically elegant solution to common blockchain limitations.
Abstract: RPCA consensus algorithm is not suitable for consortium chains, and the performance of the PBFT consensus algorithm decreases as the number of nodes increases, this paper proposes an RBFT ...