Drop `PermamentFailure` persistence handling in ChannelManager
[rust-lightning] / lightning / src / ln / channelmanager.rs
2023-09-21 Matt CoralloDrop `PermamentFailure` persistence handling in Channel...
2023-09-21 Matt CoralloUpdate `ChannelMonitorUpdateStatus` documentation with...
2023-09-21 Matt CoralloRename `MonitorEvent::CommitmentTxConfirmed` to `Holder...
2023-09-21 Matt CoralloDrop `ChannelMonitorUpdate::UpdateFailed` as its now...
2023-09-21 Matt CoralloDrop the `ChannelMonitorUpdateStatus::PermanentFailure...
2023-09-18 valentinewallaceMerge pull request #2584 from TheBlueMatt/2023-09-msrv...
2023-09-18 Matt CoralloMerge pull request #2534 from tnull/2023-08-upstream...
2023-09-18 Elias RohrerExpose `AChannelManager` trait and use it in `lightning...
2023-09-18 Elias RohrerProbe up to second-to-last hop if last was provided...
2023-09-18 Elias RohrerAdd preflight probing capabilities
2023-09-15 Matt CoralloMerge pull request #2176 from TheBlueMatt/2023-04-expos...
2023-09-14 Wilmer PaulinoMerge pull request #2571 from davidcaseria/htlc-descrip...
2023-09-14 Matt CoralloMerge pull request #2568 from tnull/2023-09-housekeeping
2023-09-14 Matt CoralloMerge pull request #2572 from benthecarman/rexport...
2023-09-13 Matt CoralloMerge pull request #2413 from valentinewallace/2023...
2023-09-13 Matt CoralloMerge pull request #2521 from TheBlueMatt/2023-08-one...
2023-09-12 Valentine WallaceSupport receiving to 1-hop blinded payment paths.
2023-09-12 Valentine WallaceParameterize InboundPayload reads with NodeSigner
2023-09-12 Matt CoralloMerge pull request #2169 from TheBlueMatt/2023-03-monit...
2023-09-12 Matt CoralloSkip persistence in the usual case handling channel_ree...
2023-09-12 Matt CoralloAlways persist the `ChannelManager` on a failed Channel...
2023-09-12 Matt CoralloAvoid persisting `ChannelManager` in response to peer...
2023-09-12 Matt CoralloMove a handful of channel messages to notify-without...
2023-09-12 Matt CoralloUpdate `channelmanager::NotifyOption` to indicate persi...
2023-09-12 Matt CoralloSeparate ChannelManager needing persistence from having...
2023-09-12 Matt CoralloMake it harder to forget to call CM::process_background...
2023-09-12 Matt CoralloUpdate tests to test re-claiming of forwarded HTLCs...
2023-09-12 Matt CoralloBlock the mon update removing a preimage until upstream...
2023-09-11 Matt CoralloMerge pull request #2567 from G8XSU/payment-id
2023-09-11 Matt CoralloMerge pull request #2566 from G8XSU/check-best-block...
2023-09-11 Gursharan SinghAdd PaymentId in ChannelManager.list_recent_payments()
2023-09-11 valentinewallaceMerge pull request #2563 from tnull/2023-09-kvstore...
2023-09-11 Matt CoralloMake PersistenceNotifierGuard::optionally_notify take...
2023-09-10 Matt CoralloRename `ChannelManager` update future methods for new API
2023-09-10 Matt CoralloMerge pull request #2514 from valentinewallace/2023...
2023-09-09 Matt CoralloMerge pull request #2495 from dunxen/2023-07-channelenummap
2023-09-08 Duncan DeanRemove v1 peer state channel maps & refactor with Chann...
2023-09-08 Duncan DeanRefactor `ChannelManager` with `ChannelPhase`
2023-09-08 Matt CoralloMerge pull request #2371 from jkczyz/2023-06-offer...
2023-09-07 Matt CoralloMerge pull request #2472 from tnull/2023-08-add-kvstore
2023-09-07 Jeffrey CzyzAdd PendingOutboundPayment::InvoiceReceived
2023-09-07 Jeffrey CzyzMove IDEMPOTENCY_TIMEOUT_TICKS to where it is used
2023-09-07 Jeffrey CzyzAdd PendingOutboundPayment::AwaitingInvoice
2023-09-07 Jeffrey CzyzAdd an InvoiceRequestFailed event
2023-09-07 Elias RohrerMerge pull request #2134 from jbesraa/add_fromstr_to_ne...
2023-09-07 Matt CoralloMerge pull request #2557 from waterson/stale-monitor...
2023-09-06 Chris WatersonFix misspelling, s/and/but/.
2023-09-06 Matt CoralloMerge pull request #2555 from tnull/2023-08-have-get...
2023-09-06 Elias RohrerHave `get_route` take `RouteParameters`
2023-09-06 Chris WatersonLog each condition that was violated for a stale monitor
2023-09-05 Matt CoralloMerge pull request #1924 from benthecarman/handle-coinb...
2023-09-04 benthecarmanHandle if funding output is in a coinbase transaction
2023-09-01 Matt CoralloMerge pull request #2522 from sr-gi/202308-set-feature
2023-08-29 Matt CoralloMerge pull request #2468 from jkczyz/2023-08-offer...
2023-08-29 Jeffrey CzyzInclude PaymentId in payer metadata
2023-08-28 Matt CoralloMerge pull request #2528 from arik-so/arik/2023-08...
2023-08-27 Matt CoralloMerge pull request #2485 from optout21/channel-id-4struct1
2023-08-25 optoutUse new ChannelId type
2023-08-25 Matt CoralloMerge pull request #2197 from jbesraa/feat/lockable_sco...
2023-08-25 Elias RohrerMerge pull request #2248 from TheBlueMatt/2023-04-gossi...
2023-08-25 Elias RohrerMerge pull request #2503 from valentinewallace/2023...
2023-08-25 Elias RohrerMerge pull request #2466 from TheBlueMatt/2023-07-expos...
2023-08-25 jbesraaSplit LockableScore responsibilities between read ...
2023-08-23 Matt CoralloMerge pull request #2515 from TheBlueMatt/2023-08-earli...
2023-08-23 Matt CoralloMerge pull request #2337 from alecchendev/2023-06-watch...
2023-08-23 Matt CoralloMerge pull request #2412 from valentinewallace/2023...
2023-08-23 Matt CoralloInclude payment hash in more early payment logs
2023-08-23 valentinewallaceMerge pull request #2492 from optout21/payment-hash...
2023-08-23 optoutUse Display of PaymentId&PaymentPreimage; avoid log_byt...
2023-08-23 ArikMerge pull request #2441 from arik-so/2023-07-taproot...
2023-08-22 Arik SosmanIntroduce ChannelSignerType.
2023-08-22 Arik SosmanFix bench lifetimes.
2023-08-22 Matt CoralloMerge pull request #2511 from jbesraa/add-channel-id...
2023-08-22 valentinewallaceMerge pull request #2432 from jkczyz/2023-07-bolt12...
2023-08-22 Valentine WallaceRename ser macro
2023-08-22 Matt CoralloMerge pull request #2411 from valentinewallace/2023...
2023-08-22 optoutAdd Display to PaymentId & PaymentPreimage
2023-08-22 optoutUse Display of PaymentHash; avoid log_bytes macro
2023-08-22 Elias RohrerMerge pull request #2507 from TheBlueMatt/2023-08-lnd...
2023-08-21 Matt CoralloSend warning messages when repeating shutdown messages... 2023-08-lnd-6039
2023-08-21 Matt CoralloMerge pull request #2498 from arik-so/arik/2023-08...
2023-08-21 Matt CoralloMerge pull request #2478 from waterson/settle-htlcs
2023-08-21 Matt CoralloMerge pull request #2112 from TheBlueMatt/2023-02-sent...
2023-08-21 Chris WatersonProvide the HTLCs that settled a payment.
2023-08-19 Valentine WallaceGeneralize next_hop_packet_pubkey onion util
2023-08-17 Matt CoralloWork around LND bug 6039
2023-08-17 Matt CoralloDelay RAA-after-next processing until PaymentSent is... 2023-02-sent-persist-order
2023-08-17 Matt CoralloPass `OutPoint`, rather than channel id to `claim_funds...
2023-08-17 Elias RohrerMerge pull request #2501 from TheBlueMatt/2023-08-err...
2023-08-16 Matt CoralloMerge pull request #2500 from TheBlueMatt/2023-08-fix...
2023-08-15 Matt CoralloDrop now-unused `outbound_scid_alias` param to channel...
2023-08-15 Matt CoralloEnsure we wipe pending un-accepted channel requests...
2023-08-15 Matt CoralloMerge pull request #2428 from waterson/create-channel...
2023-08-15 Matt CoralloMerge pull request #2476 from wvanlint/remove_balance_msat
2023-08-15 Willem Van LintRemove AvailableBalances::balance_msat
2023-08-14 Matt CoralloMerge pull request #2496 from dunxen/2023-08-fix2488
2023-08-14 valentinewallaceMerge pull request #2458 from valentinewallace/2023...
2023-08-14 Duncan DeanSend error message to peer if we drop an unfunded chann...
2023-08-14 Chris WatersonWait to create a channel until after accepting.
2023-08-10 Matt CoralloMerge pull request #2387 from vladimirfomene/add_extra_...
next