Skip to content

Conversation

@weboko
Copy link
Collaborator

@weboko weboko commented Dec 9, 2025

Problem / Description

We are unifying under Logos.

Solution

Rename repo to comply.

This PR renames only repo and public facing exports.

We will continue releasing under @waku namespace for now.

Notes

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines 24 to +26
- uses: actions/checkout@v3
with:
repository: waku-org/js-waku
repository: logos-messaging/logos-messaging-js

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 👍 / 👎.

Comment on lines 15 to 20
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`

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 👍 / 👎.

@github-actions
Copy link

github-actions bot commented Dec 9, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
Waku node 96.24 KB (0%) 2 s (0%) 3.3 s (-11.98% 🔽) 5.2 s
Waku Simple Light Node 147.6 KB (0%) 3 s (0%) 2.5 s (+0.92% 🔺) 5.4 s
ECIES encryption 22.62 KB (0%) 453 ms (0%) 543 ms (-31.44% 🔽) 995 ms
Symmetric encryption 22 KB (0%) 440 ms (0%) 1.1 s (-2.29% 🔽) 1.5 s
DNS discovery 52.17 KB (0%) 1.1 s (0%) 1.4 s (-22% 🔽) 2.4 s
Peer Exchange discovery 52.91 KB (0%) 1.1 s (0%) 1.7 s (+43.57% 🔺) 2.7 s
Peer Cache Discovery 46.64 KB (0%) 933 ms (0%) 1.2 s (+9.45% 🔺) 2.2 s
Privacy preserving protocols 77.31 KB (0%) 1.6 s (0%) 2.3 s (+13.69% 🔺) 3.9 s
Waku Filter 79.82 KB (0%) 1.6 s (0%) 2.3 s (+0.77% 🔺) 3.9 s
Waku LightPush 77.97 KB (0%) 1.6 s (0%) 2.8 s (+3.79% 🔺) 4.3 s
History retrieval protocols 83.74 KB (0%) 1.7 s (0%) 2.2 s (-28.79% 🔽) 3.8 s
Deterministic Message Hashing 28.98 KB (0%) 580 ms (0%) 1.4 s (+37.04% 🔺) 1.9 s

@weboko
Copy link
Collaborator Author

weboko commented Dec 9, 2025

CI breaks expectedly, after review I will rename the repo before merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: rename to logos-messaging-js and fix CI

2 participants