Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.1 KB

File metadata and controls

40 lines (24 loc) · 1.1 KB

Changelog

All notable changes to StellarBounty are documented in this file.

The format follows Keep a Changelog, and this project uses Semantic Versioning.

Added

Changed

Deprecated

Removed

Fixed

Security

0.1.0 - 2026-06-16

Initial public development baseline.

Added

  • Monorepo workspace with frontend, backend, and Soroban contract packages.
  • Next.js frontend application for browsing and interacting with bounties.
  • NestJS backend API for bounty, submission, authentication, health, and metrics flows.
  • Soroban contract workspace for escrow-oriented bounty behavior.
  • Docker Compose and environment example files for local development.
  • CI workflows for frontend, backend, and contract validation.

Security

  • Baseline Helmet, CORS, request ID, validation pipe, and JWT-based backend security configuration.