Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

v6.7.0

Latest
Compare
Choose a tag to compare
@riaanjvos riaanjvos released this 29 Aug 15:49
· 58 commits to master since this release
6.7.0

v6.7.0

6.6.2 ( Tue Aug 29 2017 16:48:01 GMT+0100 (BST) )

Bug Fixes

  • contacts

    • Change contact list from array to map.
      (ee7c2de6)
    • Ignore messages that can't be encrypted due to missing sender xpub.
      (17953754)
    • Remove unneeded branch
      (de70f141)
    • Fix failing test
      (cbe2579b)
    • Fix issue with message parsing
      (5ff97b98)
    • Fix issue with message parsing where role would be overwritten
      (495e770f)
    • Tidying for security's sake
      (704ee3be)
    • Update endpoint paths, move URLs into separate class for easy updating, remove ignore annotation from tests as they all now pass
      (6285edb1)
  • decryption

    • Allow decryption exception to bubble up.
      (2891a887)
  • metadata

    • Fetch magic hash and reattempt api call on unauthorized error.
      (217bb927)
  • metadatanodefactory

    • Cleanup.
      (e1a3ea91)
    • Update node key derivation to align with web and iOS. Remove old node key.
      (3edf4440)
  • multiaddressfactory

    • Ignore change coming back when calculating direction of transaction.
      (0877cb05)
  • paymenttx

    • Consume change if smaller than dust.
      (457ff8c3)
  • thread safety

    • Synchronise private save call instead
      (c84df74b)
    • Synchronise save calls
      (bd87b4f4)
  • wallet

    • Initialize hd wallet in correct place. Remove on the fly hd wallet initialization.
      (f6dee355)
    • handle metadataHDNode in wallet json
      (ad0199a9)

Features

  • currency
    • Update api client jar. Update api methods.
      (3f21f158)

Refactor

  • url settings
    • Refactor URL settings to be set via static interfaces
      (51302ea4)

Generated with git-changelog. If you have any problems or suggestions, create an issue. :) Thanks