Releases: MostroP2P/mostro-cli
v0.10.3
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
- Shared key print by @arkanoider in #76
- Implement nostr sdk tags by @grunch in #77
- Implement pow by @grunch in #79
- token dispute fix by @grunch in #80
- compile with tweaks by @grunch in #81
- Implement gift wrap by @grunch in #82
- Update to work with latest mostro-core by @grunch in #83
- Nip44 conversation key command by @grunch in #84
- New senddm subcommand by @grunch in #85
- Final code on sending messages by @grunch in #86
Full Changelog: v0.10.0...v0.10.3
v0.10.0
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
- Range order fix by @arkanoider in #70
- Draft idea to fix listorders in case of - and . char by @arkanoider in #71
- Shows fiat amount range in listorders by @grunch in #72
- Added amount to takesell and takebuy of orders by @arkanoider in #73
- Fixes for range order in Amount by @arkanoider in #74
- Add cross compiling by @grunch in #75
Full Changelog: v0.9.3...v0.10.0
v0.9.3
What's Changed
- Update to nostr sdk lastest version by @grunch in #62
- Tag filter with correct lowercase by @arkanoider in #63
- Use nip04 decrypt method by @grunch in #64
- Big refactor for KO relays issue on nip33 message listing by @arkanoider in #65
- Add custom expiration days option by @grunch in #66
- Allow use initial vars as args by @grunch in #68
Full Changelog: v0.9.0...v0.9.3
v0.9.0
v0.8.7
What's Changed
- small fixes on listorders by @arkanoider in #57
- Avoid duplicated id when listing disputes by @grunch in #58
Full Changelog: v0.8.6...v0.8.7
v0.8.6
v0.8.5
What's Changed
- used tags to request listorders by @arkanoider in #52
- Fix add invoice description by @grunch in #53
Full Changelog: v0.8.4...v0.8.5
v0.8.4
What's Changed
- Fix for printing created at field from nostr event in prettytable by @arkanoider in #48
- experimental branch to order messages from the latest timestamp by @arkanoider in #49
Full Changelog: v0.8.3...v0.8.4