Send channel_reestablish out-of-band to ensure ordered deliver
[rust-lightning] / src / util / test_utils.rs
2018-10-27 Matt CoralloSend channel_reestablish out-of-band to ensure ordered...
2018-10-27 Matt CoralloRespond to channel_reestablish out-of-band for ordered...
2018-10-27 Matt CoralloSend RAA/CS messages out-of-band to ensure ordered...
2018-10-27 Matt CoralloSend shutdown/closing_signed msgs out-of-band for order...
2018-10-27 Matt CoralloSend announcement_signatures msgs out-of-band for order...
2018-10-27 Matt CoralloSend funding_signed messages out-of-band to ensure...
2018-10-27 Matt CoralloSend AcceptChannel responses out-of-band to ensure...
2018-10-27 Matt CoralloSplit Event, move MessageSendEvent push() inside channe...
2018-10-23 Matt CoralloMerge pull request #213 from TheBlueMatt/2018-10-monito...
2018-10-23 Matt CoralloAdd basic sanity testing for channel monitor update... 2018-10-monitor-fail-pause
2018-10-23 Matt CoralloMerge pull request #212 from TheBlueMatt/2018-10-two...
2018-10-23 Matt CoralloAdd message ordering return value to handling channel_r...
2018-10-23 Matt CoralloMerge pull request #219 from TheBlueMatt/2018-10-157...
2018-10-23 Yuntai KyongMove HTLCFailChannelUpdate handling out-of-band 2018-10-157-merge
2018-09-20 Matt CoralloMerge pull request #191 from TheBlueMatt/2018-09-chanmo...
2018-09-20 Matt CoralloMigrate ChannelMonitor serialization to new ser framewo...
2018-09-20 Matt CoralloMove ChannelMonitor deserialization to new ser framework
2018-09-15 Matt CoralloMerge pull request #178 from TheBlueMatt/2018-09-channe...
2018-09-15 Matt CoralloAdd channel_reestablish + peer_connected events to...
2018-08-29 Matt CoralloMerge pull request #136 from TheBlueMatt/2018-08-excess...
2018-08-29 Matt CoralloAlso fwd channel_update and node_announcement immediately 2018-08-excess-signed-data-bolt-7
2018-08-26 Matt CoralloMerge pull request #131 from TheBlueMatt/2018-08-bolt...
2018-08-25 Matt CoralloHandle Error messages by closing channels as required...
2018-08-17 Matt CoralloMerge pull request #116 from TheBlueMatt/2018-08-peer_h...
2018-08-17 Matt CoralloDefault test logger to Trace to make error debugging...
2018-08-17 Matt CoralloMerge pull request #91 from ariard/logging_interface
2018-08-17 Antoine RiardLogging interface
2018-07-26 Matt CoralloMerge pull request #84 from savil/sort_outputs
2018-07-25 Matt CoralloMerge pull request #85 from TheBlueMatt/2018-07-fees
2018-07-25 Matt CoralloConvert fee API to per_kw instead of per_vb 2018-07-fees
2018-07-23 Matt CoralloMerge pull request #78 from TheBlueMatt/2018-07-43...
2018-07-23 Antoine RiardAdd DisconnectPeer events 2018-07-43-rebased
2018-07-20 Matt CoralloMerge pull request #47 from ariard/block_disconnected_c...
2018-07-18 Matt CoralloMerge pull request #49 from ariard/bad_failure_codes
2018-07-18 Matt CoralloMerge pull request #48 from TheBlueMatt/2018-07-monitor...
2018-07-17 Matt CoralloTest channelmonitor serialization roundtrip doesn't... 2018-07-monitor-serialize
2018-06-29 Matt CoralloMerge pull request #35 from TheBlueMatt/2018-06-post-32
2018-06-29 Matt CoralloMerge pull request #33 from jeandudey/funding_txo
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 CoralloRewrite channelmonitor framework and implement a bunch...
2018-04-17 Matt CoralloMerge pull request #20 from TheBlueMatt/master
2018-04-17 Matt CoralloTest that channel monitors get updated appropriately
2018-04-02 Matt CoralloMerge pull request #17 from TheBlueMatt/2017-04-channel...
2018-04-02 Matt CoralloAdd support for initiating channel closure to Channel...
2018-04-02 Matt CoralloHandle incoming shutdown messages
2018-03-20 Matt CoralloMerge pull request #12 from TheBlueMatt/2018-03-fixes
2018-03-19 Matt CoralloUse ChainWatchInterfaceUtil directly in tests instead...
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