2026-08-26 15:53:32 +02:00
2026-02-19 14:18:19 +01:00
2026-07-30 12:08:31 +02:00
2026-02-19 14:18:19 +01:00
2026-02-19 14:18:19 +01:00
2026-08-05 21:24:23 +02:00
2026-02-19 14:18:19 +01:00
2026-02-19 14:18:19 +01:00

Description

This repo defines infrastructure for running Logos node fleet.

Dashboards

Current state of fleets: https://fleets.logos.co/

Canaries

Endpoints

LEZ Devnet

LEZ Testnet

Layout

The fleet uses two Terraform workspaces with different layouts:

logos.dev - Development Fleet

Separate hosts per module for independent development and debugging. Each team can break and test their component without affecting others.

  • delivery - Delivery nodes running waku_module (relay, store, filter, lightpush, mix).
  • delivery-db - PostgreSQL used by delivery nodes for message storage.
  • storage - Storage nodes running storage_module (content-addressed storage).
  • blockchain - Blockchain nodes running liblogos_blockchain_module (cryptarchia consensus).

logos.test - Public Testnet

Combined nodes running all three modules on a single host. Used by external users.

  • node - Combined nodes running waku_module, storage_module, and liblogos_blockchain_module.
  • node-db - PostgreSQL used by node instances for message storage.

Discovery

DNS TXT ENRTree records exist to discover available fleets:

enrtree://<PUBLIC_KEY>@dev.logos.nodes.status.im
enrtree://<PUBLIC_KEY>@test.logos.nodes.status.im

Repo Usage

For how to use this repo read the Infra Repo Usage doc.

S
Description
Infrastructure for Logos
https://github.com/logos-messaging/nim-chat-poc
Readme MIT
391 KiB
Languages
Python 64%
HCL 21.8%
Jinja 6.7%
Makefile 3.8%
Nix 3.5%
Other 0.2%