Files
CurrenciCombo/CHANGELOG.md
defiQUG 3dc8592b83 docs: Update CHANGELOG and README for deployment models and troubleshooting
- Added multi-platform deployment architecture details (Web App, PWA, DApp) to README.md.
- Included comprehensive troubleshooting guides and fix scripts in README.md.
- Enhanced CHANGELOG.md with new features, fixes, and improvements, including TypeScript error resolutions and updated documentation structure.
- Revised development setup instructions in DEV_SETUP.md to reflect changes in script usage and environment variable setup.
2025-11-06 08:09:54 -08:00

2.1 KiB

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

  • Multi-platform deployment architecture (Web App, PWA, DApp)
  • Database options documentation (Local PostgreSQL vs Azure)
  • Frontend troubleshooting guide and fix scripts
  • Comprehensive curl functionality tests
  • Service status check scripts
  • Deployment architecture documentation
  • Answers summary for common questions

Fixed

  • TypeScript compilation errors in orchestrator
  • Missing imports and type definitions
  • Environment variable validation with defaults
  • Frontend timeout issues (troubleshooting guide)
  • Linter warnings in PowerShell scripts

Improved

  • Updated README.md with comprehensive setup instructions
  • Enhanced documentation structure and organization
  • Added database setup instructions
  • Improved quick start guide with troubleshooting
  • Updated project structure documentation

1.0.0 - 2025-01-15

Added

  • Initial release of ISO-20022 Combo Flow
  • Drag-and-drop workflow builder UI
  • Multi-step transaction execution with 2PC pattern
  • ISO-20022 message generation (pacs.008, camt.052/053, camt.056)
  • Smart contracts for atomic execution (ComboHandler, NotaryRegistry, AdapterRegistry)
  • Compliance engine integration (LEI/DID/KYC/AML)
  • Real-time execution monitoring via SSE
  • Optional simulation panel for advanced users
  • Multi-wallet Web3 integration
  • Bank connector support (SWIFT, SEPA, FedNow, ISO-20022)
  • E2E tests with Playwright
  • Smart contract tests with Hardhat

Documentation

  • Complete engineering ticket breakdown
  • UI/UX specifications
  • Smart contract interface specifications
  • Adapter architecture documentation
  • Compliance integration specifications
  • OpenAPI specification
  • Implementation status tracking