lbcwallet/chain
Wilmer Paulino f7241cd95f
chain: prevent logging of ping/pong msgs in PrunedBlockDispatcher
These messages are also part of normal operation, so we should log
stating they are unexpected.
2021-04-23 13:28:55 -07:00
..
bitcoind_client.go chain: request pruned blocks from backend peers 2021-04-02 17:28:07 -07:00
bitcoind_conn.go chain: fix alignment of atomic integers in bitcoind conn struct 2021-04-11 16:32:45 -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: fix Fatalf format verb error 2019-05-11 13:05:17 -07:00
interface.go chain: add IsCurrent method to chain.Interface 2019-06-13 18:08:59 -07:00
log.go chain: add PrunedBlockDispatcher implementation 2021-04-02 17:28:05 -07:00
neutrino.go multi: fix linter issues 2021-03-24 14:44:32 +01:00
pruned_block_dispatcher.go chain: prevent logging of ping/pong msgs in PrunedBlockDispatcher 2021-04-23 13:28:55 -07:00
pruned_block_dispatcher_test.go chain: add PrunedBlockDispatcher implementation 2021-04-02 17:28:05 -07:00
queue.go chain: add concurrent unbounded queue implementation 2018-07-26 16:38:54 -07:00
rpc.go multi: fix linter issues 2021-03-24 14:44:32 +01:00
utils_test.go chain: add PrunedBlockDispatcher implementation 2021-04-02 17:28:05 -07:00