Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 717 Bytes

File metadata and controls

28 lines (22 loc) · 717 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Initial project structure
  • Core BitchatNode implementation
  • UDP transport layer
  • Bluetooth Mesh transport skeleton
  • Cryptography service with Ed25519 and X25519
  • Mesh routing with TTL and duplicate suppression
  • Command-line interface
  • Comprehensive test suite
  • Documentation structure
  • CI/CD pipeline with GitHub Actions
  • Code quality tools (black, isort, flake8, mypy)
  • Pre-commit hooks

Changed

  • N/A

Fixed

  • N/A