Skip to content

v0.0.4

Choose a tag to compare

@github-actions github-actions released this 06 Jul 12:50

What's new in v0.0.4

  • Buyer reliability fix: dexdo buyer and dexdo quote no 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, and dexdo quote reports the executable liquidity that dexdo market-data depth shows -- fixing the "INTERNAL invariant", "stale raw order-book rows", and "no executable liquidity" failures.
  • dexdo --version now 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