Skip to content

Argus 1.0.0-alpha.39

Choose a tag to compare

@arkadianet arkadianet released this 06 Sep 10:25
· 45 commits to main since this release
c6957e1

Installs over alpha.11–alpha.38 — same signing key, wallet data preserved.

The first fixes from running alpha.38 on a phone.

dApp browser

  • Mew Finance offered only ErgoPay. Its page decides you are on a phone before it looks for a wallet, and the connector arrived after the page's scripts had started. The browser now injects the connector before any page script runs and identifies as a desktop browser; a menu entry switches back to a phone identity for pages that render badly at desktop width.
  • The start page: Spectrum's interface closed in favour of ErgoDEX, Duckpools lives on its main site, SkyHarbor is shutting down and ErgoAuctions' server is down. ErgoDEX could not be reached from the build machine, so that entry is unverified.

Duckpools

  • The ERG pool read timed out: each pool box is now read by its NFT instead of by walking its script's history, and a node that does not answer in twelve seconds hands over to the explorer.
  • The Borrow button, your loans and their health all depend on a second read of the pools' parameter, price, interest and collateral boxes. When any of it failed the screen showed only Lend and said nothing. Each pool card now says which box could not be read, and the loans section says when the wallet has none.
  • The borrower's figures. Every loan and every borrow quote now shows the liquidation price of one unit of collateral and how far the price can fall before it, a health bar on the alerts' scale, the interest accrued and what the loan costs a month at today's rate, the line and the liquidator's cut in words, the date by which the loan is called whatever the price, how much collateral would take the loan to 150% health, and a "what if the price moves" slider. The borrow sheet sizes the loan with a slider over the safe maximum and 25/50/75% picks, with the same figures live.

⚠️ Still not device-tested

The loan figures are computed from the same values the contract uses, but no loan has been opened from Argus on a phone yet. The check that matters: the liquidation price on a loan's card should match what Duckpools' own site shows for the same loan.