Add a KeysInterface which provides keys from user
[rust-lightning] / src / ln / channelmanager.rs
2018-10-27 Antoine RiardAdd a KeysInterface which provides keys from user
2018-10-26 Matt CoralloMerge pull request #224 from TheBlueMatt/2018-10-221...
2018-10-25 Yuntai KyongAdd PaymentFailReason for fail_htlc_backwards
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 CoralloChannelManager support for monitor update failure in...
2018-10-23 Matt CoralloPull out the HTLC forwarding loop into a function
2018-10-23 Matt CoralloMove channel monitor updates inside the channel_state...
2018-10-23 Matt CoralloMerge pull request #212 from TheBlueMatt/2018-10-two...
2018-10-23 Matt CoralloAdd test for two-updates-in-flight disconnect channel... 2018-10-two-updates-disconnect
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-10-23 Yuntai KyongPartially implement more onion error handling for sent...
2018-10-23 Yuntai KyongError handling in decoding onion
2018-10-23 Yuntai KyongAdd is_permanent field to ChannelClosed message and...
2018-10-22 Matt CoralloAvoid needless on-chain channel failing for timing...
2018-10-18 Matt CoralloMerge pull request #211 from TheBlueMatt/2018-10-misc...
2018-10-18 Matt CoralloTest double-reconnect 2018-10-misc-cleanups
2018-10-18 Matt CoralloUse APIError::ChannelUnavailable a bit more for consistency
2018-10-18 Matt CoralloEnsure channel is live, not usable for sending fee...
2018-10-18 Matt CoralloUse live, not usable for list_usable_channels
2018-10-17 Matt CoralloMerge pull request #210 from TheBlueMatt/2018-10-fundin...
2018-10-16 Matt CoralloFix + test funding tx confirmation while peer is discon... 2018-10-funding-disconnected
2018-10-16 Matt CoralloMerge pull request #208 from TheBlueMatt/2018-10-reconn...
2018-10-16 Matt CoralloTest reconnecting after lost message(s) during the...
2018-10-16 Matt CoralloSplit create_chan_between_nodes into two steps
2018-10-06 Matt CoralloMerge pull request #206 from TheBlueMatt/2018-10-189...
2018-10-06 Yuntai KyongAdd test for channel_reserve with holding cell HTLCs...
2018-10-06 Yuntai KyongAdd simple test for channel_reserve/max_htlc_value_in_f...
2018-10-06 Yuntai KyongBreak up test channel creation to specify values explicitly
2018-10-06 Matt CoralloMerge pull request #196 from yuntai/shutdown-apify
2018-10-02 Yuntai Kyongadd a ChannelUnavailable error
2018-10-02 Yuntai Kyongraise APIError from close_channel
2018-10-01 Matt CoralloMerge pull request #201 from TheBlueMatt/2018-09-channe...
2018-10-01 Matt CoralloUse new ChannelError in get_channel_announcement 2018-09-channelerror-1
2018-10-01 Matt CoralloUse new ChannelError in channel_reestablish handling
2018-10-01 Matt CoralloUse new ChannelError in HTLC-removal msgs, filling...
2018-10-01 Matt CoralloUse new ChannelError in funding_locked, filling out...
2018-10-01 Matt CoralloUse new ChannelError type in accept_channel
2018-10-01 Matt CoralloIntroduce a Channel-specific Err type and return it...
2018-09-30 Matt CoralloMerge pull request #199 from TheBlueMatt/2018-09-184...
2018-09-30 Matt CoralloMerge pull request #200 from TheBlueMatt/2018-09-187...
2018-09-30 Matt CoralloMacro-out checking a tx validly spends another (and... 2018-09-184-fixed-monitor
2018-09-30 Antoine RiardTest htlc outputs single tx claim due to timeout case
2018-09-30 Antoine RiardTest htlc outputs shared tx claim case
2018-09-30 Matt CoralloFix and test simple remote-revoked-commitment-output...
2018-09-30 Matt CoralloAdd 2-inbound-in-flight update_fee test (that we wouldn... 2018-09-187-tweaks
2018-09-30 Matt CoralloAnnotate test_update_fee to make events more clear
2018-09-30 Matt CoralloAdd test for out-of-order update_fee commitment_signed/RAA
2018-09-30 Matt CoralloAdd test for send_commitment pending non-committed...
2018-09-30 Matt CoralloNote that update_fee is likely not gonna be our final API
2018-09-30 Yuntai KyongAdd update_fee tests
2018-09-29 Yuntai KyongExpose updating fee on an individual channel
2018-09-29 Yuntai KyongImplement update_fee handling
2018-09-29 Matt CoralloMacro out one-monitor-added check in network tests...
2018-09-29 Matt CoralloMacro out getting payment_preimage/hash in network...
2018-09-29 Matt CoralloMerge pull request #197 from TheBlueMatt/master
2018-09-28 Matt CoralloAvoid double-panic in ChannelManager when tests fail
2018-09-26 Matt CoralloHandle temporary_channel_id collision in fuzztarget...
2018-09-21 Matt CoralloMerge pull request #193 from SWvheerden/Bolt2-specs...
2018-09-21 Matt CoralloMerge pull request #194 from TheBlueMatt/2018-09-doc...
2018-09-20 Matt CoralloMake docs look nicer by adding explicit spacing 2018-09-doc-cleanup
2018-09-20 Matt CoralloMerge pull request #191 from TheBlueMatt/2018-09-chanmo...
2018-09-20 Matt CoralloSimplify DecodeError enum by removing some useless...
2018-09-20 Matt CoralloMerge pull request #192 from TheBlueMatt/2018-09-docs...
2018-09-20 Matt CoralloAdd module and all-pub-things docs and deny missing... 2018-09-docs-docs-docs
2018-09-20 Matt CoralloRemove fuzz channel_target.
2018-09-18 Matt CoralloMerge pull request #186 from TheBlueMatt/2018-09-ser...
2018-09-16 Matt CoralloDrop MsgEncodable in favor of default fns on Writeable 2018-09-ser-rework-2
2018-09-16 Matt CoralloRemove uses of MsgDecodable from ChannelManager
2018-09-15 Matt CoralloMerge pull request #178 from TheBlueMatt/2018-09-channe...
2018-09-15 Matt CoralloAdd a simple channel_reestablish test
2018-09-15 Matt CoralloTrack peer-disconnection in Channel and handle channel_...
2018-09-15 Matt CoralloAdd channel_reestablish + peer_connected events to...
2018-09-15 Matt CoralloDrop channels on disconnection if we haven't funded...
2018-09-15 Matt CoralloRemove/fail uncommitted HTLCs upon peer disconnection
2018-09-15 Matt CoralloMerge pull request #179 from TheBlueMatt/2018-09-pre...
2018-09-15 Matt CoralloMerge pull request #183 from yuntai/201809-unwrap-getop...
2018-09-14 Yuntai Kyongunwrap channel.get_open_channel
2018-09-14 Matt CoralloSplit claim and fail payment functions to be able to... 2018-09-pre-178-cleanups
2018-09-14 Matt CoralloMove all-events check into framework instead of per...
2018-09-14 Matt CoralloRemove unused import and uneccessary mut
2018-09-14 Matt CoralloMerge pull request #180 from TheBlueMatt/2018-09-htlc...
2018-09-14 Matt CoralloTest that we do not fail-backwards HTLCs that the remot...
2018-09-14 Matt CoralloMake the commitment signed dance a macro in ChannelMana...
2018-09-14 Matt CoralloIgnore HTLC txn we dont know how to claim instead of...
2018-09-14 Matt CoralloMerge pull request #177 from TheBlueMatt/2018-09-163...
2018-09-13 Matt CoralloClean up and clarify tx broadcast checks in channelmoni... 2018-09-163-cleanups
2018-09-13 Matt CoralloMerge pull request #163 from ariard/claim_revoked_htlc_tx
2018-09-13 Matt CoralloMerge pull request #175 from TheBlueMatt/2018-09-173...
2018-09-13 Yuntai Kyongraise APIError from send_payment 2018-09-173-whitespace-err
2018-09-12 Antoine RiardAdd test of claiming HTLC-Timeout outputs based on...
2018-09-12 Matt CoralloMerge pull request #167 from TheBlueMatt/2018-09-dup...
2018-09-12 Matt CoralloAdd simple test for duplicate-payment_hash HTLC tracking 2018-09-dup-htlc
2018-09-12 Matt CoralloAvoid cross-test statics in ChannelManager network...
2018-09-12 Matt CoralloAllow duplicate-payment_hash HTLCs for HTLC forwards
2018-09-11 Matt CoralloMerge pull request #165 from TheBlueMatt/2018-09-pre...
2018-09-09 Matt CoralloDo not allow sending HTLCs when the first hop is discon...
2018-09-08 Matt CoralloMerge pull request #159 from ariard/channel_monitor
next