Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

v0.13.8

Compare
Choose a tag to compare
@hoffmabc hoffmabc released this 13 Jan 18:56
· 685 commits to master since this release
2c8da24

This release is focused on improving some of the ordering problems, adding some preventative improvements, and various fixes. Notably the multiwallet failures recover more quickly and HTTP usage may improve for non-Tor users as default transport behavior is no longer overriden. Legacy packages were removed and QA tests were made much easier to use.

This daemon release is intended to be used with openbazaar-desktop version v2.3.8.

Changelog

Enhancements

  • Enable experimental relay message processing for use by Zokos (#1779)
  • Improve timestamps on daemon log output (#1874 and #1875)
  • Profile schema is now versioned along with Listings (#1947)
  • Improve logging around failed offline message decryption (#1939)
  • Multiwallet: Batch subscription for watched address (#1964)

Refactoring

  • Remove deprecated BitcoinCash-Wallet dependency (#1805)
  • Remove legacy Migration029 from migration set (#1867)

Testing

  • Extract and unit test GETOrder behavior (#1682)
  • Improve QA test suite for use in CI (#1910)

Bug Fixes

  • Apply DHT router extraction changes from 0.13.6 to mobile (#1854)
  • Fix logging format syntax (#1876)
  • Fix ulimit being set properly on MacOS (#1871)
  • Only apply custom transport when Tor is used (#1901 and #1925)
  • Protect escrow release if there are no inputs found (#1940)
  • Multiwallet: Restore lost error handling, Batch AddWatchedAddresses, Protect which addrs are processed by AddWatchedAddresses, Restore LTC exchange rate providers (#1955)