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.
- Added CSV/JSON export of visible activity on the History page, for compliance and regulatory reporting
- Added local development environment documentation template to README.md
- Added frontend/.env.local.example configuration template
- Added root .gitignore rules for environment files and project-specific artifacts
- Added setup instructions to README.md
- Added
get_commitments_page(start, limit)to the pool contract, a paginated, on-chain-capped alternative to the unboundedget_commitments()(#57)
- Updated README.md with detailed build, run, and verification instructions
- Frontend Merkle tree reconstruction (withdraw + compliance report) now pages through
get_commitments_pageinstead of calling the unboundedget_commitments()(#57)