From 8621bebdc06c2efdb9e247abe3c6a13de119ad15 Mon Sep 17 00:00:00 2001 From: Manfred Karrer Date: Mon, 6 Jun 2016 12:47:26 +0200 Subject: [PATCH] Update to bitcoinj 0.13.1.3 --- doc/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build.md b/doc/build.md index b9b51efb18..ff11f14577 100644 --- a/doc/build.md +++ b/doc/build.md @@ -78,7 +78,7 @@ However, if you're not familiar with git or it is otherwise inconvenient to use, ### 2. Install bitcoinj fork Versions later than 0.13.1 has removed support for Java serialisation. In version 0.13.1 is also missing support for Java serialisation in MainNetParams (HttpDiscovery.Details). -We remove Cartographer/HttpDiscovery support from in our [fork version 0.13.1.2](https://github.com/bitsquare/bitcoinj/tree/FixBloomFilters). +We remove Cartographer/HttpDiscovery support from in our [fork version 0.13.1.3](https://github.com/bitsquare/bitcoinj/tree/FixBloomFilters). Beside the Java serialisation issues here are [privacy concerns](http://bitcoin-development.narkive.com/hczWIAby/bitcoin-development-cartographer#post3) regarding Cartographer. Beside that we fixed a few [flaws with the Bloom Filters](https://jonasnick.github.io/blog/2015/02/12/privacy-in-bitcoinj) in BitcoinJ.