Add pruning of preimages no longer needed + tests
[rust-lightning] / src / ln / channelmonitor.rs
2018-06-28 Antoine RiardAdd pruning of preimages no longer needed + tests
2018-04-26 Matt CoralloMerge pull request #21 from TheBlueMatt/master
2018-04-25 Matt CoralloRewrite channelmonitor framework and implement a bunch...
2018-04-17 Matt CoralloMerge pull request #20 from TheBlueMatt/master
2018-04-17 Matt CoralloMinor cleanups
2018-04-17 Matt CoralloHand payment preimages into channel monitors when claimed
2018-04-02 Matt CoralloMerge pull request #17 from TheBlueMatt/2017-04-channel...
2018-04-02 Matt CoralloUpdate for new rust-bitcoin API, avoid some duplicate...
2018-03-23 Matt CoralloMerge pull request #15 from TheBlueMatt/master
2018-03-23 Matt CoralloStub out Sha256 calls when fuzzing
2018-03-20 Matt CoralloMerge pull request #12 from TheBlueMatt/2018-03-fixes
2018-03-19 Matt CoralloClean up a few comments after #11 merge.
2018-03-19 Matt CoralloMerge pull request #11 from tamasblummer/chaininterface...
2018-03-19 Tamas BlummerSplit out BroadcastInterface, ChainWatchInterface monit...
2018-02-16 Matt Coralloinitial checkin