Latest Release

  • Repository: MostroP2P/mostro
  • Published on: 2025-06-11 19:33:03 UTC
  • Version Tag: v0.14.0
  • By: grunch
  • On GitHub: MostroP2P/mostro/releases

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: bash 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: ```bash 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 withshasum -a 256 `, compare it with the corresponding one in the manifest file, and ensure they match exactly.

What's Changed

  • Develop branch merge to main by @arkanoider in https://github.com/MostroP2P/mostro/pull/480
  • Change tag "y" to mostro by @Catrya in https://github.com/MostroP2P/mostro/pull/482
  • Settings refactor by @arkanoider in https://github.com/MostroP2P/mostro/pull/481
  • Prelude mostro core by @arkanoider in https://github.com/MostroP2P/mostro/pull/483
  • Database keys encryption by @arkanoider in https://github.com/MostroP2P/mostro/pull/475
  • feat: improved in a more rusty way the connectionto db pool by @arkanoider in https://github.com/MostroP2P/mostro/pull/487
  • Publish events nip69 events by @grunch in https://github.com/MostroP2P/mostro/pull/492
  • Add comprehensive unit test suite for core modules by @grunch in https://github.com/MostroP2P/mostro/pull/493
  • Moved the hardcoded api URLs to the settings by @grunch in https://github.com/MostroP2P/mostro/pull/495
  • feat: Add RPC support for direct admin communication by @grunch in https://github.com/MostroP2P/mostro/pull/497
  • check privacy mode before rating users by @Catrya in https://github.com/MostroP2P/mostro/pull/494
  • fix(#490): child order of buy order was not sent to maker, but to taker by @arkanoider in https://github.com/MostroP2P/mostro/pull/491

Full Changelog: https://github.com/MostroP2P/mostro/compare/0.13.2...v0.14.0

Data updated on: 2025-07-09 06:23 UTC