rust-lightning/lightning
Valentine Wallace f71518365f
chaininterface+multi: add filter_block and reentered to ChainWatchInterface
Because filter_block takes a  and returns a list of s , we must add a lifetime to the ChainWatchInterface, which bubbles up in a lot of places. These places include adding a lifetime  to the Node struct, which causes a lot of rearranging tests so that variables don't go out of scope before the Node that owns them does.
2019-11-21 20:35:53 -05:00
..
fuzz chaininterface+multi: add filter_block and reentered to ChainWatchInterface 2019-11-21 20:35:53 -05:00
src chaininterface+multi: add filter_block and reentered to ChainWatchInterface 2019-11-21 20:35:53 -05:00
Cargo.toml Use workspaces to separate crates 2019-11-15 02:44:30 +00:00