lbcwallet/chain
Wilmer Paulino 178d124b76
chain: add PrunedBlockDispatcher implementation
To minimally support wallets connected to pruned nodes, we add a new
subsystem that can be integrated with chain clients to request blocks
that the server has already pruned. This is done by connecting to the
server's full node peers and querying them directly. Ideally, this is a
capability supported by the server, though this is not yet possible with
bitcoind.
2021-04-02 17:28:05 -07:00
..
bitcoind_client.go multi: fix linter issues 2021-03-24 14:44:32 +01:00
bitcoind_conn.go build+chain: reuse buffers when reading ZMQ messages from bitcoind 2019-11-12 18:18:59 -08: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: add PrunedBlockDispatcher implementation 2021-04-02 17:28:05 -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