bitcoin-s/bitcoind-rpc
Chris Stewart 86463231d6
2022 08 18 Add configuration to only emit websocket events when IBD is done (#4627)
* Implement isinitialblockdownload flag in databaes

* Change to IsInitialBlockDownload to be less confusing

* Fix missing refactors, add ChainApi.isIBD()

* Implement logic for ChainApi.isIBD(), add configuration flag to toggle whether to emit websocket events while IBD is ongoing or not, add isinitialblockdownload field to getinfo endpoint

* Remove confusing ChainApi.isIBD() that didn't accurately account for the case where IBD wasn't set in the database

* Fix bug around emitting the websocket events

* Add some documentation
2022-08-22 10:09:00 -05:00
..
src/main/scala/org/bitcoins/rpc 2022 08 18 Add configuration to only emit websocket events when IBD is done (#4627) 2022-08-22 10:09:00 -05:00
bitcoind-rpc.sbt Remove support for bitcoind v16 rpc client (#4634) 2022-08-21 08:17:16 -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.