Skip to content

Development Milestones

Paul Heymann edited this page Aug 10, 2016 · 1 revision

This page gives a rough overview of the milestones of this project.

1. Create the consensus strategy without optimizations and checkpoint creation

The implementation shall be based on akka's actor model. The log system to store the messages should be structured as simple as possible. An in-memory List should be sufficient.

2. Add checkpoint creation

3. Improve the implemented BFT protocol

  • ...