Skip to content

Releases: Local-Money/localmoney

v0.6.0

20 Dec 16:57
2be270a
Compare
Choose a tag to compare

This release prepares the protocol for external security audit.

v0.5.0

13 Dec 14:54
28f34d0
Compare
Choose a tag to compare

Release notes:

  • Offer description
  • Dispute timer
  • Arbitration fee
  • Storage migration (enables updates without losing offers/trades data)
  • Trade amount limit (3 offers / 3 trades at the same time)
  • UI adjustments

Bug fixes

  • Error when trying to cancel a trade when escrow was funded
  • Enable refund after expired state
  • Prevent opening trade with the same wallet
  • SettleDispute fee collection

v0.3.0

17 Oct 13:05
096f5dc
Compare
Choose a tag to compare

Changelog:
The first version of the 3 main features of Local Money

  • Arbitration: On chain dispute resolution, if there is any issue during the trade on either side, one of the parties may open a dispute which will be solved by a third party mediator.
  • Chat: Encrypted Telegram Handle integration to facilitate the communication between maker and
    taker during the trade.
  • Reputation: The reputation rating system is created to encourage users to make successful transactions by trading with peers that have good reputations.

Platform continuous improvements:

  • Create Offers: layout improvements and inputs validation.
  • Open Trade: layout improvements and inputs validation.
  • Bug-fixes and general improvements.

0.2.0

02 Aug 17:40
Compare
Choose a tag to compare

Changelog:

  • Fee Distribution. Implementation of fee distribution logic between LOCAL burn, Warchest and Chain (Cosmos SDK) Fee Collector module.
  • Improvements in the filter UI with flags and names for fiat currencies and option to filter offers by token as well.
  • Allow creation of Offers with different denoms.
  • Offers and Trades queries optimizations.
  • Bug-fixes and improvements.