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-09 17:23:11 +00:00
Code Issues Packages Projects Releases Wiki Activity
js-waku/packages/interfaces/src/light_push.ts

6 lines
207 B
TypeScript
Raw Normal View History

chore(lightpush)!: move protocol implementation opinions to `@waku/sdk` (#1887) * chore: restructure @waku/sdk * chore: introduce `BaseProtocolCore` and `BaseProtocolSDK` * chore: introduce `LightPushCore` and `LightPushSDK` * chore: update `relay` for new types * chore(sdk): update structure * chore(filter): add `numPeersToUse` * chore: update tests * update: size-limit * chore: update more tests * attach issue link to TODOs
2024-03-11 18:50:34 +05:30
import { IBaseProtocolCore, IBaseProtocolSDK } from "./protocols.js";
feat!: use ISender and deprecate Light Push .push (#1217)
2023-03-21 02:07:59 +01:00
import type { ISender } from "./sender.js";
refactor: split interface definition in separate files
2022-12-05 17:00:24 +11:00
chore(lightpush)!: move protocol implementation opinions to `@waku/sdk` (#1887) * chore: restructure @waku/sdk * chore: introduce `BaseProtocolCore` and `BaseProtocolSDK` * chore: introduce `LightPushCore` and `LightPushSDK` * chore: update `relay` for new types * chore(sdk): update structure * chore(filter): add `numPeersToUse` * chore: update tests * update: size-limit * chore: update more tests * attach issue link to TODOs
2024-03-11 18:50:34 +05:30
export type ILightPushSDK = ISender &
IBaseProtocolSDK & { protocol: IBaseProtocolCore };
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.0 Page: 60ms 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