Skip to content

chore: rename repo to comply with logos#2757

Merged
weboko merged 7 commits into
masterfrom
weboko/rename-repo
Jan 5, 2026
Merged

chore: rename repo to comply with logos#2757
weboko merged 7 commits into
masterfrom
weboko/rename-repo

Conversation

@weboko

@weboko weboko commented Dec 9, 2025

Copy link
Copy Markdown
Collaborator

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

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

Copy link
Copy Markdown

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 thread .github/workflows/ci.yml
Comment on lines 24 to +26
- uses: actions/checkout@v3
with:
repository: waku-org/js-waku
repository: logos-messaging/logos-messaging-js

Copy link
Copy Markdown

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 thread ci/deploy.js
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`

Copy link
Copy Markdown

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

github-actions Bot commented Dec 9, 2025

Copy link
Copy Markdown

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
Waku node 96.24 KB (0%) 2 s (0%) 10.2 s (+30.81% 🔺) 12.1 s
Waku Simple Light Node 147.6 KB (0%) 3 s (0%) 7.3 s (-8.65% 🔽) 10.2 s
ECIES encryption 22.62 KB (0%) 453 ms (0%) 1.3 s (-13.27% 🔽) 1.7 s
Symmetric encryption 22 KB (0%) 440 ms (0%) 1.5 s (-24.34% 🔽) 1.9 s
DNS discovery 52.17 KB (0%) 1.1 s (0%) 4.6 s (+41.28% 🔺) 5.6 s
Peer Exchange discovery 52.91 KB (0%) 1.1 s (0%) 4.5 s (+1.58% 🔺) 5.6 s
Peer Cache Discovery 46.64 KB (0%) 933 ms (0%) 3.6 s (+23.52% 🔺) 4.6 s
Privacy preserving protocols 77.31 KB (0%) 1.6 s (0%) 6.3 s (-33.06% 🔽) 7.9 s
Waku Filter 79.82 KB (0%) 1.6 s (0%) 6.9 s (-5.75% 🔽) 8.5 s
Waku LightPush 77.97 KB (0%) 1.6 s (0%) 8.4 s (+53.65% 🔺) 9.9 s
History retrieval protocols 83.74 KB (0%) 1.7 s (0%) 7.8 s (-3.25% 🔽) 9.5 s
Deterministic Message Hashing 28.98 KB (0%) 580 ms (0%) 4.7 s (+48.76% 🔺) 5.3 s

@weboko

weboko commented Dec 9, 2025

Copy link
Copy Markdown
Collaborator Author

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

@danisharora099 danisharora099 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

lgtm

Comment thread .github/workflows/test-node.yml Outdated
Comment thread .github/workflows/test-node.yml Outdated
Comment thread .github/workflows/test-node.yml Outdated
@weboko
weboko merged commit 74ad13b into master Jan 5, 2026
10 checks passed
@weboko
weboko deleted the weboko/rename-repo branch January 5, 2026 22:53
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