mboysan / consensus

MSc Thesis Repo #2
MIT License
1 stars 0 forks source link

Refactorings and Bug Fixes #1

Open mboysan opened 3 years ago

mboysan commented 3 years ago

Most refactorings and small bug fixes will be grouped under this issue.

mboysan commented 2 years ago

TODO-1: Get rid of the cmdExecutor in the nodes. This is unnecessary due to the async non-blocking nature of the Transport implementations.

mboysan commented 2 years ago

TODO-2: Perform a general refactoring regarding unnecessary or redundant methods in both Bizur and Raft node classes.