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-01-03 14:23:12 +00:00
Code Issues Packages Projects Releases Wiki Activity
js-waku/packages/sds/tsconfig.json

13 lines
278 B
JSON
Raw Permalink Normal View History

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
{
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "dist/",
"rootDir": "src",
feat(sds): add message channel with buffers and send/receive logic This commit creates the class for an SDS message channel, including buffers for outgoing and incoming messages. Adds logic for sending messages, receiving messages, delivering messages, and reviewing acknowledgement status of messages. Also adds byte serialization for bloom filters.
2025-02-11 13:24:43 -08:00
"tsBuildInfoFile": "dist/.tsbuildinfo",
"allowJs": true,
"moduleResolution": "node"
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
},
"include": ["src"],
"exclude": ["src/**/*.spec.ts", "src/test_utils"]
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.0 Page: 25ms Template: 2ms
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