automerge / automerge-repo-rs

MIT License
39 stars 6 forks source link

Implement storage #14

Closed gterzian closed 1 year ago

gterzian commented 1 year ago

Implements:

  1. append
  2. compact and also changes get
  3. list_all

Also added a quick change to properly deal with multiple requests for the same document.

gterzian commented 1 year ago

I will add list_all, remove the Vec<Vec<u8>>, and add a storage load before the network sync for request, tomorrow, and then I'll put it back to ready to review @alexjg

gterzian commented 1 year ago

Ready for review @alexjg

There are many things that can be improved(better definition of error types for example), which I would rather leave to a follow-up as things settle down a bit.