In the previous iteration, we have implemented most of `lib0` and `crdt` logics: - https://github.com/toeverything/OctoBase/issues/383 - https://github.com/toeverything/OctoBase/issues/403 We need to verify the correctness and consistency of it with `yjs` in our new Node.js sync server.
In the previous iteration, we have implemented most of
lib0andcrdtlogics:We need to verify the correctness and consistency of it with
yjsin our new Node.js sync server.