Rename `background-processor` to `lightning-background-processor`
[rust-lightning] / background-processor / src / lib.rs
2021-03-09 Matt CoralloRename `background-processor` to `lightning-background...
2021-03-08 Matt CoralloMerge pull request #830 from TheBlueMatt/2021-03-chanmo...
2021-03-07 Matt CoralloMerge pull request #829 from TheBlueMatt/2021-03-0...
2021-03-07 Matt CoralloChange ChannelManager::wait to be more descriptive
2021-03-06 Matt CoralloMerge pull request #823 from jkczyz/2021-03-birthday...
2021-03-05 Jeffrey CzyzParameterize ChannelManager::new with a block hash
2021-03-03 Matt CoralloMerge pull request #646 from naumenkogs/2020-06-router-mpp
2021-03-03 Matt CoralloMerge pull request #819 from TheBlueMatt/2021-03-810...
2021-03-03 Matt CoralloMerge pull request #818 from jkczyz/2021-03-validate...
2021-03-03 Matt CoralloMerge pull request #816 from valentinewallace/remove...
2021-02-26 Valentine WallaceSimpleArcChannelManager type: remove outer Arc for...
2021-02-22 Matt CoralloMerge pull request #799 from TheBlueMatt/2021-02-chansi...
2021-02-19 Matt CoralloChange Persist's Sign from an associated type to a...
2021-02-19 Matt CoralloRename ChannelKeys -> Sign and generic it consistently
2021-02-19 Matt CoralloMerge pull request #801 from TheBlueMatt/2021-02-789...
2021-02-19 Matt CoralloMerge pull request #752 from valentinewallace/chanman...
2021-02-19 Valentine WallaceAdd BackgroundProcessor for ChannelManager persistence...