|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [1.0.0] - 2026-03-09 |
| 9 | + |
| 10 | +### Added |
| 11 | + |
| 12 | +- **8 on-chain agent capabilities**: cross-market arbitrage, on-chain risk manager, on-chain signal source, MEV protection (Jito), agent reputation, multi-agent pipeline, flash loan arbitrage, atomic multi-leg trader |
| 13 | +- **AI-powered trading** with OpenAI Agents SDK, LiteLLM multi-provider support, and 8 built-in agent tools |
| 14 | +- **Solana integration**: native transaction signing, on-chain trade logging via Memo program, Jito bundle submission, Solana Blinks |
| 15 | +- **Multi-exchange support**: Solana/DFlow (SPL tokens), Polymarket (CLOB API), Kalshi (REST API) |
| 16 | +- **Cross-platform arbitrage**: detect and trade price discrepancies across exchanges |
| 17 | +- **Live trading dashboard** at `/live` with 8 feature cards, equity chart, execution pipeline animation, and pause/resume/e-stop controls |
| 18 | +- **Classic terminal dashboard** at `/` for headless environments |
| 19 | +- **Quantitative strategies**: adaptive OB imbalance + EMA momentum with self-tuning weights |
| 20 | +- **Contributed strategies**: cross-market arbitrage, multi-agent pipeline, Solana agent, debate strategy |
| 21 | +- **Risk management**: dual-layer validation (local limits + RPC simulation), max drawdown monitoring, daily loss limits, kill switch |
| 22 | +- **Backtesting engine** with DFlow episode replay (parquet format) |
| 23 | +- **Coinjure matching pipeline**: cross-platform market relation discovery (implication, exclusivity, complementary) |
| 24 | +- **CLI** (`oracle3`) with commands for market browsing, paper/live trading, reputation, blinks, trade logs |
| 25 | +- **CI/CD**: pytest, ruff, mypy, codespell, MkDocs documentation site |
| 26 | +- **Interactive demo script** (`demo.sh`) |
| 27 | + |
| 28 | +[1.0.0]: https://github.com/YichengYang-Ethan/oracle3/releases/tag/v1.0.0 |
0 commit comments