f - Persist when check_free_holding_cells has updates
[rust-lightning] / lightning / src / ln / channelmanager.rs
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
2021-04-14 Matt CoralloMerge pull request #885 from p2pderivatives/use-secp256...
2021-04-14 Matt CoralloMerge pull request #875 from TheBlueMatt/2021-04-fix...
2021-04-13 Matt CoralloMerge pull request #872 from valentinewallace/timer...
2021-04-13 Valentine WallaceRename timer_chan_freshness_every_min for uniformity...
2021-04-12 Matt CoralloFix benchmark compile warnings and errors
2021-04-10 Matt CoralloMerge pull request #856 from TheBlueMatt/2021-03-check-tx
2021-04-09 Matt CoralloTake the full funding transaction from the user on... 2021-03-check-tx
2021-04-09 Matt CoralloMerge pull request #866 from TheBlueMatt/2021-04-log...
2021-04-09 Matt CoralloMerge pull request #863 from valentinewallace/expose...
2021-04-08 Matt CoralloMerge pull request #815 from TheBlueMatt/2021-03-router...
2021-04-05 Matt CoralloMerge pull request #838 from TheBlueMatt/2021-03-skip...
2021-04-05 Matt CoralloHandle 1-conf funding_locked in channel no matter the... 2021-03-skip-blocks
2021-04-05 Matt CoralloDrop ChannelManager::block_disconnected() entirely
2021-04-05 Matt CoralloMake the ChannelManager::block_connected API more elect...
2021-04-05 Matt CoralloMove ChannelManager to Channel's new block data API
2021-04-05 Matt CoralloMore regularly send an Error message when we force...
2021-04-02 Matt CoralloSwitch to height-based funding-tx tracking from conf...
2021-04-01 Matt CoralloMerge pull request #860 from TheBlueMatt/2021-03-bench...
2021-04-01 Matt CoralloAlso benchmark sending funds with a FilesystemPersister
2021-03-31 Matt CoralloCache our node ID in ChannelManager
2021-03-31 Matt CoralloAdd a simple send-funds benchmark in channelmanager
2021-03-20 Matt CoralloMerge pull request #846 from TheBlueMatt/2021-03-test...
2021-03-20 Matt CoralloEnforce block connection ordering in unit and functiona...
2021-03-20 Matt CoralloAdd assertions for in-order block [dis]connection in...
2021-03-20 Matt CoralloMerge pull request #849 from TheBlueMatt/2021-03-config...
next