bitcoinj/integration-test/src/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
..
java/org/bitcoinj TransactionOutPoint: divorce from Message 2023-04-03 22:17:31 +02:00
resources/org/bitcoinj/wallet WalletLoadTest: add as a first integration test 2022-04-13 20:22:37 +02:00