mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-14 00:07:01 +08:00
feat: Add Aster DEX exchange support + fix precision issues
## Features - Add full Aster DEX integration with Binance-compatible API - Support Web3 authentication with API wallet system - Add comprehensive Aster integration guide (ASTER_INTEGRATION.md) - Add example Aster configuration (config.aster.example.json) ## Bug Fixes - Fix precision error (code -1111) for all order types - Implement proper float-to-string conversion with exchange precision - Add automatic precision fetching from /exchangeInfo endpoint - Remove trailing zeros from formatted values ## Documentation - Update README.md with Aster quick start guide - Add detailed setup instructions for creating API wallet - Include troubleshooting FAQ and security best practices - Update core features to mention three supported exchanges ## Technical Details - Added formatFloatWithPrecision() helper function - Updated all order functions to use proper precision formatting - Added precision logging for debugging - Fully backward compatible with existing configurations Closes #[issue number if applicable]
This commit is contained in:
28
COMMIT_MESSAGE.txt
Normal file
28
COMMIT_MESSAGE.txt
Normal file
@@ -0,0 +1,28 @@
|
||||
feat: Add Aster DEX exchange support + fix precision issues
|
||||
|
||||
## Features
|
||||
- Add full Aster DEX integration with Binance-compatible API
|
||||
- Support Web3 authentication with API wallet system
|
||||
- Add comprehensive Aster integration guide (ASTER_INTEGRATION.md)
|
||||
- Add example Aster configuration (config.aster.example.json)
|
||||
|
||||
## Bug Fixes
|
||||
- Fix precision error (code -1111) for all order types
|
||||
- Implement proper float-to-string conversion with exchange precision
|
||||
- Add automatic precision fetching from /exchangeInfo endpoint
|
||||
- Remove trailing zeros from formatted values
|
||||
|
||||
## Documentation
|
||||
- Update README.md with Aster quick start guide
|
||||
- Add detailed setup instructions for creating API wallet
|
||||
- Include troubleshooting FAQ and security best practices
|
||||
- Update core features to mention three supported exchanges
|
||||
|
||||
## Technical Details
|
||||
- Added formatFloatWithPrecision() helper function
|
||||
- Updated all order functions to use proper precision formatting
|
||||
- Added precision logging for debugging
|
||||
- Fully backward compatible with existing configurations
|
||||
|
||||
Closes #[issue number if applicable]
|
||||
|
||||
Reference in New Issue
Block a user