lbcwallet/chain
Wilmer Paulino 850ad0959a
chain: ensure eventType from ZMQ response is human-readable
In this commit, we fix a small issue where it's possible that we read a
malformed message from the ZMQ connection to bitcoind due to it shutting
down. To fix this, we ensure that the event type is human readable
before attempting to log it.
2018-08-15 18:17:29 -07:00
..
bitcoind_client.go chain: improve error when filtering blocks and transactions 2018-08-15 17:37:04 -07:00
bitcoind_conn.go chain: ensure eventType from ZMQ response is human-readable 2018-08-15 18:17:29 -07:00
block_filterer.go chain: update block filterer to map outpoints to addrs 2018-07-16 19:47:17 -07:00
block_filterer_test.go chain: update block filterer unit tests 2018-07-16 19:47:17 -07:00
interface.go chain: update watched/found outpoints to map to addrs 2018-07-16 19:47:17 -07:00
log.go Use LICENSE file and short license headers. 2016-02-28 22:22:34 -05:00
neutrino.go chain: update neutrino interface impl to use new InputWithScript 2018-07-16 19:47:17 -07:00
queue.go chain: add concurrent unbounded queue implementation 2018-07-26 16:38:54 -07:00
rpc.go chain: create new Rescan wrapper for btcd to comply w/ future BIP 158 usage 2018-07-16 19:47:17 -07:00