@pioneer-platform/markets 8.13.0 → 8.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/lib/ccxt-pricing.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @pioneer-platform/markets
|
|
2
2
|
|
|
3
|
+
## 8.15.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Major pricing system improvements:
|
|
8
|
+
- Added CCXT integration (100+ cryptocurrency exchanges)
|
|
9
|
+
- Implemented randomized API fallback chain
|
|
10
|
+
- Added multi-layer protection for major cryptocurrencies
|
|
11
|
+
- Created Redis-based unpriceable token registry
|
|
12
|
+
- Implemented hourly Discord metrics reporting
|
|
13
|
+
- Fixed BASE network pricing (uses ETH)
|
|
14
|
+
- Added comprehensive API success/failure tracking
|
|
15
|
+
|
|
3
16
|
## 8.12.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
package/lib/ccxt-pricing.js
CHANGED