earthstar-project / earthstar

Storage for private, distributed, offline-first applications.
https://earthstar-project.org
GNU Lesser General Public License v3.0
632 stars 20 forks source link

Fix maxLocalIndex hydration in LocalStorage, IndexedDB replica drivers. #239

Closed sgwilym closed 2 years ago

sgwilym commented 2 years ago

What's the problem you solved?

New docs were being written with the wrong localIndex from both of these drivers, due to the maxLocalIndex not accounting for persisted docs.

What solution are you recommending?

Both LocalStorage and IndexedDB drivers now determine the maxLocalIndex using persisted docs, and a test has been added for this.