mirror of
https://github.com/logos-co/logos-modules-release.git
synced 2026-08-27 12:41:15 +00:00
* 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)
78 lines
3.4 KiB
Plaintext
78 lines
3.4 KiB
Plaintext
; Module submodule set for this catalog.
|
|
;
|
|
; This file starts empty. Add each module you want to publish as a git
|
|
; submodule under `submodules/`. The easiest way is the helper script,
|
|
; which also generates the matching per-module release workflow:
|
|
;
|
|
; ./scripts/add-module.sh https://github.com/<owner>/<repo>
|
|
;
|
|
; or, by hand:
|
|
;
|
|
; git submodule add https://github.com/<owner>/<repo> submodules/<repo>
|
|
;
|
|
; `release-all.yml` discovers modules by reading the `path = submodules/*`
|
|
; entries in this file, so you never maintain a build matrix by hand.
|
|
;
|
|
; After cloning a fork, materialise the submodule working trees with:
|
|
;
|
|
; git submodule update --init --recursive
|
|
[submodule "submodules/logos-accounts-module"]
|
|
path = submodules/logos-accounts-module
|
|
url = https://github.com/logos-co/logos-accounts-module
|
|
[submodule "submodules/logos-accounts-ui"]
|
|
path = submodules/logos-accounts-ui
|
|
url = https://github.com/logos-co/logos-accounts-ui
|
|
[submodule "submodules/logos-blockchain-module"]
|
|
path = submodules/logos-blockchain-module
|
|
url = https://github.com/logos-blockchain/logos-blockchain-module
|
|
[submodule "submodules/logos-blockchain-ui"]
|
|
path = submodules/logos-blockchain-ui
|
|
url = https://github.com/logos-blockchain/logos-blockchain-ui
|
|
[submodule "submodules/logos-chat-module"]
|
|
path = submodules/logos-chat-module
|
|
url = https://github.com/logos-co/logos-chat-module
|
|
[submodule "submodules/logos-chat-ui"]
|
|
path = submodules/logos-chat-ui
|
|
url = https://github.com/logos-co/logos-chat-ui
|
|
[submodule "submodules/logos-delivery-module"]
|
|
path = submodules/logos-delivery-module
|
|
url = https://github.com/logos-co/logos-delivery-module
|
|
[submodule "submodules/logos-execution-zone-module"]
|
|
path = submodules/logos-execution-zone-module
|
|
url = https://github.com/logos-blockchain/logos-execution-zone-module
|
|
[submodule "submodules/logos-execution-zone-wallet-ui"]
|
|
path = submodules/logos-execution-zone-wallet-ui
|
|
url = https://github.com/logos-blockchain/logos-execution-zone-wallet-ui
|
|
[submodule "submodules/logos-storage-module"]
|
|
path = submodules/logos-storage-module
|
|
url = https://github.com/logos-co/logos-storage-module
|
|
[submodule "submodules/logos-storage-ui"]
|
|
path = submodules/logos-storage-ui
|
|
url = https://github.com/logos-co/logos-storage-ui
|
|
[submodule "submodules/logos-wallet-module"]
|
|
path = submodules/logos-wallet-module
|
|
url = https://github.com/logos-co/logos-wallet-module
|
|
[submodule "submodules/logos-wallet-ui"]
|
|
path = submodules/logos-wallet-ui
|
|
url = https://github.com/logos-co/logos-wallet-ui
|
|
[submodule "submodules/openmetrics-module"]
|
|
path = submodules/openmetrics-module
|
|
url = https://github.com/logos-co/openmetrics-module
|
|
[submodule "submodules/lez-indexer-module"]
|
|
path = submodules/lez-indexer-module
|
|
url = https://github.com/logos-blockchain/lez-indexer-module
|
|
[submodule "submodules/lez-explorer-ui"]
|
|
path = submodules/lez-explorer-ui
|
|
url = https://github.com/logos-blockchain/lez-explorer-ui
|
|
[submodule "submodules/logos-libp2p-module"]
|
|
path = submodules/logos-libp2p-module
|
|
url = https://github.com/logos-co/logos-libp2p-module
|
|
[submodule "submodules/logos-chat-module-mix"]
|
|
path = submodules/logos-chat-module-mix
|
|
url = https://github.com/logos-co/logos-chat-module
|
|
branch = feat/logos-testnetv02-mix
|
|
[submodule "submodules/logos-chat-ui-mix"]
|
|
path = submodules/logos-chat-ui-mix
|
|
url = https://github.com/logos-co/logos-chat-ui
|
|
branch = feat/logos-testnetv02-mix
|