This repository has been archived by the owner on Apr 20, 2022. It is now read-only.
6.4.2
Pre-release
Pre-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)
- 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.
-
pushtx
- Fix encoding issue where large Txs could have information cut off and be invalid. Update source JARs with corrected code.
(4dd234d5)
- Fix encoding issue where large Txs could have information cut off and be invalid. Update source JARs with corrected code.
-
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)
- As getNextReceiveAddressIndex now skips labelled addresses, we can remove the recursive search function in Multiaddress which was basically doing the same job twice
Generated with git-changelog. If you have any problems or suggestions, create an issue. :) Thanks