Skip to content

Release v0.13.0

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Jun 19:47
v0.13.0
c51ac8b

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 in v0.13.0

🚀 Features

  • protocol v2 — NIP-44 direct transport (kind 14) by @grunch

🐛 Bug Fixes

  • bind the v2 identity proof to the trade key by @grunch

💼 Other

  • Update CHANGELOG for version 0.13.0 by @grunch
  • feat(transport): protocol v2 — NIP-44 direct transport (kind 14) by @grunch in #152

🚜 Refactor

  • drop dual mode — a node speaks v1 or v2, never both by @grunch

⚙️ Miscellaneous Tasks

  • Release mostro-core version 0.13.0 by @grunch

Contributors

Full Changelog: v0.12.1...v0.13.0