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.17.1
🚀 Features
- feat: publish exchange rates to Nostr by @mostronatorcoder[bot] in #685
- feat: include Mostro pubkey in order event source tag by @mostronatorcoder[bot] in #679
- feat: total remove of database encrytpion logic by @arkanoider in #676
💼 Other
- Update CHANGELOG for version 0.17.1 by @grunch
- Change default value of max_routing_fee by @grunch in #688
- Encryption removed by @arkanoider in #674
📚 Documentation
- docs: add branch protection rules documentation by @mostronatorcoder[bot] in #686
- refactor: split cross-kind y-tag changes into scoped follow-up PRs for s by @JiwaniZakir in #677
🧪 Testing
- test: add end-to-end y-tag emission coverage for order/info/dispute/admin/dev-fee events by @codaMW in #668
⚙️ Miscellaneous Tasks
- Release mostro version 0.17.1 by @grunch
- Improved github actions: bumped action for checkout and also MSRV version by @arkanoider in #687
Contributors
- @grunch made their contribution
- @arkanoider made their contribution in #687
- @mostronatorcoder[bot] made their contribution in #686
- @JiwaniZakir made their contribution in #677
- @codaMW made their contribution in #668
Full Changelog: v0.17.0...v0.17.1