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

* Static constructor `read()` replaces the native constructor that deserialized
  from a payload.
* `write()` helper replaces `bitcoinSerializeToStream()`.
* `serialize()` and `getMessageSize()` helpers replace `bitcoinSerialize()`.

Includes a test.
2023-04-13 00:13:24 +02:00
..
src PartialMerkleTree: divorce from Message 2023-04-13 00:13:24 +02:00
build.gradle Prepare 0.17-SNAPSHOT 2023-03-28 00:27:46 +02:00
findbugs.xml