mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-02 13:53:12 +00:00
chore: rename repo to comply with logos
This commit is contained in:
parent
f2ad23ad43
commit
10717093cf
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
@ -1 +1 @@
|
||||
* @waku-org/js-waku
|
||||
* @logos-messaging/js-waku
|
||||
|
||||
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
repository: waku-org/js-waku
|
||||
repository: logos-messaging/logos-messaging-js
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
@ -38,7 +38,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
repository: waku-org/js-waku
|
||||
repository: logos-messaging/logos-messaging-js
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ env.NODE_JS }}
|
||||
@ -63,7 +63,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
repository: waku-org/js-waku
|
||||
repository: logos-messaging/logos-messaging-js
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ env.NODE_JS }}
|
||||
@ -104,7 +104,7 @@ jobs:
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
repository: waku-org/js-waku
|
||||
repository: logos-messaging/logos-messaging-js
|
||||
if: ${{ steps.release.outputs.releases_created }}
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
|
||||
2
.github/workflows/fleet-checker.yml
vendored
2
.github/workflows/fleet-checker.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
repository: waku-org/js-waku
|
||||
repository: logos-messaging/logos-messaging-js
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
|
||||
2
.github/workflows/pre-release.yml
vendored
2
.github/workflows/pre-release.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
repository: waku-org/js-waku
|
||||
repository: logos-messaging/logos-messaging-js
|
||||
ref: ${{ github.ref }}
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
|
||||
2
.github/workflows/test-node.yml
vendored
2
.github/workflows/test-node.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
repository: waku-org/js-waku
|
||||
repository: logos-messaging/logos-messaging-js
|
||||
|
||||
- name: Remove unwanted software
|
||||
uses: ./.github/actions/prune-vm
|
||||
|
||||
4
.github/workflows/test-reliability.yml
vendored
4
.github/workflows/test-reliability.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
repository: waku-org/js-waku
|
||||
repository: logos-messaging/logos-messaging-js
|
||||
|
||||
- name: Remove unwanted software
|
||||
uses: ./.github/actions/prune-vm
|
||||
@ -75,7 +75,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
repository: waku-org/js-waku
|
||||
repository: logos-messaging/logos-messaging-js
|
||||
|
||||
- name: Remove unwanted software
|
||||
uses: ./.github/actions/prune-vm
|
||||
|
||||
@ -13,8 +13,8 @@ const Args = process.argv.slice(2);
|
||||
const USE_HTTPS = Args[0] && Args[0].toUpperCase() === "HTTPS";
|
||||
|
||||
const branch = "gh-pages";
|
||||
const org = "waku-org";
|
||||
const repo = "js-waku";
|
||||
const org = "logos-messaging";
|
||||
const repo = "logos-messaging-js";
|
||||
/* use SSH auth by default */
|
||||
let repoUrl = USE_HTTPS
|
||||
? `https://github.com/${org}/${repo}.git`
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@waku/build-utils",
|
||||
"version": "1.0.0",
|
||||
"description": "Build utilities for js-waku",
|
||||
"description": "Build utilities for logos-messaging-js",
|
||||
"main": "index.js",
|
||||
"module": "index.js",
|
||||
"type": "module",
|
||||
@ -14,12 +14,12 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/waku-org/js-waku.git"
|
||||
"url": "git+https://github.com/logos-messaging/logos-messaging-js.git"
|
||||
},
|
||||
"author": "Waku Team",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/waku-org/js-waku/issues"
|
||||
"url": "https://github.com/logos-messaging/logos-messaging-js/issues"
|
||||
},
|
||||
"homepage": "https://github.com/waku-org/js-waku#readme"
|
||||
"homepage": "https://github.com/logos-messaging/logos-messaging-js#readme"
|
||||
}
|
||||
|
||||
@ -25,17 +25,18 @@
|
||||
}
|
||||
},
|
||||
"type": "module",
|
||||
"homepage": "https://github.com/waku-org/js-waku/tree/master/packages/core#readme",
|
||||
"homepage": "https://github.com/logos-messaging/logos-messaging-js/tree/master/packages/core#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/waku-org/js-waku.git"
|
||||
"url": "git+https://github.com/logos-messaging/logos-messaging-js.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/waku-org/js-waku/issues"
|
||||
"url": "https://github.com/logos-messaging/logos-messaging-js/issues"
|
||||
},
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"keywords": [
|
||||
"waku",
|
||||
"logos-messaging",
|
||||
"decentralised",
|
||||
"communication",
|
||||
"web3",
|
||||
|
||||
@ -79,7 +79,7 @@ export class ConnectionLimiter implements IConnectionLimiter {
|
||||
/**
|
||||
* NOTE: Event is not being emitted on closing nor losing a connection.
|
||||
* @see https://github.com/libp2p/js-libp2p/issues/939
|
||||
* @see https://github.com/status-im/js-waku/issues/252
|
||||
* @see https://github.com/logos-messaging/logos-messaging-js/issues/252
|
||||
*
|
||||
* >This event will be triggered anytime we are disconnected from another peer,
|
||||
* >regardless of the circumstances of that disconnection.
|
||||
|
||||
@ -12,17 +12,18 @@
|
||||
},
|
||||
"type": "module",
|
||||
"author": "Waku Team",
|
||||
"homepage": "https://github.com/waku-org/js-waku/tree/master/packages/discovery#readme",
|
||||
"homepage": "https://github.com/logos-messaging/logos-messaging-js/tree/master/packages/discovery#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/waku-org/js-waku.git"
|
||||
"url": "git+https://github.com/logos-messaging/logos-messaging-js.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/waku-org/js-waku/issues"
|
||||
"url": "https://github.com/logos-messaging/logos-messaging-js/issues"
|
||||
},
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"keywords": [
|
||||
"waku",
|
||||
"logos-messaging",
|
||||
"decentralized",
|
||||
"secure",
|
||||
"communication",
|
||||
|
||||
@ -12,17 +12,18 @@
|
||||
},
|
||||
"type": "module",
|
||||
"author": "Waku Team",
|
||||
"homepage": "https://github.com/waku-org/js-waku/tree/master/packages/enr#readme",
|
||||
"homepage": "https://github.com/logos-messaging/logos-messaging-js/tree/master/packages/enr#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/waku-org/js-waku.git"
|
||||
"url": "git+https://github.com/logos-messaging/logos-messaging-js.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/waku-org/js-waku/issues"
|
||||
"url": "https://github.com/logos-messaging/logos-messaging-js/issues"
|
||||
},
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"keywords": [
|
||||
"waku",
|
||||
"logos-messaging",
|
||||
"decentralized",
|
||||
"secure",
|
||||
"communication",
|
||||
|
||||
@ -12,17 +12,18 @@
|
||||
},
|
||||
"type": "module",
|
||||
"author": "Waku Team",
|
||||
"homepage": "https://github.com/waku-org/js-waku/tree/master/packages/interfaces#readme",
|
||||
"homepage": "https://github.com/logos-messaging/logos-messaging-js/tree/master/packages/interfaces#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/waku-org/js-waku.git"
|
||||
"url": "git+https://github.com/logos-messaging/logos-messaging-js.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/waku-org/js-waku/issues"
|
||||
"url": "https://github.com/logos-messaging/logos-messaging-js/issues"
|
||||
},
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"keywords": [
|
||||
"waku",
|
||||
"logos-messaging",
|
||||
"decentralized",
|
||||
"secure",
|
||||
"communication",
|
||||
|
||||
@ -33,17 +33,18 @@
|
||||
},
|
||||
"type": "module",
|
||||
"author": "Waku Team",
|
||||
"homepage": "https://github.com/waku-org/js-waku/tree/master/packages/message-encryption#readme",
|
||||
"homepage": "https://github.com/logos-messaging/logos-messaging-js/tree/master/packages/message-encryption#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/waku-org/js-waku.git"
|
||||
"url": "git+https://github.com/logos-messaging/logos-messaging-js.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/waku-org/js-waku/issues"
|
||||
"url": "https://github.com/logos-messaging/logos-messaging-js/issues"
|
||||
},
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"keywords": [
|
||||
"waku",
|
||||
"logos-messaging",
|
||||
"decentralized",
|
||||
"secure",
|
||||
"communication",
|
||||
|
||||
@ -12,17 +12,18 @@
|
||||
},
|
||||
"type": "module",
|
||||
"author": "Waku Team",
|
||||
"homepage": "https://github.com/waku-org/js-waku/tree/master/packages/proto#readme",
|
||||
"homepage": "https://github.com/logos-messaging/logos-messaging-js/tree/master/packages/proto#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/waku-org/js-waku.git"
|
||||
"url": "git+https://github.com/logos-messaging/logos-messaging-js.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/waku-org/js-waku/issues"
|
||||
"url": "https://github.com/logos-messaging/logos-messaging-js/issues"
|
||||
},
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"keywords": [
|
||||
"waku",
|
||||
"logos-messaging",
|
||||
"decentralized",
|
||||
"secure",
|
||||
"communication",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@waku/react",
|
||||
"version": "0.0.8",
|
||||
"description": "React hooks and components to use js-waku",
|
||||
"description": "React hooks and components to use logos-messaging-js",
|
||||
"type": "module",
|
||||
"main": "dist/index.cjs.js",
|
||||
"module": "dist/index.esm.mjs",
|
||||
@ -18,17 +18,18 @@
|
||||
}
|
||||
},
|
||||
"author": "Waku Team",
|
||||
"homepage": "https://github.com/waku-org/js-waku/tree/master/packages/react#readme",
|
||||
"homepage": "https://github.com/logos-messaging/logos-messaging-js/tree/master/packages/react#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/waku-org/js-waku.git"
|
||||
"url": "git+https://github.com/logos-messaging/logos-messaging-js.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/waku-org/js-waku/issues"
|
||||
"url": "https://github.com/logos-messaging/logos-messaging-js/issues"
|
||||
},
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"keywords": [
|
||||
"waku",
|
||||
"logos-messaging",
|
||||
"decentralized",
|
||||
"secure",
|
||||
"communication",
|
||||
|
||||
@ -11,17 +11,18 @@
|
||||
}
|
||||
},
|
||||
"type": "module",
|
||||
"homepage": "https://github.com/waku-org/js-waku/tree/master/packages/relay#readme",
|
||||
"homepage": "https://github.com/logos-messaging/logos-messaging-js/tree/master/packages/relay#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/waku-org/js-waku.git"
|
||||
"url": "git+https://github.com/logos-messaging/logos-messaging-js.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/waku-org/js-waku/issues"
|
||||
"url": "https://github.com/logos-messaging/logos-messaging-js/issues"
|
||||
},
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"keywords": [
|
||||
"waku",
|
||||
"logos-messaging",
|
||||
"decentralised",
|
||||
"communication",
|
||||
"web3",
|
||||
|
||||
@ -13,17 +13,18 @@
|
||||
},
|
||||
"type": "module",
|
||||
"author": "Waku Team",
|
||||
"homepage": "https://github.com/waku-org/js-waku/tree/master/packages/reliability-tests#readme",
|
||||
"homepage": "https://github.com/logos-messaging/logos-messaging-js/tree/master/packages/reliability-tests#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/waku-org/js-waku.git"
|
||||
"url": "git+https://github.com/logos-messaging/logos-messaging-js.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/waku-org/js-waku/issues"
|
||||
"url": "https://github.com/logos-messaging/logos-messaging-js/issues"
|
||||
},
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"keywords": [
|
||||
"waku",
|
||||
"logos-messaging",
|
||||
"decentralized",
|
||||
"secure",
|
||||
"communication",
|
||||
|
||||
@ -11,17 +11,18 @@
|
||||
}
|
||||
},
|
||||
"type": "module",
|
||||
"homepage": "https://github.com/waku-org/js-waku/tree/master/packages/rln#readme",
|
||||
"homepage": "https://github.com/logos-messaging/logos-messaging-js/tree/master/packages/rln#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/waku-org/js-waku.git"
|
||||
"url": "git+https://github.com/logos-messaging/logos-messaging-js.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/waku-org/js-waku/issues"
|
||||
"url": "https://github.com/logos-messaging/logos-messaging-js/issues"
|
||||
},
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"keywords": [
|
||||
"waku",
|
||||
"logos-messaging",
|
||||
"rln",
|
||||
"rate-limiting",
|
||||
"privacy",
|
||||
|
||||
@ -4,17 +4,18 @@
|
||||
"description": "Run a local Waku network for development and testing",
|
||||
"type": "module",
|
||||
"author": "Waku Team",
|
||||
"homepage": "https://github.com/waku-org/js-waku/tree/master/packages/run#readme",
|
||||
"homepage": "https://github.com/logos-messaging/logos-messaging-js/tree/master/packages/run#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/waku-org/js-waku.git"
|
||||
"url": "git+https://github.com/logos-messaging/logos-messaging-js.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/waku-org/js-waku/issues"
|
||||
"url": "https://github.com/logos-messaging/logos-messaging-js/issues"
|
||||
},
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"keywords": [
|
||||
"waku",
|
||||
"logos-messaging",
|
||||
"decentralized",
|
||||
"communication",
|
||||
"web3",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@waku/sdk",
|
||||
"version": "0.0.36",
|
||||
"description": "A unified SDK for easy creation and management of js-waku nodes.",
|
||||
"description": "A unified SDK for easy creation and management of logos-messaging-js nodes.",
|
||||
"types": "./dist/index.d.ts",
|
||||
"module": "./dist/index.js",
|
||||
"exports": {
|
||||
@ -21,17 +21,18 @@
|
||||
},
|
||||
"type": "module",
|
||||
"author": "Waku Team",
|
||||
"homepage": "https://github.com/waku-org/js-waku/tree/master/packages/sdk#readme",
|
||||
"homepage": "https://github.com/logos-messaging/logos-messaging-js/tree/master/packages/sdk#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/waku-org/js-waku.git"
|
||||
"url": "git+https://github.com/logos-messaging/logos-messaging-js.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/waku-org/js-waku/issues"
|
||||
"url": "https://github.com/logos-messaging/logos-messaging-js/issues"
|
||||
},
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"keywords": [
|
||||
"waku",
|
||||
"logos-messaging",
|
||||
"decentralized",
|
||||
"secure",
|
||||
"communication",
|
||||
|
||||
@ -185,7 +185,7 @@ describe("Reliable Channel", () => {
|
||||
expect(messageAcknowledged).to.be.false;
|
||||
});
|
||||
|
||||
// TODO: https://github.com/waku-org/js-waku/issues/2648
|
||||
// TODO: https://github.com/logos-messaging/logos-messaging-js/issues/2648
|
||||
it.skip("Outgoing message is possibly acknowledged", async () => {
|
||||
const commonEventEmitter = new TypedEventEmitter<MockWakuEvents>();
|
||||
const mockWakuNodeAlice = new MockWakuNode(commonEventEmitter);
|
||||
|
||||
@ -187,7 +187,7 @@ describe("Reliable Channel: Encryption", () => {
|
||||
expect(messageAcknowledged).to.be.false;
|
||||
});
|
||||
|
||||
// TODO: https://github.com/waku-org/js-waku/issues/2648
|
||||
// TODO: https://github.com/logos-messaging/logos-messaging-js/issues/2648
|
||||
it.skip("Outgoing message is possibly acknowledged", async () => {
|
||||
const commonEventEmitter = new TypedEventEmitter<MockWakuEvents>();
|
||||
const mockWakuNodeAlice = new MockWakuNode(commonEventEmitter);
|
||||
|
||||
@ -21,17 +21,18 @@
|
||||
},
|
||||
"type": "module",
|
||||
"author": "Waku Team",
|
||||
"homepage": "https://github.com/waku-org/js-waku/tree/master/packages/scalable-data-sync#readme",
|
||||
"homepage": "https://github.com/logos-messaging/logos-messaging-js/tree/master/packages/scalable-data-sync#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/waku-org/js-waku.git"
|
||||
"url": "git+https://github.com/logos-messaging/logos-messaging-js.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/waku-org/js-waku/issues"
|
||||
"url": "https://github.com/logos-messaging/logos-messaging-js/issues"
|
||||
},
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"keywords": [
|
||||
"waku",
|
||||
"logos-messaging",
|
||||
"decentralized",
|
||||
"secure",
|
||||
"communication",
|
||||
|
||||
@ -185,7 +185,7 @@ describe("MessageChannel", function () {
|
||||
expect(timestampAfter).to.equal(timestampBefore + 1n);
|
||||
});
|
||||
|
||||
// TODO: test is failing in CI, investigate in https://github.com/waku-org/js-waku/issues/2648
|
||||
// TODO: test is failing in CI, investigate in https://github.com/logos-messaging/logos-messaging-js/issues/2648
|
||||
it.skip("should update lamport timestamp if greater than current timestamp and dependencies are met", async () => {
|
||||
const testChannelA = new MessageChannel(channelId, "alice");
|
||||
const testChannelB = new MessageChannel(channelId, "bob");
|
||||
@ -207,7 +207,7 @@ describe("MessageChannel", function () {
|
||||
);
|
||||
});
|
||||
|
||||
// TODO: test is failing in CI, investigate in https://github.com/waku-org/js-waku/issues/2648
|
||||
// TODO: test is failing in CI, investigate in https://github.com/logos-messaging/logos-messaging-js/issues/2648
|
||||
it.skip("should maintain proper timestamps if all messages received", async () => {
|
||||
const aTimestampBefore = channelA["lamportTimestamp"];
|
||||
let timestamp = channelB["lamportTimestamp"];
|
||||
|
||||
@ -13,17 +13,18 @@
|
||||
},
|
||||
"type": "module",
|
||||
"author": "Waku Team",
|
||||
"homepage": "https://github.com/waku-org/js-waku/tree/master/packages/tests#readme",
|
||||
"homepage": "https://github.com/logos-messaging/logos-messaging-js/tree/master/packages/tests#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/waku-org/js-waku.git"
|
||||
"url": "git+https://github.com/logos-messaging/logos-messaging-js.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/waku-org/js-waku/issues"
|
||||
"url": "https://github.com/logos-messaging/logos-messaging-js/issues"
|
||||
},
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"keywords": [
|
||||
"waku",
|
||||
"logos-messaging",
|
||||
"decentralized",
|
||||
"secure",
|
||||
"communication",
|
||||
|
||||
@ -13,7 +13,7 @@ import {
|
||||
|
||||
import { TestRoutingInfo } from "./utils.js";
|
||||
|
||||
// TODO: investigate and re-enable in https://github.com/waku-org/js-waku/issues/2453
|
||||
// TODO: investigate and re-enable in https://github.com/logos-messaging/logos-messaging-js/issues/2453
|
||||
describe.skip("DiscoveryDialer", function () {
|
||||
const ctx: Context = this.ctx;
|
||||
let waku: LightNode;
|
||||
|
||||
@ -86,7 +86,7 @@ const runTests = (strictCheckNodes: boolean): void => {
|
||||
await waku.filter.subscribe(decoderShard2, messageCollector2.callback);
|
||||
|
||||
// Making sure that messages are send and received for both subscriptions
|
||||
// While loop is done because of https://github.com/waku-org/js-waku/issues/1606
|
||||
// While loop is done because of https://github.com/logos-messaging/logos-messaging-js/issues/1606
|
||||
while (
|
||||
!(await serviceNodes.messageCollector.waitForMessages(1)) ||
|
||||
!(await messageCollector2.waitForMessages(1))
|
||||
|
||||
@ -296,7 +296,7 @@ const runTests = (strictCheckNodes: boolean): void => {
|
||||
});
|
||||
});
|
||||
|
||||
// skipped as it fails in CI but not locally https://github.com/waku-org/js-waku/issues/2438
|
||||
// skipped as it fails in CI but not locally https://github.com/logos-messaging/logos-messaging-js/issues/2438
|
||||
it.skip("Subscribe to 30 topics in separate streams (30 streams for Filter is limit) at once and receives messages", async function () {
|
||||
this.timeout(100_000);
|
||||
const topicCount = 30;
|
||||
|
||||
@ -138,7 +138,7 @@ describe("Waku Relay, Publish", function () {
|
||||
});
|
||||
});
|
||||
|
||||
// Will be skipped until https://github.com/waku-org/js-waku/issues/1464 si done
|
||||
// Will be skipped until https://github.com/logos-messaging/logos-messaging-js/issues/1464 si done
|
||||
it.skip("Check publish message after service node is restarted", async function () {
|
||||
await waku1.relay.send(TestEncoder, {
|
||||
payload: utf8ToBytes("m1")
|
||||
@ -163,7 +163,7 @@ describe("Waku Relay, Publish", function () {
|
||||
expect(await messageCollector.waitForMessages(2)).to.eq(true);
|
||||
});
|
||||
|
||||
// Will be skipped until https://github.com/waku-org/js-waku/issues/1464 si done
|
||||
// Will be skipped until https://github.com/logos-messaging/logos-messaging-js/issues/1464 si done
|
||||
it.skip("Check publish message after client node is restarted", async function () {
|
||||
await waku1.relay.send(TestEncoder, {
|
||||
payload: utf8ToBytes("m1")
|
||||
|
||||
@ -231,7 +231,7 @@ describe("Waku Relay, Subscribe", function () {
|
||||
});
|
||||
});
|
||||
|
||||
// Will be skipped until https://github.com/waku-org/js-waku/issues/1678 is fixed
|
||||
// Will be skipped until https://github.com/logos-messaging/logos-messaging-js/issues/1678 is fixed
|
||||
it.skip("Refresh subscription", async function () {
|
||||
await waku2.relay.subscribeWithUnsubscribe(
|
||||
[TestDecoder],
|
||||
@ -251,7 +251,7 @@ describe("Waku Relay, Subscribe", function () {
|
||||
).to.eq(true);
|
||||
});
|
||||
|
||||
// Will be skipped until https://github.com/waku-org/js-waku/issues/1678 is fixed
|
||||
// Will be skipped until https://github.com/logos-messaging/logos-messaging-js/issues/1678 is fixed
|
||||
it.skip("Overlapping topic subscription", async function () {
|
||||
// Define two sets of test data with overlapping topics.
|
||||
const topicCount1 = 2;
|
||||
|
||||
@ -222,7 +222,7 @@ describe("Wait for remote peer", function () {
|
||||
expect(peers.includes(nimPeerId as string)).to.be.true;
|
||||
});
|
||||
|
||||
// TODO: re-enable store once https://github.com/waku-org/js-waku/issues/2162 is fixed
|
||||
// TODO: re-enable store once https://github.com/logos-messaging/logos-messaging-js/issues/2162 is fixed
|
||||
it("Light Node - default protocols", async function () {
|
||||
this.timeout(20_000);
|
||||
nwaku = new ServiceNode(makeLogFileName(this));
|
||||
|
||||
@ -25,17 +25,18 @@
|
||||
},
|
||||
"type": "module",
|
||||
"author": "Waku Team",
|
||||
"homepage": "https://github.com/waku-org/js-waku/tree/master/packages/utils#readme",
|
||||
"homepage": "https://github.com/logos-messaging/logos-messaging-js/tree/master/packages/utils#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/waku-org/js-waku.git"
|
||||
"url": "git+https://github.com/logos-messaging/logos-messaging-js.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/waku-org/js-waku/issues"
|
||||
"url": "https://github.com/logos-messaging/logos-messaging-js/issues"
|
||||
},
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"keywords": [
|
||||
"waku",
|
||||
"logos-messaging",
|
||||
"decentralized",
|
||||
"secure",
|
||||
"communication",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user