Add PaymentId to PaymentPathFailed event
[rust-lightning] / lightning / src / ln / channelmanager.rs
2021-10-26 Jeffrey CzyzAdd PaymentId to PaymentPathFailed event
2021-10-26 Jeffrey CzyzAdd PaymentId to PaymentSent event
2021-10-25 Matt CoralloMerge pull request #1138 from TheBlueMatt/2021-10-payee...
2021-10-25 Matt CoralloStore `Payee` information in `HTLCSource::OutboundRoute`. 2021-10-payee-in-monitors
2021-10-25 Matt CoralloMerge pull request #1134 from jkczyz/2021-10-payee-arg
2021-10-25 Jeffrey CzyzInclude PaymentPathRetry data in PaymentPathFailed
2021-10-25 Jeffrey CzyzDefine Payee abstraction for use in get_route
2021-10-22 Matt CoralloMerge pull request #1104 from TheBlueMatt/2021-10-payme...
2021-10-22 Matt CoralloReload pending payments from ChannelMonitor HTLC data...
2021-10-22 Matt CoralloAdd PaymentSecrets to HTLCSource::OutboundRoute objects
2021-10-22 Matt CoralloRename payment object vars to refer to payments and...
2021-10-22 Matt CoralloTrack payments after they resolve until all HTLCs are...
2021-10-22 Matt CoralloInform ChannelManager when fulfilled HTLCs are finalized
2021-10-22 Matt CoralloMake `Channel::monitor_updating_restored`'s return...
2021-10-22 Matt CoralloMake `Channel::revoke_and_ack`'s return tuple a struct
2021-10-20 Matt CoralloMerge pull request #1108 from TheBlueMatt/2021-10-persi...
2021-10-20 Matt CoralloPersist `ChannelMonitor`s after new blocks are connected
2021-10-19 Matt CoralloMove ChannelManager::monitor_updated to a MonitorEvent
2021-10-16 Matt CoralloMerge pull request #1121 from TheBlueMatt/2021-10-retur...
2021-10-16 Matt CoralloMerge pull request #1124 from jkczyz/2021-10-default...
2021-10-16 Matt CoralloRename create_channel param to user_channel_id to stand... 2021-10-return-temp-id
2021-10-15 Jeffrey CzyzAdd channel scoring to get_route
2021-10-14 Matt CoralloMerge pull request #1112 from TheBlueMatt/2021-10-mon...
2021-10-14 Matt CoralloMove ChannelMonitorUpdateErr to chain as it is a chain...
2021-10-14 Matt CoralloMove `Persist` trait to chainmonitor as that's the...
2021-10-14 Matt CoralloMerge pull request #1120 from jkczyz/2021-10-test-refactors
2021-10-13 Jeffrey CzyzReplace get_route with get_route_and_payment_hash
2021-10-13 Matt CoralloInclude the user channel id counter in Event::ChannelClosed
2021-10-13 Matt CoralloReturn the temporary channel id in success from `create...
2021-10-13 Matt CoralloMerge pull request #1115 from TheBlueMatt/2021-10-expos...
2021-10-13 Matt CoralloMerge pull request #1077 from jkczyz/2021-09-failing...
2021-10-12 Jeffrey CzyzAdd failing short channel id to PaymentPathFailed
2021-10-09 Matt CoralloMerge pull request #1098 from 1nF0rmed/2021-09-adds...
2021-10-09 1nF0rmedAdds DiscardFunding event
2021-10-08 Matt CoralloMerge pull request #1107 from dunxen/2021-10-swap-pubke...
2021-10-08 Matt CoralloMerge pull request #1062 from galderz/t_payment_hash_999
2021-10-08 Galder ZamarreñoAdd payment_hash to PaymentSent #999
2021-10-07 Matt CoralloMerge pull request #1109 from TheBlueMatt/2021-10-init...
2021-10-07 Matt CoralloCorrect error returned when `retry_payment` doesn't... 2021-10-init-fail-payment-retry-leak
2021-10-07 Matt CoralloMove pending payment tracking to after the new HTLC...
2021-10-05 Matt CoralloMerge pull request #1079 from TheBlueMatt/2021-09-stale...
2021-10-05 Matt CoralloMerge pull request #1100 from TheBlueMatt/2021-09-multi...
2021-09-30 Matt CoralloMerge pull request #1096 from valentinewallace/2021...
2021-09-30 Valentine WallaceExpire outbound payments after 3 blocks if no parts...
2021-09-30 Valentine WallaceDon't remove failed payments when all paths fail
2021-09-30 Valentine WallaceAdd method to retry payments
2021-09-30 Matt CoralloMerge pull request #1080 from valentinewallace/2021...
2021-09-29 Matt CoralloMerge pull request #1076 from TheBlueMatt/2021-09-forwa...
2021-09-29 Matt CoralloRegenerate PendingHTLCsForwardable on reload instead... 2021-09-forwardable-regen
2021-09-28 Valentine Wallacechannelmanager: Add retry data to pending_outbound_payments
2021-09-28 Valentine WallaceRefactor send_payment internals for retries 2
2021-09-28 Valentine WallaceRefactor send_payment internals for retries
2021-09-28 Valentine WallaceReturn PaymentId from send_*payment functions
2021-09-28 Valentine WallaceRename MppId to PaymentId
2021-09-27 Matt CoralloMerge pull request #1065 from TheBlueMatt/2021-08-bump...
2021-09-21 Matt CoralloMerge pull request #1091 from TheBlueMatt/2021-09-997...
2021-09-21 Matt CoralloMerge pull request #1084 from valentinewallace/2021...
2021-09-21 Matt CoralloMerge pull request #1061 from sr-gi/add-transaction...
2021-09-21 Matt CoralloMerge pull request #1088 from TheBlueMatt/2021-09-1063...
2021-09-21 Valentine WallaceAdd path field to PaymentPathFailed event
2021-09-21 Valentine WallaceRename PaymentFailed -> PaymentPathFailed
2021-09-21 Matt CoralloMerge pull request #1090 from TheBlueMatt/2021-09-absur...
2021-09-21 Matt CoralloMerge pull request #997 from ariard/2021-07-add-chan...
2021-09-21 Antoine RiardAdd `pending_events` deadlock detection in `handle_error`
2021-09-21 Antoine RiardAdd ChannelClosed generation at cooperative/force-close...
2021-09-21 Antoine RiardExtend MsgHandleErrInternal with a new chan_id field...
2021-09-21 Antoine RiardRename MonitorEvent::CommitmentTxBroadcasted to Commitm...
2021-09-21 Matt CoralloMerge pull request #1063 from galderz/t_total_fee_999
2021-09-18 Matt CoralloMerge pull request #1068 from TheBlueMatt/2021-09-ser...
2021-09-18 Matt CoralloAdd forward-compat due serialization variants of HTLCFa...
2021-09-17 Matt CoralloMerge pull request #1053 from valentinewallace/2021...
2021-09-17 Valentine WallaceAdd all_paths_failed field to PaymentFailed
2021-09-17 Valentine WallacePrevent duplicate PaymentSent events
2021-09-17 Valentine WallaceAdd MPP ID to pending_outbound_htlcs
2021-09-17 Valentine WallaceAdd MppId field to HTLCSource as a way to correlate...
2021-09-17 Valentine WallaceDon't apply monitor updates after watch_channel PermFail
2021-09-17 Matt CoralloMerge pull request #1070 from TheBlueMatt/2021-09-fix...
2021-09-15 Matt CoralloMerge pull request #1074 from p2pderivatives/add-node...
2021-09-15 Matt CoralloMerge pull request #1034 from TheBlueMatt/2021-07-matur...
2021-09-15 Matt CoralloMerge pull request #1043 from jkczyz/2021-07-network...
2021-09-15 Jeffrey CzyzRefactor PaymentFailureNetworkUpdate event
2021-09-13 Matt CoralloMove CounterpartyForwardingInfo from channel to channel... 2021-09-fix-bindings-ignore
2021-09-10 Jeffrey CzyzFail with PERM|8 (permanent_channel_failure)
2021-09-10 Jeffrey CzyzRemove RwLock from around NetworkGraph
2021-09-10 Jeffrey CzyzPass Event by reference to EventHandler
2021-09-09 Matt CoralloMerge pull request #1047 from TheBlueMatt/2021-08-985...
2021-08-31 Matt CoralloMerge pull request #1040 from abhik-99/Issue#945
2021-08-24 Matt CoralloMerge pull request #1037 from sr-gi/add-txid-convert
2021-08-18 Matt CoralloMerge pull request #1048 from TheBlueMatt/2021-08-no...
2021-08-17 Matt CoralloMerge pull request #1011 from TheBlueMatt/2021-07-new...
2021-08-17 Matt CoralloForce-close if finish closing_signed negotiation takes...
2021-08-17 Matt CoralloClean up existing and add range-based closing_signed...
2021-08-17 Matt CoralloSend initial closing_signed message asynchronously...
2021-08-16 Matt CoralloMerge pull request #1045 from TheBlueMatt/2021-08-chanm...
2021-08-16 Matt CoralloImplement `VecReadWrapper` for `MaybeReadable`
2021-08-13 Matt CoralloLog shutdown including which side of the channel initia...
2021-08-13 Matt CoralloAdd new `ChannelError` category to send `warning` messages
2021-08-13 Matt CoralloMerge pull request #985 from TheBlueMatt/2021-06-auto...
2021-08-13 Matt CoralloAdd fuzz coverage of (potential) fee update messages
2021-08-13 Matt CoralloAutomatically update fees on outbound channels as fees...
next