Logo
Explore Help
Sign In
logos-messaging/js-waku
1
0
Fork 0
You've already forked js-waku
mirror of https://github.com/logos-messaging/js-waku.git synced 2026-04-29 23:13:09 +00:00
Code Issues Packages Projects Releases Wiki Activity
js-waku/packages/sds/src/index.ts

18 lines
316 B
TypeScript
Raw Normal View History

feat(sds)_: add command queue architecture and improve message handling - Introduce command queue system for sequential task processing - Add comprehensive event system for message lifecycle tracking - Restructure codebase with separate bloom_filter directory - Export encode/decode helpers for SDS proto messages - Use Set for deduplication in missing message detection - Fix sync message handling for empty content messages - Always emit MissedMessages event even with empty array - Improve duplicate message detection logic
2025-06-03 14:46:12 -07:00
import { BloomFilter } from "./bloom_filter/bloom.js";
export {
MessageChannel,
MessageChannelEvent,
encodeMessage,
decodeMessage
} from "./message_channel/index.js";
export type {
Message,
HistoryEntry,
ChannelId,
MessageChannelEvents
} from "./message_channel/index.js";
feat(sds): create package for sds and add protobuf def Adds a new package for the browser implementation of scalable data sync. Ports some of the nim implementation of bloom filter to ts. Adds protobuf definition for SDS messages.
2025-01-27 17:29:27 -08:00
export { BloomFilter };
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.0 Page: 47ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API