bisq-network/bitcoinj

Failing tests

oscarguindzberg opened this issue · 0 comments

These tests fail on bisq's bitcoinj fork and need to be a) fixed or b) ignored and documented.

PeerTest

  • Fails because of oscarguindzberg@f76a9da
  • writeTarget.writeBytes() is used to check the connection was in fact closed. Implementation before bisq change used to throw an exception if connection was already closed.

DeterministicKeyChainTest