bitcoin-s/bitcoind-rpc
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
..
src/main/scala/org/bitcoins/rpc Move pollBitcoind out of startBitcoindBlockPolling (#4559) 2022-08-02 06:40:17 -05:00
bitcoind-rpc.sbt add bitcoind v23 rpc (#4368) 2022-06-21 13:20:47 -05:00
README.md Build and CI improvements (#710) 2019-08-27 10:48:48 -05:00

See the bitcoind/Bitcoin Core section on the Bitcoin-S website.