bitcoinj/core
Ross Nicoll df56a23f09 Clean up MessageSerializer to simplify subclasses
By replacing MessageSerializer with an abstract class, methods which
should just call other methods in the same class are now fixed, and
subclasses only have to override a single abstract method instead of
multiple.
2015-10-18 16:37:49 +02:00
..
src Clean up MessageSerializer to simplify subclasses 2015-10-18 16:37:49 +02: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
pom.xml Adds a services bitmask to PeerDiscovery.getPeers(), so we can query HTTP seeds for specific services. 2015-08-25 12:44:35 +02:00