This website requires JavaScript.
Explore
Help
Sign In
waku-org
/
nwaku
Watch
1
Star
0
Fork
0
You've already forked nwaku
mirror of
https://github.com/waku-org/nwaku.git
synced
2025-02-05 11:34:45 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
nwaku
/
waku
/
v2
/
protocol
/
waku_message.nim
8 lines
83 B
Nim
Raw
Normal View
History
Unescape
Escape
Refactor: Put waku_type content where it belongs (#333) - Separate out types and methods into appropriate module - Add util folder for small utils used in multiple independent places - Update paths
2021-01-06 17:35:05 +08:00
import
refactor(message): split waku message module into rpc and codec
2023-02-08 16:16:21 +01:00
.
/
waku_message
/
message
,
.
/
waku_message
/
codec
feat(store): Allow messages to be marked as "don't store" (#1119) * feat(store): init allow messages to be marked as ephemeral * feat(store): replace ephemeral with ttl model * Revert "feat(store): replace ephemeral with ttl model" This reverts commit 4398c61c919dda8f014b4fcc0679c573c74854e4. * fix(store): flags and test * chore(store): remove storeTTL * chore(store): remove unused utils * fix: conflict * fix(store): make test more brief
2022-09-13 16:07:06 +05:30
refactor(message): split waku message module into rpc and codec
2023-02-08 16:16:21 +01:00
export
message
,
codec
Reference in New Issue
Copy Permalink