bitcoinj/integration-test
Andreas Schildbach fbc5185b5a TransactionOutPoint: divorce from Message
It is never sent on its own, so it doesn't need to be a `Message`.

* A static constructur `read()` replaces the native constructor that deserialized
  from a payload.
* A `write()` helper replace `bitcoinSerializeToStream()`.
* A `serialize()` helper replace `bitcoinSerialize()`.
* A `BYTES` constant replaces `getMessageSize()`.

This comes with a test.
2023-04-03 22:17:31 +02:00
..
src/test TransactionOutPoint: divorce from Message 2023-04-03 22:17:31 +02:00
build.gradle build.gradle: update SLF4J to 2.0.7 2023-03-27 15:25:02 +02:00