Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.14 KB

File metadata and controls

35 lines (25 loc) · 1.14 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

  • Production deployment guide with environment matrix
  • Error codes documentation with frontend-friendly message mapping
  • Release process documentation with semantic versioning policy
  • Backend API request schema documentation with curl examples
  • Error mapping utility for frontend error handling
  • Backend .env.example configuration template

Changed

  • Improved documentation structure for operators and contributors

[0.1.0] - 2024-04-01

Added

  • Initial release of Trivela platform
  • Campaign contract with Merkle allowlist support
  • Rewards contract with points tracking and claims
  • Backend REST API with campaign CRUD operations
  • Frontend React application with campaign browsing and wallet integration
  • Health checks and metrics endpoints
  • Rate limiting and optional API key authentication
  • Comprehensive architecture documentation
  • Contribution guidelines