v0.0.4
What's new in v0.0.4
- Buyer reliability fix:
dexdo buyeranddexdo quoteno longer fail when the raw order book contains a stale row from an uncleaned deal. The buyer now skips stale/unreadable rows and matches the live ask, anddexdo quotereports the executable liquidity thatdexdo market-data depthshows -- fixing the "INTERNAL invariant", "stale raw order-book rows", and "no executable liquidity" failures. dexdo --versionnow reports the release version (0.0.4), matching the release tag.
Built on the v0.0.3 base (static musl Linux binaries that run on any distro, per-model content verification, fail-closed installers).
Install
# Linux / macOS
curl -fsSL https://get.dex.do/install.sh | sh
# Windows (PowerShell)
irm https://get.dex.do/install.ps1 | iex