21 lines
649 B
Markdown
21 lines
649 B
Markdown
|
|
# 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
|