|
2 | 2 |
|
3 | 3 | ## Executive Summary |
4 | 4 |
|
5 | | -DEXBot2 is a sophisticated decentralized exchange trading bot for the BitShares blockchain. This report documents the complete evolution of the project from its inception in December 2025 through the current 1.1.5 stable release. |
| 5 | +DEXBot2 is a sophisticated decentralized exchange trading bot for the BitShares blockchain. This report documents the complete evolution of the project from its inception in December 2025 through the current 1.1.6 stable release. |
6 | 6 |
|
7 | 7 | ### Key Milestones |
8 | 8 | - **Project Inception**: December 2, 2025 |
9 | | -- **Growth Phase**: 1,738+ commits over ~7 active months |
| 9 | +- **Growth Phase**: 1,739+ commits over ~7 active months |
10 | 10 | - **Code Maturity**: Evolution from basic utilities to a ~58,000+ LoC intelligent TypeScript system |
11 | 11 | - **Stability**: Progression from manual testing to a suite of 200+ automated test files |
12 | | -- **Releases**: 53 release entries (v0.1.0 to v1.1.5) |
| 12 | +- **Releases**: 54 release entries (v0.1.0 to v1.1.6) |
13 | 13 |
|
14 | 14 | --- |
15 | 15 |
|
@@ -128,6 +128,7 @@ Compact view; per-commit detail lives in [CHANGELOG.md](../CHANGELOG.md). |
128 | 128 | | v1.1.2 → v1.1.3 | 4 | AMA refit (λ=0.0025/step=0.0003), per-AMA distance weights, tsx-CJS export fix, amaS% retune 0.085→0.08, doc sync | |
129 | 129 | | v1.1.3 → v1.1.4 | 3 | AMA4 slow correction 107.4→102.4, optimizer range 50-200→40-160, post-tag doc sync | |
130 | 130 | | v1.1.4 → v1.1.5 | 2 | AMA refit (per-AMA λ weights, SMA-warmup optimizer, slow 62.1/71.7/82.7/95.5), `maxBorrowAmountPerOperation` + oversized-deal splitter | |
| 131 | +| v1.1.5 → v1.1.6 | 1 | amaS% revert 0.08→0.085 | |
131 | 132 |
|
132 | 133 | --- |
133 | 134 |
|
@@ -179,7 +180,7 @@ DEXBot2 has matured from a basic grid bot into a signal-intelligent, production- |
179 | 180 | --- |
180 | 181 |
|
181 | 182 | **Report Originally Generated**: February 19, 2026 |
182 | | -**Last Updated**: July 14, 2026 (v1.1.5) |
183 | | -**Total Commits**: 1,738 |
| 183 | +**Last Updated**: July 14, 2026 (v1.1.6) |
| 184 | +**Total Commits**: 1,739 |
184 | 185 | **Date Range**: December 2, 2025 - July 14, 2026 (ongoing) |
185 | 186 | **Repository**: DEXBot2 (BitShares DEX Trading Bot) |
0 commit comments