bitcoinj/core
Andreas Schildbach 0230a25b23 Peer: Don't refresh the filters every 25.000 blocks.
Reasons:
- The implementation was bugged, because it overwrites the server filter with an outdated (not
  updated according to NODE_UPDATE_* flags) filter, potentially causing missing transactions.
- Refreshing a filter in-flight has privacy issues.
- According to the comment it isn't even needed any more, due to false positive rate tracking.
2019-01-31 23:55:19 +01:00
..
src Peer: Don't refresh the filters every 25.000 blocks. 2019-01-31 23:55:19 +01:00
build.gradle Update Guava to 25.1-android. 2018-11-27 13:41:58 +01:00
findbugs.xml Renamespace to org.bitcoinj away from com.google.bitcoin, as bitcoinj is no longer a Google project and being namespaced under com.google causes issues with Sonatype/Maven Central. 2014-09-30 17:05:07 +02:00