Replace Vec<RouteHop> with new Path struct
[rust-lightning] / lightning / src / events / mod.rs
2023-04-21 Valentine WallaceReplace Vec<RouteHop> with new Path struct
2023-04-20 Matt CoralloMerge pull request #1989 from jkczyz/2023-01-stateless...
2023-04-19 Matt CoralloMerge pull request #2127 from TheBlueMatt/2023-03-payme...
2023-04-19 Matt CoralloUpdate and clarify the reasons for HTLCDestination...
2023-04-19 Matt CoralloExpose the `RecipientOnionFields` in `Event::PaymentCla...
2023-04-14 Matt CoralloMerge pull request #2172 from TheBlueMatt/2023-04-fix...
2023-04-11 valentinewallaceMerge pull request #2142 from alecchendev/2023-03-expos...
2023-04-10 Alec ChenAdd reason to `Event::PaymentFailed`
2023-04-08 ArikMerge pull request #2161 from benthecarman/prune-stale...
2023-04-07 valentinewallaceMerge pull request #2158 from TheBlueMatt/2023-04-handl...
2023-04-07 Jeffrey CzyzMerge pull request #2023 from futurepaul/fallback-to...
2023-04-07 Alec ChenCreate `PaymentFailureReason` enum
2023-04-07 Wilmer PaulinoMerge pull request #2162 from jkczyz/2023-04-invoice...
2023-04-07 Matt CoralloMerge pull request #2148 from TheBlueMatt/2023-04-claim...
2023-04-07 Matt CoralloMerge pull request #2139 from TheBlueMatt/2023-03-metad...
2023-04-06 Matt CoralloAdd a `claim_deadline` field to `PaymentClaimable`... 2023-04-claim-from-closed
2023-04-06 Matt CoralloMerge pull request #2101 from TheBlueMatt/2023-03-one...
2023-04-05 Matt CoralloCorrect documentation of `payment_id` in events 2023-03-metadata-prefactors
2023-04-04 Matt CoralloMerge pull request #2005 from arik-so/2023-01-taproot...
2023-04-03 Matt CoralloMerge pull request #2090 from TheBlueMatt/2023-03-mon...
2023-04-03 Matt CoralloMerge pull request #2098 from tnull/2023-03-add-channel...
2023-04-03 Elias RohrerAdd `ChannelPending` event emitted upon `funding_signed`
2023-03-30 Matt CoralloMerge pull request #2136 from marctyndel/2023-03-paymen...
2023-03-29 Matt CoralloMerge pull request #2059 from wpaulino/broadcast-missin...
2023-03-29 Marc Tyndeladd outbound_amount_forwarded_msat field to PaymentForw...
2023-03-29 valentinewallaceMerge pull request #2062 from alecchendev/2023-02-allow...
2023-03-28 Alec ChenAllow overshooting `total_msat` for an MPP
2023-03-28 Wilmer PaulinoMerge pull request #2133 from tnull/2023-03-pin-syn
2023-03-28 Matt CoralloMerge pull request #2132 from tnull/2023-03-tx-sync...
2023-03-28 Matt CoralloMerge pull request #2083 from wpaulino/events-module
2023-03-22 Wilmer PaulinoAdd new sub-module for BumpTransactionEvent
2023-03-22 Wilmer PaulinoMove events.rs into its own top-level module