DEVELOPMENT PREVIEW — Not live. All activity simulated. Not a regulated venue. Not an offer or solicitation.
← All updates

This week on Nexus 08.07.26

Public analytics no longer reports individual accounts, market history now says when it does not know rather than showing an empty market, and an API key is valid on exactly one network — while behind the screen, every candle written to cold storage is checked against the live fold and a service that loses its configuration stops instead of guessing. Here is what shipped.

Merged pull requests by area this window — activity, not performance: 69 merged feature, fix, and performance pull requests across the Exchange, 52 in orders and accounts, 8 in API and data, 5 in frontend, 2 in the engine, and 2 in oracle

Testnet accounts across the daily snapshots — faucet-funded, ephemeral testnet accounts that reset on redeploy, not production figures: 28 testnet accounts on the August 5 snapshot, 25 a week earlier, on the July 29 snapshot, 25 on the July 30 snapshot, before a redeploy reset the testnet, and 10 on the July 31 snapshot, immediately after that reset

Trading

Market history

Accuracy on screen

Price feeds

Privacy and access

Deposits and withdrawals

Safety and reliability

Developer tools and SDKs

Behind the scenes

Market-history capture is enabled in a development environment; the writer stamps a capture-start marker when it starts, the on-disk tape is indexed, candles are no longer folded from windows too short to support them, a bounded candles request is answered from its own window with cold data off, and the sustained-drop warning is rate-limited on a monotonic clock. The engine publishes settlement-apply latency and throughput, exports per-market write-ahead-log progress, and gives four previously undescribed metrics a description.

Elsewhere: work landed on access control and on how services address one another. Plumbing, mostly — the kind that decides whether the next change is safe to make.