mirror of https://github.com/waku-org/js-waku.git
test: bump nwaku to v0.16.0
This commit is contained in:
parent
b78479983c
commit
de0a2e595c
|
@ -9,7 +9,7 @@ on:
|
|||
pull_request:
|
||||
|
||||
env:
|
||||
NWAKU_VERSION: "v0.15.0"
|
||||
NWAKU_VERSION: "v0.16.0"
|
||||
NODE_JS: "18"
|
||||
|
||||
jobs:
|
||||
|
|
2
nwaku
2
nwaku
|
@ -1 +1 @@
|
|||
Subproject commit 9debd44e2aebf07eaf96b4525a4497c69aaf4445
|
||||
Subproject commit 03f0de365cfee3a946257a6ce8a61fe19284976c
|
|
@ -117,7 +117,7 @@ export class Nwaku {
|
|||
}
|
||||
|
||||
return {
|
||||
payload: Buffer.from(message.payload).toString("base64url"),
|
||||
payload: Buffer.from(message.payload).toString("base64"),
|
||||
contentTopic: message.contentTopic,
|
||||
timestamp,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue