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 --import
curl https://raw.githubusercontent.com/MostroP2P/mostro/main/keys/catrya.asc | gpg --import
curl https://raw.githubusercontent.com/MostroP2P/mostro/main/keys/andreadiazcorreia.asc | gpg --importOnce you have the required PGP keys, you can verify the release (assuming manifest.txt.sig.negrunch, manifest.txt.sig.arkanoider, manifest.txt.sig.catrya, manifest.txt.sig.andreadiazcorreia 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 --verify manifest.txt.sig.catrya manifest.txt
gpg --verify manifest.txt.sig.andreadiazcorreia 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]
gpg: Signature made fri 10 oct 2025 11:28:03 -03
gpg: using RSA key 9A718444050F091D3D24CF6CE15E232F243D73E6
gpg: Good signature from "Catrya (github) <140891948+Catrya@users.noreply.github.com>" [ultimate]
gpg: Signature made fri 10 oct 2025 11:28:03 -03
gpg: using EDDSA key 57376B6467F41F565ADDC65B1ED8B40E3A46E21D
gpg: Good signature from "Andrea Diaz Correia <andrea.diaz.correia@gmail.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.18.1
🚀 Features
- feat(nip33): advertise pow_first_contact in the info event by @grunch in #847
- feat: add Nostr trusted-node price provider (#697) by @ToRyVand in #841
- feat(cashu): add_cashu_escrow_action lock handler — Track A TA-1 by @grunch in #829
- feat: cashu boot + run_cashu + dispatch seam — Cashu foundation CF-5 by @grunch in #828
- feat: cashu escrow DB helpers — Cashu foundation CF-4 by @grunch in #797
- feat: CashuClient mint library (cdk 0.17.2) — Cashu foundation CF-2 by @grunch in #798
- feat: cashu config + escrow mode — Cashu foundation CF-1 by @grunch in #796
🐛 Bug Fixes
- fix: resubscribe hold invoices correctly across a restart by @grunch in #853
- fix(deps): bump nostr to 0.44.6 for GHSA-hrqp-8w79-gwgw (NIP-44 DoS) by @grunch in #846
- fix(restore-session): scrub Nostr keys from log lines by @ToRyVand in #835
- fix(lightning): don't panic the daemon on malformed preimage/hash (#804) by @grunch in #821
💼 Other
- Update CHANGELOG for version 0.18.1 by @grunch
- Validate payout invoice network and bound final CLTV delta by @AndreaDiazCorreia in #861
- Harden LNURL fetches against SSRF and hangs by @arkanoider in #858
- Harden nsec storage with SecretString and one-time key init by @arkanoider in #772
- Reject non-counterparty senders in cooperative cancel by @arkanoider in #851
- Add LUD-12 comment to dev fee LNURL-pay calls by @ToRyVand in #820
🚜 Refactor
📚 Documentation
- docs: add security policy by @AndreaDiazCorreia in #850
- docs: state the English-language convention explicitly by @grunch in #822
🧪 Testing
⚙️ Miscellaneous Tasks
- Release mostro version 0.18.1 by @grunch
- ci: cashu test-mint harness — Cashu foundation CF-3 by @grunch in #799
- ci: serve the coverage badge from our own Pages, drop Codecov by @grunch in #824
- ci: publish the llvm-cov HTML report to Pages and Codecov by @grunch in #823
- chore: add andreadiazcorreia to release verification instructions by @AndreaDiazCorreia in #802
Contributors
- @grunch made their contribution
- @AndreaDiazCorreia made their contribution in #861
- @arkanoider made their contribution in #858
- @ToRyVand made their contribution in #841
Full Changelog: v0.18.0...v0.18.1