Skip to content

Release v0.2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Jun 14:18
v0.2.1
c314469

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/mostrix/main/keys/negrunch.asc | gpg --import
curl https://raw.githubusercontent.com/MostroP2P/mostrix/main/keys/arkanoider.asc | gpg --import

Once 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 0.2.1

🚀 Features

  • apply v2 first-contact PoW on NewOrder and take actions by @arkanoider
  • transport-aware DM listener for v2 inbound (step 6) by @arkanoider
  • unify inbound DM parse on unwrap_incoming (v2 step 5) by @arkanoider
  • send Mostro DMs via wrap_message_with (v2 outbound) by @arkanoider
  • add transport-aware DM filters and listener subscriptions by @arkanoider
  • parse protocol_version and prepare mostro-core 0.13 transport by @arkanoider
  • handle maker PayBondInvoice on order creation (Phase 5) by @arkanoider
  • Ctrl+O send attachment picker and mobile wire JSON by @arkanoider
  • animated startup splash during post-terminal boot by @arkanoider
  • Phase B outbound attachment send pipeline by @arkanoider
  • receive attachments, fix chat scroll, skip own relay echoes by @arkanoider

🐛 Bug Fixes

💼 Other

  • docs(protocol): complete v2 migration docs and tests (step 9) by @arkanoider in #92
  • feat(protocol): apply v2 first-contact PoW on NewOrder and take actions by @arkanoider in #91
  • feat(protocol): transport-aware DM listener for v2 inbound (step 6) by @arkanoider in #90
  • feat(protocol): unify inbound DM parse on unwrap_incoming (v2 step 5) by @arkanoider in #89
  • feat(protocol): send Mostro DMs via wrap_message_with (v2 outbound) by @arkanoider in #88
  • feat(protocol): transport-aware DM filters and listener subscriptions by @arkanoider in #87
  • feat(protocol): parse protocol_version and bump mostro-core 0.13.0 by @arkanoider in #86
  • added deepwiki link by @arkanoider
  • feat(bond): handle maker PayBondInvoice on order creation (Phase 5) by @arkanoider in #85
  • feat(my-trades): Ctrl+O send attachment picker and mobile wire JSON by @arkanoider in #84
  • Merge commit 'd90cf877e3b0e6cb87349370a3457e3abb0264b7' by @arkanoider
  • feat: animated startup splash during post-terminal boot by @arkanoider in #83
  • feat(my-trades): outbound attachment send pipeline by @arkanoider in #82
  • fix(my-trades): persist attachment transcripts and restore chat UX at startup by @arkanoider in #81
  • feat(my-trades): receive attachments by @arkanoider in #80

📚 Documentation

  • complete v2 migration docs and tests (step 9) by @arkanoider

⚙️ Miscellaneous Tasks

Contributors

Full Changelog: v0.2.0...0.2.1