Commit Graph

52 Commits

Author SHA1 Message Date
vyzo
1e80e3ae65 create maximal chains
Merge chains when gasPerf is non-descreasing (instead of increasing) to create maximal chains.
This also obviates the need for stable sort, as the chains are guaranteed to be in decreasing
order for the same actor.
2020-08-06 18:37:28 +03:00
vyzo
16a1f9b682 message chain creation tests 2020-08-06 17:08:02 +03:00