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

6.4.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@ditn ditn released this 30 Apr 11:03
· 132 commits to master since this release

v6.4.2

6.4.1 ( Sun Apr 30 2017 12:02:57 GMT+0100 (BST) )

Bug Fixes

  • byte array comparator

    • Fix issue where using UnsignedBytes’ implementation of lexicographicalComparator would cause crashes on Android devices. Replaced with a safer but slower implementation from the original class itself.
      (fde363d5)
  • pushtx

    • Fix encoding issue where large Txs could have information cut off and be invalid. Update source JARs with corrected code.
      (4dd234d5)
  • receive addresses

    • As getNextReceiveAddressIndex now skips labelled addresses, we can remove the recursive search function in Multiaddress which was basically doing the same job twice
      (cffef591)

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