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/mostro/main/keys/negrunch.asc | gpg --import
curl https://raw.githubusercontent.com/MostroP2P/mostro/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 v0.16.4
🚀 Features
- feat: add days field to user rating event (kind 38384) by @Catrya in #625
- feat: implement mutation testing for Rust codebase quality assurance by @mostronatorcoder[bot] in #619
- feat: added latest tag to both mostro docker versions by @arkanoider in #610
- feat: add expiration to rating events (kind 38384) by @mostronatorcoder[bot] in #612
🐛 Bug Fixes
- fix: use targeted SQL updates in check_failure_retries and payment_success by @Catrya in #617
- fix: prevent duplicate dev fee payments via idempotency check by @mostronatorcoder[bot] in #622
- fix: use expiration settings instead of hardcoded 24h for order events by @mostronatorcoder[bot] in #614
- fix: close active dispute when seller releases funds by @Mostrica in #606
💼 Other
- Update CHANGELOG for version 0.16.4 by @grunch
- Deduplicate db test helpers by @grunch in #629
- Automated badge for toolchain and version in README.md by @arkanoider in #628
- Fix restore session dispute initiator by @BraCR10 in #599
🚜 Refactor
- refactor: extract dev fee logic into dedicated module by @arkanoider in #627
📚 Documentation
- docs: fix inconsistent pubkey format in rating and info event examples by @mostronatorcoder[bot] in #615
⚙️ Miscellaneous Tasks
- Release mostro version 0.16.4 by @grunch
Contributors
- @grunch made their contribution
- @arkanoider made their contribution in #627
- @Catrya made their contribution in #617
- @mostronatorcoder[bot] made their contribution in #622
- @BraCR10 made their contribution in #599
- @Mostrica made their contribution in #606
Full Changelog: v0.16.3...v0.16.4