lbcwallet/chain
Olaoluwa Osuntokun 2ff451f6bc
chain: fix alignment of atomic integers in bitcoind conn struct
As reported by https://github.com/lightningnetwork/lnd/issues/5196, the
new atomic integer isn't properly aligned which can caus panics on
32-bit operating systems.. Tof fix this issue, we move the 64-bit
integer to lay after the two 32-bit integers at the top of the struct.
2021-04-11 16:32:45 -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: 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