Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.88 KB

File metadata and controls

40 lines (31 loc) · 1.88 KB

Current Implementation Index

These documents describe functionality that exists in the active Koinos One / Teleno implementation. Koinos One / Teleno is a community-driven project; the official reference implementation of the Koinos node remains the microservices-based stack. If a document describes a desired future feature, it belongs under docs/backlog/. If it describes an old implementation path, it belongs under docs/archive/implementation-plans/.

Monolithic Node

  • monolith/ARCHITECTURE.md - current runtime architecture.
  • monolith/SERVICE_COVERAGE.md - current legacy-service coverage and known parity limits.
  • monolith/CURRENT_MONOLITH_STATUS.md - detailed status and validation history.
  • monolith/MAINNET_PRODUCTION_VALIDATION.md - completed Teleno/Koinos One mainnet producer milestone and its evidence boundary.

Backup And Restore

  • backup-restore/NATIVE_BACKUP_CURRENT_IMPLEMENTATION.md - implemented native backup, restore, SFTP, scheduler, and admin API behavior.
  • backup-restore/PUBLIC_BOOTSTRAP_RESTORE.md - implemented public bootstrap restore behavior.

Storage

  • storage/UNIFIED_ROCKSDB_CURRENT_IMPLEMENTATION.md - current RocksDB layout and migration status.

Operations And Protocol References

  • operations/SERVER_INVENTORY.md - private local-only server inventory. This file is intentionally ignored by Git because it can contain hostnames, IPs, SSH users, workloads, and resource snapshots.
  • operations/PRODNET_OBSERVER_DOCKER_DEPLOYMENT.md - Docker-based prodnet observer deployment, public-bootstrap restore, verification, and sizing notes.
  • teleno command-line startup guide.
  • teleno Linux container guide.
  • ../koinos/KOINOS_PROTOCOL.md - Koinos protocol compatibility reference.