mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-01-17 15:33:10 +00:00
Merge branch 'master' into feat/simplify-browser-sim
This commit is contained in:
commit
586004b973
@ -323,7 +323,7 @@ export class ServiceNode {
|
||||
this.checkProcess();
|
||||
|
||||
return this.restCall<boolean>(
|
||||
"/relay/v1/subscriptions",
|
||||
"/relay/v1/auto/subscriptions",
|
||||
"POST",
|
||||
contentTopics,
|
||||
async (response) => response.status === 200
|
||||
|
||||
@ -85,7 +85,7 @@ describe("Peer Cache Discovery", function () {
|
||||
waku = await createLightNode({
|
||||
networkConfig: DefaultTestNetworkConfig,
|
||||
discovery: {
|
||||
peerExchange: true,
|
||||
peerExchange: false,
|
||||
peerCache: true
|
||||
},
|
||||
peerCache: mockCache
|
||||
@ -116,7 +116,7 @@ describe("Peer Cache Discovery", function () {
|
||||
networkConfig: DefaultTestNetworkConfig,
|
||||
bootstrapPeers: [(await nwaku2.getMultiaddrWithId()).toString()],
|
||||
discovery: {
|
||||
peerExchange: true,
|
||||
peerExchange: false,
|
||||
peerCache: true
|
||||
},
|
||||
peerCache: mockCache
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user