mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-02 13:53:12 +00:00
* SDS: change default causal history size to 200 # Conflicts: # packages/sds/src/index.ts # packages/sds/src/message_channel/message_channel.ts * SDS: add some comments * SDS: segregate messages types, introduce LocalHistory * SDS: fix miss-acks * SDS: logs and more explicit variable names * SDS: shorten event name * SDS: shorten var name * SDS: move message classes to own file. * SDS: use lodash instead of custom SortedArray implementation * SDS: move Message to own file * SDS: add comparison tests
Scalable Data Sync
Typescript implementation of the Scalable Data Sync protocol for message reliability of distributed logs in the browser.