bitcoinj/core
Andreas Schildbach 2c62951a31 PeerAddress: divorce from Message
It is never sent on its own, so it doesn't need to be a `Message`.

* Static constructor `read(protocolVariant)` replaces the native constructor that deserialized
  from a payload.
* `write()` helper replaces `bitcoinSerializeToStream()`.
* `serialize()` and `getMessageSize()` helpers replace `bitcoinSerialize()`.
2023-04-13 00:19:40 +02:00
..
src PeerAddress: divorce from Message 2023-04-13 00:19:40 +02:00
build.gradle Prepare 0.17-SNAPSHOT 2023-03-28 00:27:46 +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