Argus 1.0.0-alpha.37
Installs over alpha.11–alpha.36 — same signing key, wallet data preserved.
The first mix ran
On alpha.36 a mix entered the pool and completed two rounds on its own before a stray explorer answer stopped it. That is the mixer working on chain end to end for the first time.
The fix
The default explorer answers a lookup for a box it does not know with HTTP 200 and an error object, where every other source answers 404. After a remix the mix's new box is still unconfirmed, the node has no such box yet, and the explorer's error body was filed as your box and handed to the mixing engine, which refused it.
A box lookup now counts only a body that is the box asked for, and a transaction lookup only a body with outputs; anything else means "not seen yet", which the engine already waits on. The pool snapshot also skips and counts any item that is not a box instead of failing outright, so one stray element can never stop every mix again.
A mix that showed "Last move failed" on alpha.36 changed nothing on chain; it resumes with this build.
⚠️ Still a prototype
The mixer has now completed rounds on a device but not yet a withdrawal. Keep mixing on, watch the withdrawal land on the destination you chose, and use only funds you can afford to lose.