fryorcraken.eth
|
628ac50d71
|
feat!: expose pubsub topic in IDecodedMessage
Needed for deterministic message hash.
Ref: #1208
|
2023-03-13 13:49:24 +11:00 |
|
fryorcraken.eth
|
da1b18d995
|
feat: export Decoder, Encoder and DecodedMessage types from root
Fixes #1010
|
2023-03-08 09:52:27 +11:00 |
|
fryorcraken.eth
|
5cf8ed2030
|
chore!: update message.proto: payload and content topic are always defined
Ref: https://github.com/vacp2p/waku
|
2023-02-27 14:00:33 +11:00 |
|
Danish Arora
|
3b4bc8b25b
|
chore: update changelog & minor improvements (#1153)
* address comments from https://github.com/waku-org/js-waku/pull/1145
* fix: typedoc
* address comments in https://github.com/waku-org/js-waku/pull/1146#pullrequestreview-1286307508
- update changelog
- change naming for `EciesEncoderOptions` and
`SymmetricEncoderOptions`
|
2023-02-09 13:15:23 +05:30 |
|
Danish Arora
|
8910a6d76a
|
chore: move args for createEncoder into non-repeating options & fix typedoc (#1146)
* move args for `createEncoder` into non-repeating `options` & fix typedoc
* update tests with new API
|
2023-02-02 11:37:28 +05:30 |
|
fryorcraken.eth
|
bff9b857ec
|
fix: export Encoder and Decoder types
Enables API consumer to use the types.
|
2022-12-20 16:11:41 +11:00 |
|
fryorcraken.eth
|
75c8e2be8d
|
fix: incorrect proto import
|
2022-12-19 16:27:26 +11:00 |
|
fryorcraken.eth
|
574f3ee80f
|
refactor: remove waku_ from module names
This is redundant with the context (waku package).
|
2022-12-12 22:36:13 +11:00 |
|
fryorcraken.eth
|
cc691e26ce
|
feat: added I prefix to message/codec interfaces
To make it easier to differentiate with their implementations.
|
2022-12-12 22:13:46 +11:00 |
|
fryorcraken.eth
|
80d7215e15
|
doc: createEncoder and createDecoder
|
2022-12-05 16:05:20 +11:00 |
|
fryorcraken.eth
|
a4ddb45af1
|
chore: do not use Partial when not needed
|
2022-12-05 15:14:51 +11:00 |
|
fryorcraken.eth
|
f7fabec8b3
|
feat: easy import by having an export map for each type of encryption
|
2022-12-05 15:14:17 +11:00 |
|
fryorcraken.eth
|
563b66eab5
|
refactor: separate symmetric and asymmetric encoders
|
2022-12-05 09:34:17 +11:00 |
|
fryorcraken.eth
|
e65e0a0a80
|
refactor: move module that define cryptographic operations to crypto/
This is to prepare the split of encoder/decoder/message definition
from index.ts.
|
2022-12-05 09:34:17 +11:00 |
|
fryorcraken.eth
|
e6efd0438c
|
chore: make message-encryption compile
|
2022-11-04 11:38:32 +11:00 |
|