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