rorp
rorp
This PR add an RPC call to retrieve the list of UTXOs from the connected Bitcoin Core instance.
Prevents `akka.stream.scaladsl.TcpIdleTimeoutException` when bitcoind is syncing, reindexing or rescanning.
`SafeDatabase` does not submit new actions to the underlying database after disconnect.
This PR improves compatibility of the Postgres tests across different OS's, but requires Docker up and running on a developer's computer. See https://github.com/opentable/otj-pg-embedded
`eclair-node.sh` and the tests crash on Mac Book M1 with `No native library found: at /fr/acinq/secp256k1/jni/native/darwin-aarch64/libsecp256k1-jni.dylib` exception ```bash $ uname -a Darwin hostname.local 20.6.0 Darwin Kernel Version 20.6.0: Tue Apr...