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

5 lines
165 B
TypeScript
Raw Normal View History

feat!: lighten retry logic for LightPush (#2182) * feat: lighten retry logic for LightPush * update tests * remove base protocol sdk from light push, add unit tests for light push * remove replaced test * ensure numPeersToUse is respected * skip tests
2024-10-17 00:49:24 +02:00
import { IBaseProtocolCore } 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
feat!: lighten retry logic for LightPush (#2182) * feat: lighten retry logic for LightPush * update tests * remove base protocol sdk from light push, add unit tests for light push * remove replaced test * ensure numPeersToUse is respected * skip tests
2024-10-17 00:49:24 +02:00
export type ILightPush = ISender & { protocol: IBaseProtocolCore };
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.0 Page: 35ms 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