v0.0.5
What's new in v0.0.5
- Buyer reliability fix:
dexdo quoteanddexdo buyernow 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 clearNO_LIQUIDITYmessage 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