Consider channels "live" even if they are awaiting a monitor update
[rust-lightning] / lightning / src / ln / channelmanager.rs
2021-06-30 Matt CoralloConsider channels "live" even if they are awaiting... 2021-06-no-spurious-forward-fails
2021-06-08 Matt CoralloMerge pull request #940 from TheBlueMatt/2021-06-fix...
2021-06-08 Matt CoralloMerge pull request #936 from TheBlueMatt/2021-05-spenda...
2021-06-08 Matt CoralloMerge pull request #943 from lightning-signer/2021...
2021-06-08 Matt CoralloMerge pull request #939 from TheBlueMatt/2021-05-derives
2021-06-02 Matt CoralloAdd additional derives for a few structs 2021-05-derives
2021-06-01 Matt CoralloMerge pull request #935 from TheBlueMatt/2021-05-enum...
2021-06-01 Matt CoralloConvert remaining channel inner structs and enums to...
2021-06-01 Matt CoralloMerge pull request #938 from lightning-signer/2020...
2021-06-01 DevrandomExpose test_process_background_events
2021-05-31 Matt CoralloMerge pull request #892 from TheBlueMatt/2021-04-fix...
2021-05-31 Matt CoralloMerge pull request #931 from jkczyz/2021-05-http-client...
2021-05-29 Matt CoralloMerge pull request #932 from TheBlueMatt/2021-05-broadc...
2021-05-28 Matt CoralloTrack the blocks a node has connected in the TestBroadc...
2021-05-27 Matt CoralloMerge pull request #928 from TheBlueMatt/2021-05-really...
2021-05-27 Matt CoralloMove ChannelManager-inner structs to TLV storage
2021-05-27 Matt CoralloMerge pull request #924 from GeneFerneau/alloc
2021-05-27 Gene FerneauUse alloc for no_std builds
2021-05-27 Matt CoralloMerge pull request #929 from jkczyz/2021-05-json-rpc...
2021-05-25 Matt CoralloMerge pull request #920 from TheBlueMatt/2021-05-tlv-ser
2021-05-25 Matt CoralloRebroadcast channel_announcements when we broadcast...
2021-05-25 Matt CoralloProcess announcement_signatures messages in Channel...
2021-05-25 Matt CoralloSupport serializing TLV fields which may or may not...
2021-05-25 Matt CoralloAppend backwards-compat TLVs to serialization of larger...
2021-05-25 Matt CoralloMerge pull request #920 from jkczyz/2021-05-event-proce...
2021-05-25 Jeffrey Czyzf - Persist when check_free_holding_cells has updates
2021-05-24 Jeffrey CzyzGuard get_and_clear_pending_msg_events
2021-05-24 Jeffrey CzyzRemove unnecessary scope from ChannelManager
2021-05-24 Jeffrey CzyzRefactor EventsProvider to take an EventHandler
2021-05-24 Matt CoralloMerge pull request #851 from TheBlueMatt/2021-03-holdin...
2021-05-24 Matt CoralloMerge pull request #926 from GeneFerneau/core
2021-05-23 Gene FerneauUse core replacements for std members
2021-05-21 Matt CoralloLog info about HTLC failures when we fail them back
2021-05-21 Matt CoralloStop failing back HTLCs on peer disconnection
2021-05-21 Matt CoralloFree holding cell on monitor-updating-restored when...
2021-05-21 Matt CoralloDRY ChannelError conversion macros
2021-05-21 Matt CoralloUse new chan_restoration macros in channel_reestablish...
2021-05-20 Matt CoralloClean up channel updating macro somewhat
2021-05-20 Matt CoralloMove channel restoration after monitor update to a...
2021-05-20 Matt CoralloDrop unused variable and loop in channel_monitor_updated
2021-05-20 Matt CoralloMerge pull request #918 from TheBlueMatt/2021-05-dup...
2021-05-20 Matt CoralloMake payments not duplicatively fail/succeed on reload...
2021-05-18 Matt CoralloMerge pull request #923 from ariard/2021-05-split-sign...
2021-05-15 Matt CoralloMerge pull request #916 from TheBlueMatt/2021-05-fix...
2021-05-14 Matt CoralloRename Channel::UpdateStatus to be more descriptive...
2021-05-14 Matt CoralloDo not wait in PersistenceNotifier when the persist...
2021-05-14 Matt CoralloAvoid persisting a ChannelManager update after each...
2021-05-14 Matt CoralloMerge pull request #922 from valentinewallace/update...
2021-05-14 Valentine WallaceCorrect default expiry.
2021-05-13 Matt CoralloSend update_channel messages to re-enable a disabled...
2021-05-07 Matt CoralloMerge pull request #912 from TheBlueMatt/2021-05-more...
2021-05-06 Matt CoralloMerge pull request #911 from TheBlueMatt/2021-05-fix...
2021-05-06 Matt CoralloMerge pull request #914 from TheBlueMatt/2021-05-log...
2021-05-06 Matt CoralloRename ChannelDetails::is_live to is_usable 2021-05-more-chan-info
2021-05-06 Matt CoralloIndiciate if a channel is outbound/confirmed in Channel...
2021-05-06 Matt CoralloAdd flags for if a channel is pub and funding txo in...
2021-05-06 Matt CoralloAlways log_info when we broadcast a transaction, includ... 2021-05-log-txids
2021-05-06 Matt CoralloClarify comment on CHECK_CLTV_EXPIRE_SANITY_2 somewhat 2021-05-fix-cltv-diff
2021-05-06 Matt CoralloMerge pull request #910 from TheBlueMatt/2021-05-sort...
2021-05-05 Matt CoralloCorrect MIN_FINAL_CLTV_EXPIRY to match our enforced...
2021-05-05 Matt CoralloIncrease the CLTV delay required on payments and forwards
2021-05-05 Matt CoralloBy default sort network addrs before inclusion in node_... 2021-05-sort-addrs
2021-05-04 Matt CoralloMerge pull request #845 from ariard/2021-03-hardcode...
2021-04-30 Matt CoralloMerge pull request #898 from jkczyz/2021-04-invoice...
2021-04-29 Matt CoralloMerge pull request #895 from valentinewallace/invoice...
2021-04-29 Valentine WallaceMove PaymentPreimage+PaymentHash+PaymentSecret to top...
2021-04-29 Valentine Wallaceinvoice: swap PaymentSecret for ChannelManager's Paymen...
2021-04-29 Matt CoralloMerge pull request #905 from TheBlueMatt/2021-04-mentio...
2021-04-29 Matt CoralloMention storage req for users with a public invoice... 2021-04-mention-invoice-storage-docs
2021-04-29 Matt CoralloMerge pull request #904 from lightning-signer/no-send...
2021-04-29 DevrandomRemove Send and Sync from core crate
2021-04-29 Matt CoralloMerge pull request #900 from lightning-signer/init...
2021-04-29 Matt CoralloMerge pull request #902 from TheBlueMatt/2021-04-fix...
2021-04-28 Matt CoralloMerge pull request #893 from TheBlueMatt/2021-04-featur...
2021-04-28 Matt CoralloAdd a const and docs for the min `min_final_cltv_expiry... 2021-04-features-chanman
2021-04-28 Matt CoralloFail PendingInboundPayments after their expiry time...
2021-04-28 Matt CoralloGive users who use `get_payment_secret_preimage` the...
2021-04-28 Matt CoralloMake the PaymentSecret in `PaymentReceived` events...
2021-04-28 Matt CoralloDrop the amount parameter to claim_funds
2021-04-28 Matt CoralloDrop now-useless PaymentSecret parameters when claiming...
2021-04-28 Matt CoralloAdd a `user_payment_id` to `get_payment_secret`+`Paymen...
2021-04-28 Matt CoralloDrop dead code for handling non-MPP payments in claim_funds
2021-04-28 Matt CoralloReq+check payment secrets for inbound payments pre...
2021-04-28 Matt CoralloUse payment_secrets in all sends in functional tests
2021-04-28 Matt CoralloUse known InvoiceFeatures for routing in tests
2021-04-28 Matt CoralloAdd payment secret and preimage tracking in ChannelManager
2021-04-27 Matt CoralloMerge pull request #854 from TheBlueMatt/2021-03-fix...
2021-04-26 Matt CoralloMerge pull request #894 from TheBlueMatt/2021-04-fix...
2021-04-26 Matt CoralloMerge pull request #876 from valentinewallace/invoice...
2021-04-24 Matt CoralloMerge pull request #890 from TheBlueMatt/2021-04-fix...
2021-04-23 Matt CoralloFix (and test) panic when our counterparty uses a bogus... 2021-04-fix-chan-shutdown-crash
2021-04-23 Matt CoralloMerge pull request #889 from jkczyz/2021-04-electrum...
2021-04-22 Jeffrey CzyzImplement chain::Confirm for relevant structs
2021-04-20 Matt CoralloMerge pull request #844 from sr-gi/843-ln-signing
2021-04-15 Matt CoralloMerge pull request #858 from jkczyz/2021-03-electrum...
2021-04-14 Jeffrey CzyzTrack block height in ChannelMonitor
2021-04-14 Jeffrey CzyzCombine ChannelManager's block hash and height
2021-04-14 Matt CoralloMerge pull request #853 from TheBlueMatt/2021-03-transa...
2021-04-14 Matt CoralloExpose ChannelManager's current config and use it in...
2021-04-14 Matt CoralloAdd method to note transaction unconfirmed/reorged-out
next