Skip to content

v0.0.5

Choose a tag to compare

@github-actions github-actions released this 06 Jul 22:06

What's new in v0.0.5

  • Buyer reliability fix: dexdo quote and dexdo buyer now agree on real shellnet. Quote only reports liquidity that the buyer can actually purchase -- a single, whole, live, funded ask -- so it no longer promises a fill the on-chain buy cannot execute. When an ask is not buyable, you get a clear NO_LIQUIDITY message before any funds move, instead of a raw chain revert. Fixes the "quote succeeds but buyer fails with NO_LIQUIDITY / CHAIN_REVERT" reports.

Built on the v0.0.3/v0.0.4 base (static musl Linux binaries that run on any distro, per-model content verification, fail-closed installers, dexdo --version reports the release).

Install

# Linux / macOS
curl -fsSL https://get.dex.do/install.sh | sh
# Windows (PowerShell)
irm https://get.dex.do/install.ps1 | iex