BBVA / qed

The scalable, auditable and high-performance tamper-evident log project
https://qed.readthedocs.io/
Apache License 2.0
94 stars 19 forks source link

Remove Term checks #154

Closed aalda closed 4 years ago

aalda commented 5 years ago

In the method shouldApply of the fsm.go file, we are performing some checks on the log entry to verify in the command to apply has already been processed. We are checking the Term, the Index and the Balloon's version but in fact, we don't need to check the Term because the Index is a global sequence number and does not start over with any new Term.