earthstar-project / willow-js

A Willow Data Model, Sideloading, and General Purpose Sync protocol implementation in TypeScript.
https://willowprotocol.org
GNU Lesser General Public License v3.0
45 stars 3 forks source link

Fix sorting of ReconciliationAnnounceEntries #24

Open sgwilym opened 2 months ago

sgwilym commented 2 months ago

https://github.com/earthstar-project/willowprotocol.org/issues/88

Currently entries for a ReconciliationAnnounceEntries sequence of messages are sorted by timestamp, but we should use the subspace / path sorting instead.