davebryson / bftdb

Tendermint + Sqlite3 = BFT Database Replication
Other
38 stars 6 forks source link

How about to replace tendermint with gosig? #3

Closed diyism closed 3 years ago

diyism commented 3 years ago

I know that gosig protocol is a scalable BFT. How do you think about replacing tendermint in bftdb with the gosig protocol?

Ref: https://www.cs.toronto.edu/~fanl/papers/gosig-socc20.pdf https://github.com/gauravagarwaltal/consensus_gosig

davebryson commented 3 years ago

bftdb is primarily intended as a demonstration of what's possible. For now Tendermint is more than sufficient.