bitcoin-s/app-commons
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/commons 2022 08 18 Add configuration to only emit websocket events when IBD is done (#4627) 2022-08-22 10:09:00 -05:00
commons.sbt Get all of Core working with JS (#2826) 2021-03-31 15:04:30 -05:00