Verifying the Release
In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:
curl https://raw.githubusercontent.com/MostroP2P/mostrix/main/keys/negrunch.asc | gpg --import
curl https://raw.githubusercontent.com/MostroP2P/mostrix/main/keys/arkanoider.asc | gpg --importOnce you have the required PGP keys, you can verify the release (assuming manifest.txt.sig.negrunch, manifest.txt.sig.arkanoider and manifest.txt are in the current directory) with:
gpg --verify manifest.txt.sig.negrunch manifest.txt
gpg --verify manifest.txt.sig.arkanoider manifest.txt
gpg: Signature made fri 10 oct 2025 11:28:03 -03
gpg: using RSA key 1E41631D137BA2ADE55344F73852B843679AD6F0
gpg: Good signature from "Francisco Calderón <fjcalderon@gmail.com>" [ultimate]
gpg: Signature made fri 10 oct 2025 11:28:03 -03
gpg: using RSA key 2E986CA1C5E7EA1635CD059C4989CC7415A43AEC
gpg: Good signature from "Arkanoider <github.913zc@simplelogin.com>" [ultimate]
That will verify the signature of the manifest file, which ensures integrity and authenticity of the archive you've downloaded locally containing the binaries. Next, depending on your operating system, you should then re-compute the sha256 hash of the archive with shasum -a 256 <filename>, compare it with the corresponding one in the manifest file, and ensure they match exactly.
What's Changed in 0.3.0
🚀 Features
- unify post-restore hydrate orchestrator by @arkanoider
- rebuild peer order chat from relay after session restore by @arkanoider
- await trade DM replay after session restore by @arkanoider
- sync popup, retry, and startup alignment by @arkanoider
- sync last trade index from Mostro after restore by @arkanoider
- batch-fetch order details after restore-session by @arkanoider
- copy seed words with C on View Seed popup by @arkanoider
- import seed words with wipe and auto-restore by @arkanoider
- add full local session wipe utility by @arkanoider
- recover dispute id and solver chat by @amuntri
- log the request and the outcome by @amuntri
- recover orders and disputes from Mostro via Settings by @amuntri
🐛 Bug Fixes
- record peer chat inner ids only after transcript save by @arkanoider
- clear stale chat cursors after session wipe by @arkanoider
- spawn post-restore trade DM replay off the UI loop by @arkanoider
- use catch-up fetch when trade DM cursor is missing by @arkanoider
- use trade side for matched maker Active rows by @arkanoider
- map DB order status to Messages-tab actions on sync by @arkanoider
- address review items for sync safety and popup layout by @arkanoider
- correlate LastTradeIndex responses by request_id by @arkanoider
- fail closed when LastTradeIndex omits trade_index by @arkanoider
- preserve local order fields on insert_from_restore collision by @arkanoider
- persist peer chat keys on fresh restore insert by @arkanoider
- harden settings writes and staged-wipe cleanup by @arkanoider
- rollback settings + DB together on import/wipe failure by @arkanoider
- address CodeRabbit review — TUI degrade + staged wipe by @arkanoider
- support Ctrl+V paste and multiline seed normalize by @arkanoider
- address review round 3 by @amuntri
- data-integrity hardening from review by @amuntri
- actually send SessionRestored from the restore task by @amuntri
- size the operation-result popup from the real terminal width by @amuntri
- address review — sender check, role inference, UI resync by @amuntri
💼 Other
- feat(restore): unify post-restore hydrate orchestrator (step 4) by @arkanoider in #159
- feat(restore): peer chat hydrate and cursor hygiene after session restore by @arkanoider in #158
- feat(restore): await trade DM replay after session restore (step 2) by @arkanoider in #157
- fix(restore): map DB status to Messages-tab actions (step 1) by @arkanoider in #156
- feat(trade-index): on-the-fly sync popup + startup alignment by @arkanoider in #153
- feat(restore): stage 3 — LastTradeIndex sync + shared helper by @arkanoider in #152
- feat(restore): orchestrator stage 2 — batch order details from Mostro by @arkanoider in #151
- feat(restore): recover orders and disputes from Mostro via Settings by @arkanoider in #149
📚 Documentation
- add session restore acceptance checklist (step 6) by @arkanoider
- document post-restore hydrate pipeline (steps 2–4) by @arkanoider
- align comments with post-restore chat hydrate by @arkanoider
⚙️ Miscellaneous Tasks
- cargo fmt fix by @arkanoider
- cargo fmt fix by @arkanoider
- cargo fmt fix by @arkanoider
- update comments by @arkanoider
- update comments by @arkanoider
- update comments by @arkanoider
Contributors
- @arkanoider made their contribution in #159
- @amuntri made their contribution
Full Changelog: v0.2.9...0.3.0