Futures Trading 6.0.9
30 June 2026
This release has upgrade notes. Read them before updating — they describe behaviour changes that need your attention.
MONEY-SAFETYFUTURESIDEMPOTENCYRECONCILIATIONSTABILITY
Futures Trading v6.0.9
Release Date: June 30, 2026 Tags: MONEY-SAFETY, FUTURES, IDEMPOTENCY, RECONCILIATION, STABILITY
Overview
Version 6.0.9 is the futures-extension half of the platform-wide Core v6.4.9 money-safety audit. Order debits now go through the centralized wallet service with a deterministic key, a reconciliation job flags any order without a matching debit, and the emergency-stop degrades gracefully when the ecosystem extension is absent.
Requires Core v6.4.9.
Upgrade Notes
Compatibility
- Requires Core v6.4.9 or higher, and the Ecosystem extension for live operation.
- There are no breaking changes.
Added
- Added a reconciliation job that flags futures orders with no matching wallet debit.
Changed
- Changed futures order debits to go through the wallet service with a deterministic key derived from the order id, so a retry cannot double-charge.
- Changed the futures emergency-stop to return a clear
503, instead of a generic crash, when the ecosystem extension is absent.