Danish Arora
|
87717981eb
|
chore: upgrade libp2p and related deps (#1482)
* chore: update noise
* update: package.lock
* update: @chainsafe/libp2p-gossipsub
* rm unwanted libp2p interface deps & bump up libp2p
* refactor code for new deps
* update: new package.lock
* setup prettier, refactor eslint and rm trailing commas
* update package.lock
* fix build
* import type for interface
* fix imports for merge
* update typedoc exports
* add: CustomEvent import
* use new libp2p interface
* add aegir as dev dep for tests
|
2023-08-16 20:18:13 +05:30 |
Sasha
|
51f9261a16
|
chore: update dependencies (#1460)
* update to latest prettier
* fix with prettier: added trailing comma
* remove deps from test package, add sinon types, fix type hack in a test, update esling prettier config
* update typescript eslint plugins
* update package-locks
|
2023-08-11 15:14:02 +02:00 |
fryorcraken.eth
|
bd9d07394f
|
feat: ensure content topic is defined
Waku Messages are considered invalid if the content topic is undefined
or an empty string.
Avoid user error by throwing.
|
2023-04-04 14:56:59 +10:00 |
fryorcraken.eth
|
bd983ea48e
|
feat!: enable encoding of `meta` field
|
2023-03-14 11:21:09 +11:00 |
fryorcraken.eth
|
497588bc36
|
chore: make topics arbitrary data
|
2023-03-14 11:21:08 +11:00 |
fryorcraken.eth
|
628ac50d71
|
feat!: expose pubsub topic in `IDecodedMessage`
Needed for deterministic message hash.
Ref: #1208
|
2023-03-13 13:49:24 +11:00 |
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
|
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 |