bitcoin-s/wallet-test/src/test
Chris Stewart 191df09196
Move pollBitcoind out of startBitcoindBlockPolling (#4559)
* Move pollBitcoind out of startBitcoindBlockPolling

* Rework startBitcoindBlockPolling to not return Future[Cancellable]

* Stop NodeCallbacksStreamManager inside of NodeAppConfig.stop()

* Make BitcoindSyncState which encapsulates syncing with bitcoind and polling of mempool

* Fix bug where processingBitcoindBlocks cannot be top level val as that method may be used by different parts of the codebase

* Rename isPolling -> processingBitcoindBlocks

* Cleanup more resources in appServerTest/test

* Complete polling stream regardless if we synced blocks are not to complete the Future returned by pollBitcoind

* Empty commit to run CI
2022-08-02 06:40:17 -05:00
..
resources Added Compute Contract Id test Vectors (#4385) 2022-06-13 14:13:48 -05:00
scala/org/bitcoins/wallet Move pollBitcoind out of startBitcoindBlockPolling (#4559) 2022-08-02 06:40:17 -05:00