Add the `OutPoint` type for the `ChannelMonitor`'s funding_txo field.
[rust-lightning] / src / util / events.rs
2018-06-29 Jean Pierre DudeyAdd the `OutPoint` type for the `ChannelMonitor`'s...
2018-04-26 Matt CoralloMerge pull request #21 from TheBlueMatt/master
2018-04-25 Matt CoralloFix local route update broadcasts, annouce channel...
2018-04-17 Matt CoralloMerge pull request #20 from TheBlueMatt/master
2018-04-17 Matt CoralloCompletely rewrite channel HTLC tracking and processing
2018-03-22 Matt CoralloMerge pull request #13 from TheBlueMatt/2018-03-htlc...
2018-03-22 Matt CoralloClarify roles in failing HTLCs, impl it, support rebalances 2018-03-htlc-failures
2018-02-16 Matt Coralloinitial checkin