Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.06 KB

File metadata and controls

33 lines (24 loc) · 1.06 KB

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 for TeachLink.
  • Soroban smart contracts for rewards, escrow, and tokenization.
  • NestJS indexer for real-time blockchain event tracking.
  • Machine learning-based recommendation system.
  • Comprehensive developer experience toolkit and scripts.
  • Observability and monitoring infrastructure (Prometheus, Grafana).
  • Cross-chain bridge with BFT consensus mechanism.
  • SYSTEM_OVERVIEW.md for high-level project documentation.

Changed

  • Refined contract module map for better scalability.
  • Updated README with detailed onboarding and troubleshooting steps.

Fixed

  • Resolved Windows-specific linker issues in test suite.
  • Fixed race conditions in indexer event processing.

[0.1.0] - 2026-04-25

Added

  • Project initialization and base contract implementation.