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
Once you have the required PGP keys, you can verify the release (assuming manifest.txt.sig and manifest.txt are in the current directory) with:
gpg --verify manifest.txt.sig manifest.txt
gpg: Firmado el jue 03 ago 2023 15:07:05 -03
gpg: usando RSA clave 1E41631D137BA2ADE55344F73852B843679AD6F0
gpg: Firma correcta de "Francisco Calderón <fjcalderon@gmail.com>" [absoluta]
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
- When taking an order, check the status first and then the quantity by @Catrya in #351
- Update README.md to have instructions for Mac by @dulcedu in #363
- Tonic-lnd by @arkanoider in #364
- Fix creating orders with LN address by @grunch in #365
- Discard older gift wrap events by @grunch in #368
- Fix settings.docker.toml to work with gprc and Polar by @tincho70 in #372
- fix(docker/compose): specify platform so it runs on mac m1 by @jgmontoya in #371
- Docs/improve readme by @jgmontoya in #370
- added Cross.toml for protoc compiler inside docker sandbox by @arkanoider in #373
New Contributors
Thanks to our new contributors 🫶🏾
- @dulcedu made their first contribution in #363
- @jgmontoya made their first contribution in #371
Full Changelog: v0.12.5...v0.12.7