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 <[email protected]>" [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
- Bump mostro-core to v0.6.11 by @grunch in #87
- readme. add progress Overview by @Catrya in #88
- sqlite support and key management implementation by @grunch in #89
- Code refactoring and small fixes by @grunch in #90
- Code refactoring related with message payload by @grunch in #91
- Keys managements fixes by @grunch in #92
- Fixes multiple bugs related with keys management by @grunch in #93
- Fix: missing order id in take-sell by @arkanoider in #95
- Code refactoring and bug fixes by @grunch in #96
- Add dm message by @grunch in #97
- KM Implementation on takesell and takebuy by @grunch in #98
- keys managements(KM) implementation on add-invoice by @grunch in #99
- Catch out of range message by @grunch in #101
- Rate user by @arkanoider in #102
- Increments trade index by @grunch in #103
- Update localdb id range order by @grunch in #104
- Update dependencies and fixes by @grunch in #106
- Remove second p tag on posting new events by @grunch in #108
- Fix: sends right index on first operation by @grunch in #110
New Contributors
Full Changelog: v0.10.3...v0.11.0