2026-02-19 02:41:55 +01:00
2026-02-09 14:28:19 +02:00
2026-02-19 02:41:55 +01:00
2026-02-09 15:00:10 +02:00
2026-02-09 14:28:19 +02:00
2026-01-22 11:27:03 +02:00
2026-01-19 14:34:33 +02:00
2026-01-19 14:34:33 +02:00
2026-02-09 14:50:01 +02:00
2026-01-21 15:12:40 +02:00
2025-12-18 09:56:37 +01:00
2025-12-18 09:56:37 +01:00
2026-01-23 15:08:18 +01:00
2026-02-09 14:28:19 +02:00
2026-01-19 14:34:33 +02:00
2026-01-19 14:34:33 +02:00
2026-01-30 10:02:32 +02:00

Logos LIP (RFC) Index

NOTE: This repo is still evolving while the LIP process is refined.

This repository contains specifications from the Messaging, Blockchain, Storage, and IFT-TS components of the IFT portfolio. LIPs are Requests for Comments that document protocols, processes, and system interfaces in a consistent, reviewable format.

LIP process

This repository replaces the old rfc.vac.dev resource. Specs are maintained in Markdown here and progress through statuses such as raw, draft, stable, or deprecated. The process and lifecycle are defined in:

  • 1/COSS: docs/ift-ts/raw/1/coss.md

Contributing

  1. Open a pull request against this repo.
  2. Add or update the LIP in the appropriate component folder.
  3. Include status and category metadata in the header table.

If you are unsure where a document belongs, open an issue first and we will help route it.

Component indexes

  • Messaging: docs/messaging/README.md
  • Blockchain: docs/blockchain/README.md
  • Storage: docs/storage/README.md
  • IFT-TS: docs/ift-ts/README.md

Local setup

  1. Install mdBook (pick the version that matches your Rust toolchain).
  2. Install Python dependencies if needed.

To install mdBook via Make:

make install

Build and serve

Run the generators before building or serving:

python scripts/run_runtime_generators.py
mdbook build

To serve locally:

make serve

Or run the commands directly:

python scripts/run_runtime_generators.py
mdbook serve -p 3000 -n 0.0.0.0
Description
No description provided
Readme 86 MiB
Languages
Markdown 100%