Closed aphelionz closed 5 years ago
This change modifies the Log.values function to traverse the log, using the DAG as the source of truth rather than a sort.
Log.values
The behavior of this changes how heads are sorted. This requires changing some tests around.
Additionally there seemed to be a test that should not have passed before, but did, and is fixed now.
TBD
This is now ready from my side, nothing to add. As soon as the Ci is green, I'd be ready to merge this. @aphelionz do you want to review it once more before we do that?
Description (Required)
This change modifies the
Log.values
function to traverse the log, using the DAG as the source of truth rather than a sort.Other changes (e.g. bug fixes, UI tweaks, refactors)
The behavior of this changes how heads are sorted. This requires changing some tests around.
Additionally there seemed to be a test that should not have passed before, but did, and is fixed now.
TODO
TBD