This commit is contained in:
Ajasra 2025-06-07 14:18:58 +08:00
parent b0568f634d
commit 0e75fbda66
2 changed files with 4 additions and 25 deletions

View File

@ -1,21 +0,0 @@
# Changelog
## [Unreleased]
### Added
- New safety limits system for trade transformations
- Comprehensive validation for trade sizes and prices
- Stablecoin-specific trading limits
- Market price deviation checks
- Detailed logging for approaching limits
### Changed
- Refactored transformation module for better modularity
- Split trade transformation logic into dedicated classes
- Enhanced error messages with more context
- Improved symbol format validation
### Fixed
- Trade side normalization no longer defaults to 'buy'
- Added missing validation for trade notional values
- Fixed potential floating-point precision issues using Decimal

View File

@ -44,10 +44,10 @@ uv run python main.py
All project documentation is located in the `docs/` directory. The best place to start is the main documentation index. All project documentation is located in the `docs/` directory. The best place to start is the main documentation index.
- **[Main Documentation (`docs/README.md`)]** - The central hub for all project documentation, including setup guides, architecture, and module details. - **[Main Documentation](`docs/README.md`)** - The central hub for all project documentation, including setup guides, architecture, and module details.
- **[Setup Guide (`docs/guides/setup.md`)]** - Complete setup instructions for new machines. - **[Setup Guide](`docs/guides/setup.md`)** - Complete setup instructions for new machines.
- **[Project Context (`CONTEXT.md`)]** - The single source of truth for the project's current state. - **[Project Context](`CONTEXT.md`)** - The single source of truth for the project's current state.
## Contributing ## Contributing
We welcome contributions! Please review the **[Contributing Guidelines (`docs/CONTRIBUTING.md`)]** and the **[Project Context (`CONTEXT.md`)]** before getting started. We welcome contributions! Please review the **[Contributing Guidelines](`docs/CONTRIBUTING.md`)** and the **[Project Context](`CONTEXT.md`)** before getting started.