mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-24 15:02:17 +01:00
* 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 |
||
---|---|---|
.. | ||
src/main/scala/org/bitcoins/rpc | ||
bitcoind-rpc.sbt | ||
README.md |