rust-lightning/lightning
Jeffrey Czyz a7b2eb6d98
Remove ChainWatchInterface from BlockNotifier
ChainListeners should be independent of each other, but in practice this
is not the case because ChainWatchInterface introduces a dependency
between them. Push ChainWatchInterface down into the ChainListener
implementations where needed. Update ChainListener's block_connected
method to take a slice of the form &[(usize, &Transaction)] where each
transaction is paired with its position within the block.
2020-09-24 10:21:54 -07:00
..
src Remove ChainWatchInterface from BlockNotifier 2020-09-24 10:21:54 -07:00
Cargo.toml Update to latest upstream rust-bitcoin 2020-09-10 16:20:01 -04:00