8 Commits
Author SHA1 Message Date
Igor Sirotin 96c69d91e1 Bump delivery module to 0.2.1 and add delivery demo (#51) 2026-08-26 09:40:09 +01:00
Khushboo Mehta 401657bea9 chore: remove wallet and accounts modules and update storage-ui to latest as it has some fixes 2026-07-21 22:00:00 +02:00
Prem Chaitanya Prathi 9415f8a70a Add chat_module_mix + chat_ui_mix (testnet-0.2 mix variants) (#19)
* feat: add chat_module_mix + chat_ui_mix (testnet-0.2 mix variants)

Add the mix-enabled chat modules as submodules tracking the
feat/logos-testnetv02-mix branch, alongside the stock master-tracked
chat_module/chat_ui. They publish under distinct names (chat_module_mix,
chat_ui_mix per metadata.json), so they don't collide with the non-mix
releases. chat_ui_mix depends on chat_module_mix.

- submodules/logos-chat-module-mix -> logos-co/logos-chat-module@e187825
- submodules/logos-chat-ui-mix     -> logos-co/logos-chat-ui@fe86886
- generated per-module release workflows (workflow_dispatch only)

* chore: bump chat_module_mix + chat_ui_mix to librln-linux-fixed tips

chat_module_mix e187825 -> b31880d, chat_ui_mix fe86886 -> 89110b5 — pulls in
the stateless librln hashes for linux + x86_64-darwin (via logos-chat c6a35bf),
so the released modules build on Linux, not just darwin-arm64.

* chore: bump chat_ui_mix to bc06582 (default shardId 0 — fleet receive fix)
2026-07-03 09:44:11 -03:00
haelius c243fbf578 Add libp2p module (#9)
* Add logos-libp2p-module

* docs: add libp2p module to README
2026-06-24 09:27:44 -03:00
erhant 86d6fa84ea add explorer-ui and indexer-module (#6) 2026-06-23 18:11:00 -03:00
Dario Gabriel Lipicar 4f314ad995 Add openmetrics-module 2026-06-08 18:36:40 -03:00
Dario Gabriel Lipicar c84bedb4d1 add modules 2026-06-02 14:18:41 -03:00
dlipicarandClaude Opus 4.7 da3c760e40 Initial fork-me skeleton for a Logos module catalog
Consumes logos-co/logos-modules-release-action@v1. Mirrors the
logos-modules-v2 production architecture (two-tier reusable
workflows, single-source signing config, rolling index) stripped to
a template:

- logos-repo.json with CHANGE-ME placeholders
- empty .gitmodules + submodules/.gitkeep
- _release-module.yml: signing config in one place (defaults to
  unsigned so a fresh fork works immediately; inline/external
  documented inline)
- release-all.yml: discovers modules from .gitmodules at run time
  (no hand-maintained matrix; clean no-op on an empty fork)
- release-module.yml.template + scripts/add-module.sh: one command
  to add a submodule and generate its per-module workflow
- rebuild-index.yml: passthrough to the action's index rebuilder
- README: fork-oriented quick start

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-19 14:30:49 -03:00