mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-08 00:33: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:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: waku-org/js-waku
|
repository: logos-messaging/logos-messaging-js
|
||||||
|
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
@ -38,7 +38,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: waku-org/js-waku
|
repository: logos-messaging/logos-messaging-js
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ env.NODE_JS }}
|
node-version: ${{ env.NODE_JS }}
|
||||||
@ -63,7 +63,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: waku-org/js-waku
|
repository: logos-messaging/logos-messaging-js
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ env.NODE_JS }}
|
node-version: ${{ env.NODE_JS }}
|
||||||
@ -104,7 +104,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: waku-org/js-waku
|
repository: logos-messaging/logos-messaging-js
|
||||||
if: ${{ steps.release.outputs.releases_created }}
|
if: ${{ steps.release.outputs.releases_created }}
|
||||||
|
|
||||||
- uses: actions/setup-node@v3
|
- 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:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: waku-org/js-waku
|
repository: logos-messaging/logos-messaging-js
|
||||||
|
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
2
.github/workflows/pre-release.yml
vendored
2
.github/workflows/pre-release.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: waku-org/js-waku
|
repository: logos-messaging/logos-messaging-js
|
||||||
ref: ${{ github.ref }}
|
ref: ${{ github.ref }}
|
||||||
|
|
||||||
- uses: actions/setup-node@v4
|
- 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:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: waku-org/js-waku
|
repository: logos-messaging/logos-messaging-js
|
||||||
|
|
||||||
- name: Remove unwanted software
|
- name: Remove unwanted software
|
||||||
uses: ./.github/actions/prune-vm
|
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:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: waku-org/js-waku
|
repository: logos-messaging/logos-messaging-js
|
||||||
|
|
||||||
- name: Remove unwanted software
|
- name: Remove unwanted software
|
||||||
uses: ./.github/actions/prune-vm
|
uses: ./.github/actions/prune-vm
|
||||||
@ -75,7 +75,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: waku-org/js-waku
|
repository: logos-messaging/logos-messaging-js
|
||||||
|
|
||||||
- name: Remove unwanted software
|
- name: Remove unwanted software
|
||||||
uses: ./.github/actions/prune-vm
|
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 USE_HTTPS = Args[0] && Args[0].toUpperCase() === "HTTPS";
|
||||||
|
|
||||||
const branch = "gh-pages";
|
const branch = "gh-pages";
|
||||||
const org = "waku-org";
|
const org = "logos-messaging";
|
||||||
const repo = "js-waku";
|
const repo = "logos-messaging-js";
|
||||||
/* use SSH auth by default */
|
/* use SSH auth by default */
|
||||||
let repoUrl = USE_HTTPS
|
let repoUrl = USE_HTTPS
|
||||||
? `https://github.com/${org}/${repo}.git`
|
? `https://github.com/${org}/${repo}.git`
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@waku/build-utils",
|
"name": "@waku/build-utils",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Build utilities for js-waku",
|
"description": "Build utilities for logos-messaging-js",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"module": "index.js",
|
"module": "index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
@ -14,12 +14,12 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"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",
|
"author": "Waku Team",
|
||||||
"license": "MIT OR Apache-2.0",
|
"license": "MIT OR Apache-2.0",
|
||||||
"bugs": {
|
"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",
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/waku-org/js-waku.git"
|
"url": "git+https://github.com/logos-messaging/logos-messaging-js.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"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",
|
"license": "MIT OR Apache-2.0",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"waku",
|
"waku",
|
||||||
|
"logos-messaging",
|
||||||
"decentralised",
|
"decentralised",
|
||||||
"communication",
|
"communication",
|
||||||
"web3",
|
"web3",
|
||||||
|
|||||||
@ -79,7 +79,7 @@ export class ConnectionLimiter implements IConnectionLimiter {
|
|||||||
/**
|
/**
|
||||||
* NOTE: Event is not being emitted on closing nor losing a connection.
|
* 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/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,
|
* >This event will be triggered anytime we are disconnected from another peer,
|
||||||
* >regardless of the circumstances of that disconnection.
|
* >regardless of the circumstances of that disconnection.
|
||||||
|
|||||||
@ -12,17 +12,18 @@
|
|||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": "Waku Team",
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/waku-org/js-waku.git"
|
"url": "git+https://github.com/logos-messaging/logos-messaging-js.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"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",
|
"license": "MIT OR Apache-2.0",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"waku",
|
"waku",
|
||||||
|
"logos-messaging",
|
||||||
"decentralized",
|
"decentralized",
|
||||||
"secure",
|
"secure",
|
||||||
"communication",
|
"communication",
|
||||||
|
|||||||
@ -12,17 +12,18 @@
|
|||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": "Waku Team",
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/waku-org/js-waku.git"
|
"url": "git+https://github.com/logos-messaging/logos-messaging-js.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"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",
|
"license": "MIT OR Apache-2.0",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"waku",
|
"waku",
|
||||||
|
"logos-messaging",
|
||||||
"decentralized",
|
"decentralized",
|
||||||
"secure",
|
"secure",
|
||||||
"communication",
|
"communication",
|
||||||
|
|||||||
@ -12,17 +12,18 @@
|
|||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": "Waku Team",
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/waku-org/js-waku.git"
|
"url": "git+https://github.com/logos-messaging/logos-messaging-js.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"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",
|
"license": "MIT OR Apache-2.0",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"waku",
|
"waku",
|
||||||
|
"logos-messaging",
|
||||||
"decentralized",
|
"decentralized",
|
||||||
"secure",
|
"secure",
|
||||||
"communication",
|
"communication",
|
||||||
|
|||||||
@ -33,17 +33,18 @@
|
|||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": "Waku Team",
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/waku-org/js-waku.git"
|
"url": "git+https://github.com/logos-messaging/logos-messaging-js.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"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",
|
"license": "MIT OR Apache-2.0",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"waku",
|
"waku",
|
||||||
|
"logos-messaging",
|
||||||
"decentralized",
|
"decentralized",
|
||||||
"secure",
|
"secure",
|
||||||
"communication",
|
"communication",
|
||||||
|
|||||||
@ -12,17 +12,18 @@
|
|||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": "Waku Team",
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/waku-org/js-waku.git"
|
"url": "git+https://github.com/logos-messaging/logos-messaging-js.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"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",
|
"license": "MIT OR Apache-2.0",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"waku",
|
"waku",
|
||||||
|
"logos-messaging",
|
||||||
"decentralized",
|
"decentralized",
|
||||||
"secure",
|
"secure",
|
||||||
"communication",
|
"communication",
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@waku/react",
|
"name": "@waku/react",
|
||||||
"version": "0.0.8",
|
"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",
|
"type": "module",
|
||||||
"main": "dist/index.cjs.js",
|
"main": "dist/index.cjs.js",
|
||||||
"module": "dist/index.esm.mjs",
|
"module": "dist/index.esm.mjs",
|
||||||
@ -18,17 +18,18 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"author": "Waku Team",
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/waku-org/js-waku.git"
|
"url": "git+https://github.com/logos-messaging/logos-messaging-js.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"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",
|
"license": "MIT OR Apache-2.0",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"waku",
|
"waku",
|
||||||
|
"logos-messaging",
|
||||||
"decentralized",
|
"decentralized",
|
||||||
"secure",
|
"secure",
|
||||||
"communication",
|
"communication",
|
||||||
|
|||||||
@ -11,17 +11,18 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"type": "module",
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/waku-org/js-waku.git"
|
"url": "git+https://github.com/logos-messaging/logos-messaging-js.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"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",
|
"license": "MIT OR Apache-2.0",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"waku",
|
"waku",
|
||||||
|
"logos-messaging",
|
||||||
"decentralised",
|
"decentralised",
|
||||||
"communication",
|
"communication",
|
||||||
"web3",
|
"web3",
|
||||||
|
|||||||
@ -13,17 +13,18 @@
|
|||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": "Waku Team",
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/waku-org/js-waku.git"
|
"url": "git+https://github.com/logos-messaging/logos-messaging-js.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"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",
|
"license": "MIT OR Apache-2.0",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"waku",
|
"waku",
|
||||||
|
"logos-messaging",
|
||||||
"decentralized",
|
"decentralized",
|
||||||
"secure",
|
"secure",
|
||||||
"communication",
|
"communication",
|
||||||
|
|||||||
@ -11,17 +11,18 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"type": "module",
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/waku-org/js-waku.git"
|
"url": "git+https://github.com/logos-messaging/logos-messaging-js.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"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",
|
"license": "MIT OR Apache-2.0",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"waku",
|
"waku",
|
||||||
|
"logos-messaging",
|
||||||
"rln",
|
"rln",
|
||||||
"rate-limiting",
|
"rate-limiting",
|
||||||
"privacy",
|
"privacy",
|
||||||
|
|||||||
@ -4,17 +4,18 @@
|
|||||||
"description": "Run a local Waku network for development and testing",
|
"description": "Run a local Waku network for development and testing",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": "Waku Team",
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/waku-org/js-waku.git"
|
"url": "git+https://github.com/logos-messaging/logos-messaging-js.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"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",
|
"license": "MIT OR Apache-2.0",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"waku",
|
"waku",
|
||||||
|
"logos-messaging",
|
||||||
"decentralized",
|
"decentralized",
|
||||||
"communication",
|
"communication",
|
||||||
"web3",
|
"web3",
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@waku/sdk",
|
"name": "@waku/sdk",
|
||||||
"version": "0.0.36",
|
"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",
|
"types": "./dist/index.d.ts",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
"exports": {
|
"exports": {
|
||||||
@ -21,17 +21,18 @@
|
|||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": "Waku Team",
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/waku-org/js-waku.git"
|
"url": "git+https://github.com/logos-messaging/logos-messaging-js.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"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",
|
"license": "MIT OR Apache-2.0",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"waku",
|
"waku",
|
||||||
|
"logos-messaging",
|
||||||
"decentralized",
|
"decentralized",
|
||||||
"secure",
|
"secure",
|
||||||
"communication",
|
"communication",
|
||||||
|
|||||||
@ -185,7 +185,7 @@ describe("Reliable Channel", () => {
|
|||||||
expect(messageAcknowledged).to.be.false;
|
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 () => {
|
it.skip("Outgoing message is possibly acknowledged", async () => {
|
||||||
const commonEventEmitter = new TypedEventEmitter<MockWakuEvents>();
|
const commonEventEmitter = new TypedEventEmitter<MockWakuEvents>();
|
||||||
const mockWakuNodeAlice = new MockWakuNode(commonEventEmitter);
|
const mockWakuNodeAlice = new MockWakuNode(commonEventEmitter);
|
||||||
|
|||||||
@ -187,7 +187,7 @@ describe("Reliable Channel: Encryption", () => {
|
|||||||
expect(messageAcknowledged).to.be.false;
|
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 () => {
|
it.skip("Outgoing message is possibly acknowledged", async () => {
|
||||||
const commonEventEmitter = new TypedEventEmitter<MockWakuEvents>();
|
const commonEventEmitter = new TypedEventEmitter<MockWakuEvents>();
|
||||||
const mockWakuNodeAlice = new MockWakuNode(commonEventEmitter);
|
const mockWakuNodeAlice = new MockWakuNode(commonEventEmitter);
|
||||||
|
|||||||
@ -21,17 +21,18 @@
|
|||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": "Waku Team",
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/waku-org/js-waku.git"
|
"url": "git+https://github.com/logos-messaging/logos-messaging-js.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"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",
|
"license": "MIT OR Apache-2.0",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"waku",
|
"waku",
|
||||||
|
"logos-messaging",
|
||||||
"decentralized",
|
"decentralized",
|
||||||
"secure",
|
"secure",
|
||||||
"communication",
|
"communication",
|
||||||
|
|||||||
@ -185,7 +185,7 @@ describe("MessageChannel", function () {
|
|||||||
expect(timestampAfter).to.equal(timestampBefore + 1n);
|
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 () => {
|
it.skip("should update lamport timestamp if greater than current timestamp and dependencies are met", async () => {
|
||||||
const testChannelA = new MessageChannel(channelId, "alice");
|
const testChannelA = new MessageChannel(channelId, "alice");
|
||||||
const testChannelB = new MessageChannel(channelId, "bob");
|
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 () => {
|
it.skip("should maintain proper timestamps if all messages received", async () => {
|
||||||
const aTimestampBefore = channelA["lamportTimestamp"];
|
const aTimestampBefore = channelA["lamportTimestamp"];
|
||||||
let timestamp = channelB["lamportTimestamp"];
|
let timestamp = channelB["lamportTimestamp"];
|
||||||
|
|||||||
@ -13,17 +13,18 @@
|
|||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": "Waku Team",
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/waku-org/js-waku.git"
|
"url": "git+https://github.com/logos-messaging/logos-messaging-js.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"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",
|
"license": "MIT OR Apache-2.0",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"waku",
|
"waku",
|
||||||
|
"logos-messaging",
|
||||||
"decentralized",
|
"decentralized",
|
||||||
"secure",
|
"secure",
|
||||||
"communication",
|
"communication",
|
||||||
|
|||||||
@ -13,7 +13,7 @@ import {
|
|||||||
|
|
||||||
import { TestRoutingInfo } from "./utils.js";
|
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 () {
|
describe.skip("DiscoveryDialer", function () {
|
||||||
const ctx: Context = this.ctx;
|
const ctx: Context = this.ctx;
|
||||||
let waku: LightNode;
|
let waku: LightNode;
|
||||||
|
|||||||
@ -86,7 +86,7 @@ const runTests = (strictCheckNodes: boolean): void => {
|
|||||||
await waku.filter.subscribe(decoderShard2, messageCollector2.callback);
|
await waku.filter.subscribe(decoderShard2, messageCollector2.callback);
|
||||||
|
|
||||||
// Making sure that messages are send and received for both subscriptions
|
// 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 (
|
while (
|
||||||
!(await serviceNodes.messageCollector.waitForMessages(1)) ||
|
!(await serviceNodes.messageCollector.waitForMessages(1)) ||
|
||||||
!(await messageCollector2.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 () {
|
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);
|
this.timeout(100_000);
|
||||||
const topicCount = 30;
|
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 () {
|
it.skip("Check publish message after service node is restarted", async function () {
|
||||||
await waku1.relay.send(TestEncoder, {
|
await waku1.relay.send(TestEncoder, {
|
||||||
payload: utf8ToBytes("m1")
|
payload: utf8ToBytes("m1")
|
||||||
@ -163,7 +163,7 @@ describe("Waku Relay, Publish", function () {
|
|||||||
expect(await messageCollector.waitForMessages(2)).to.eq(true);
|
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 () {
|
it.skip("Check publish message after client node is restarted", async function () {
|
||||||
await waku1.relay.send(TestEncoder, {
|
await waku1.relay.send(TestEncoder, {
|
||||||
payload: utf8ToBytes("m1")
|
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 () {
|
it.skip("Refresh subscription", async function () {
|
||||||
await waku2.relay.subscribeWithUnsubscribe(
|
await waku2.relay.subscribeWithUnsubscribe(
|
||||||
[TestDecoder],
|
[TestDecoder],
|
||||||
@ -251,7 +251,7 @@ describe("Waku Relay, Subscribe", function () {
|
|||||||
).to.eq(true);
|
).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 () {
|
it.skip("Overlapping topic subscription", async function () {
|
||||||
// Define two sets of test data with overlapping topics.
|
// Define two sets of test data with overlapping topics.
|
||||||
const topicCount1 = 2;
|
const topicCount1 = 2;
|
||||||
|
|||||||
@ -222,7 +222,7 @@ describe("Wait for remote peer", function () {
|
|||||||
expect(peers.includes(nimPeerId as string)).to.be.true;
|
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 () {
|
it("Light Node - default protocols", async function () {
|
||||||
this.timeout(20_000);
|
this.timeout(20_000);
|
||||||
nwaku = new ServiceNode(makeLogFileName(this));
|
nwaku = new ServiceNode(makeLogFileName(this));
|
||||||
|
|||||||
@ -25,17 +25,18 @@
|
|||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": "Waku Team",
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/waku-org/js-waku.git"
|
"url": "git+https://github.com/logos-messaging/logos-messaging-js.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"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",
|
"license": "MIT OR Apache-2.0",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"waku",
|
"waku",
|
||||||
|
"logos-messaging",
|
||||||
"decentralized",
|
"decentralized",
|
||||||
"secure",
|
"secure",
|
||||||
"communication",
|
"communication",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user