Skip to content

An app-chain by replacing the tendermint consensus with HoneyBadger BFT adapted to ABCI

License

Notifications You must be signed in to change notification settings

VegeBun-csj/hbbft-abci-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hbbft-abci-tendermint

This is a practice of replacing the tendermint core with HoneyBadger BFT adapted to ABCI.

Our implementation process roughly consists of the following two steps:

  • Implementing the complete invocation of the hbbft consensus algorithm, using the Rust library developed for hbbft in POA. We will showcase the protocol process through the form of nodes and perform testing.
  • Combining the implemented complete process with the ABCI interface, replacing the Tendermint consensus, and modularizing it into an ABCI client to adapt to the development of other apps (ABCI servers).

About

An app-chain by replacing the tendermint consensus with HoneyBadger BFT adapted to ABCI

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published