Releases: MostroP2P/mostro
v0.11.5
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
- small fix to return from settle_seller_hold_invoice if there are errors by @arkanoider in #269
- This PR allows cross platform compilation by @grunch in #271
Full Changelog: v0.11.4...v0.11.5
v0.11.4
What's Changed
- Added the check on min sats allowed in a new order by @arkanoider in #261
- Idea to catch the great part of the errors by @arkanoider in #259
- Remove of some unwraps by @arkanoider in #262
- Solvers should take disputes before operate by @grunch in #267
- Stop sending CantDo message after solver settles dispute by @grunch in #268
Full Changelog: v0.11.3...v0.11.4
v0.11.3
v0.11.2
What's Changed
- New actions added to docs by @grunch in #242
- Send solver pubkey to both parties by @grunch in #244
- Limit size of messages by @grunch in #243
- Changing routing fee rules by @grunch in #245
- Allow admin actions to be done by solvers by @grunch in #246
- Makers can't take own orders by @grunch in #247
Full Changelog: v0.11.0...v0.11.2
v0.11.0
What's Changed
- Update README.md by @grunch in #224
- Update dependencies to latest by @grunch in #226
- AddInvoice with LN address instead of bolt11 by @grunch in #228
- updated nostr-sdk lib by @arkanoider in #229
- Added a check in dispute.rs by @arkanoider in #230
- Use the right decrypt (nip04) function by @grunch in #234
- Fix admin dispute by @arkanoider in #233
- first try to fix loop on disputes by @arkanoider in #237
- removed unwraps from scheduler by @arkanoider in #239
- Small fixes and cleanups by @yukibtc in #238
- Add Cargo.lock file by @grunch in #240
- Refactoring using new actions by @grunch in #241
Full Changelog: v0.10.2...v0.11.0
v0.10.2
What's Changed
- Remove outdated docs by @grunch in #216
- Update README.md by @grunch in #217
- fix on admin settle and cosmetic on order.rs by @arkanoider in #218
- Message refactoring by @arkanoider in #222
- fix-221 by @arkanoider in #223
Full Changelog: v0.10.1...v0.10.2
v0.10.1
What's Changed
- Update README.md by @grunch in #208
- refactoring admin_settle.rs by @arkanoider in #209
- Remove hardcoded dispute status references by @grunch in #210
- Update README.md by @Catrya in #212
- Issue invoice values by @arkanoider in #213
- update mostro core to ver 5.4 by @arkanoider in #215
New Contributors
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- Allow buyer add new invoice with addinvoice action by @grunch in #201
- amount for ln address checks and many cosmetics by @arkanoider in #204
- Update specs with kebab case instead camel case by @grunch in #207
- Payment failure dev by @arkanoider in #206
Full Changelog: v0.9.8...v0.10.0
v0.9.8
v0.9.7
What's Changed
- Fix version type by @grunch in #191
- Improve comments on global vars by @grunch in #192
- removed thread sleep calls for sqlite update and create by @arkanoider in #193
- Remove UNIQUE from order_id field in disputes table by @arkanoider in #195
Full Changelog: v0.9.6...v0.9.7