Abyel Tesfay

Results 3 issues of Abyel Tesfay

Please make sure these boxes are checked, before submitting a new PR. - [X] You ran `rustfmt` on the code base before submitting (on latest nightly with rustfmt support) -...

The tests in [recovery_test.rs](https://github.com/haraldng/omnipaxos/blob/master/omnipaxos_core/tests/recovery_test.rs) are currently ignored, the reason is that they do not correctly answer the futures of the last proposals. The futures are stored as a LinkedList and...

The current trim() of PersistentStorage is implemented as a temporary solution. The only function that can remove elements from commitlog, `truncate(offset)` does not remove the first element as it only...