Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @waku-org/js-waku
* @logos-messaging/js-waku
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
repository: waku-org/js-waku
repository: logos-messaging/logos-messaging-js
Comment on lines 24 to +26

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge CI workflows clone the wrong repository

The CI jobs now override actions/checkout to pull logos-messaging/logos-messaging-js, even though this repository (and the issue URL in the commit description) is logos-messaging/js-waku. When the workflow runs it will clone that other/nonexistent repo instead of the PR’s code, so subsequent build, test, and release steps won’t exercise the changes here and may fail outright if that repo is missing.

Useful? React with 👍 / 👎.


- uses: actions/setup-node@v3
with:
Expand All @@ -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 }}
Expand All @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fleet-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-reliability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions ci/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Comment on lines 15 to 20

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Docs deployment targets the wrong GitHub Pages repo

The deploy script now pushes the generated docs to logos-messaging/logos-messaging-js’s gh-pages branch instead of this project (logos-messaging/js-waku, as referenced elsewhere in the repo and the commit message). Running npm run deploy will therefore publish to the wrong repository or fail if that repo isn’t configured, leaving the documentation for this project unchanged.

Useful? React with 👍 / 👎.

Expand Down
8 changes: 4 additions & 4 deletions packages/build-utils/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
7 changes: 4 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
7 changes: 4 additions & 3 deletions packages/discovery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 4 additions & 3 deletions packages/enr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 4 additions & 3 deletions packages/interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 4 additions & 3 deletions packages/message-encryption/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 4 additions & 3 deletions packages/proto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
9 changes: 5 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
7 changes: 4 additions & 3 deletions packages/relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 4 additions & 3 deletions packages/reliability-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 4 additions & 3 deletions packages/rln/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 4 additions & 3 deletions packages/run/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading
Loading