Handle sign_counterparty_commitment failing during outb funding
[rust-lightning] / lightning / src / ln / channelmanager.rs
2023-11-01 Matt CoralloHandle sign_counterparty_commitment failing during...
2023-10-30 valentinewallaceMerge pull request #2668 from TheBlueMatt/2023-10-fix-doc
2023-10-30 valentinewallaceMerge pull request #2693 from Evanfeenstra/next-hop...
2023-10-30 Matt CoralloMerge pull request #2669 from benthecarman/trace-sync...
2023-10-29 Matt CoralloMerge pull request #2689 from benthecarman/no-std-offer...
2023-10-29 Matt CoralloMerge pull request #2613 from wvanlint/batch_funding_fix_up
2023-10-23 Matt CoralloMerge pull request #2679 from TheBlueMatt/2023-10-116...
2023-10-23 Matt CoralloUse a tuple, not a struct, for `PendingOnionMessage...
2023-10-23 Matt CoralloMerge pull request #2676 from TheBlueMatt/2023-10-vario...
2023-10-23 Matt CoralloAdd relevant no-export tags to functions returning... 2023-10-various-followups
2023-10-21 Matt CoralloDo not compile the `Simple*` type aliases in `c_binding...
2023-10-21 Matt CoralloAvoid a redundant allocation in `InvoiceError` handling...
2023-10-20 Matt CoralloMerge pull request #2667 from wpaulino/random-htlc...
2023-10-20 Matt CoralloApply a default max fee rather than none when paying...
2023-10-20 Matt CoralloMerge pull request #2660 from benthecarman/flexible...
2023-10-20 benthecarmanMore flexible fee rate estimates
2023-10-20 Matt CoralloMerge pull request #2039 from jkczyz/2023-02-offer...
2023-10-20 Jeffrey CzyzExpand request_refund_payment docs for limitations
2023-10-20 Jeffrey CzyzOnion message routing to immediate peers.
2023-10-20 Jeffrey CzyzAdd privacy section to pay_for_offer docs
2023-10-20 Jeffrey CzyzOrganize create_refund and pay_for_offer docs
2023-10-20 Jeffrey CzyzDocument InvoiceRequestFailed in ChannelManager
2023-10-20 Jeffrey CzyzRevert "Config-guard Event::InvoiceRequestFailed"
2023-10-20 Jeffrey CzyzOffersMessageHandler impl for ChannelManager
2023-10-20 Jeffrey CzyzGrammar fix in docs
2023-10-20 Jeffrey CzyzBOLT12 invoice_feature methods for ChannelManager
2023-10-20 Jeffrey CzyzQualify BOLT11 ChannelManager invoice_features
2023-10-20 Jeffrey CzyzUtility for creating and sending Bolt12Invoices
2023-10-20 Jeffrey CzyzUtility for paying for an Offer
2023-10-20 Jeffrey CzyzAbsolute expiry or timer tick payment expiration
2023-10-20 Jeffrey CzyzStore OffersMessages for later sending
2023-10-20 Jeffrey CzyzExpand docs on failing expired outbound payments
2023-10-20 Elias RohrerMerge pull request #2636 from slanesuke/impl-ToSocketAd...
2023-10-19 Matt CoralloMerge pull request #2666 from tnull/2023-10-observable...
2023-10-19 Matt CoralloMerge pull request #2661 from TheBlueMatt/2023-10-dup...
2023-10-19 Matt CoralloImmediately unblock channels on duplicate claims 2023-10-dup-claim-chan-hang
2023-10-19 Matt CoralloAdd an immediately-freeing `MonitorUpdateCompletionAction`.
2023-10-19 Matt CoralloIndicate to `claim_funds_internal` that we're replaying...
2023-10-19 Matt CoralloLog when we prepare to block a channel's next `revoke_a...
2023-10-19 Willem Van LintConstruct ShutdownResult as a struct in Channel
2023-10-19 Willem Van LintClean up typos and unused variables/imports
2023-10-19 Matt CoralloMerge pull request #2578 from jkczyz/2023-09-offer...
2023-10-18 Jeffrey CzyzInclude a one-hop blinded path in Offer and Refund
2023-10-18 Jeffrey CzyzStateless offer and refund builder utilities
2023-10-18 Jeffrey CzyzAwait for invoices using an absolute expiry
2023-10-18 Matt CoralloMerge pull request #2663 from TheBlueMatt/2023-10-peer...
2023-10-18 Matt CoralloMerge pull request #2658 from wpaulino/bogus-channel...
2023-10-18 Matt CoralloMerge pull request #2599 from Evanfeenstra/peel-onion
2023-10-18 Wilmer PaulinoRelease short_to_chan_info lock throughout forwarding_c...
2023-10-18 Wilmer PaulinoDisconnect peer when force closing a funded channel...
2023-10-18 Wilmer PaulinoSend bogus ChannelReestablish for unknown channels
2023-10-17 valentinewallaceMerge pull request #2662 from jkczyz/2023-10-chain...
2023-10-16 Jeffrey CzyzUse ChainHash instead of BlockHash as applicable
2023-10-15 Matt CoralloMerge pull request #2625 from tnull/2023-09-moar-tests...
2023-10-14 Matt CoralloMerge pull request #2655 from TheBlueMatt/2023-10-no...
2023-10-13 valentinewallaceMerge pull request #2639 from vladimirfomene/fix-final...
2023-10-13 Vladimir Fomenefix: use the update_add_htlc's cltv_expiry for comparison
2023-10-12 Matt CoralloMerge pull request #2650 from TheBlueMatt/2023-10-make...
2023-10-12 Matt CoralloMerge pull request #2657 from Fedeparma74/fix-close...
2023-10-11 Fedeparma74Fix deadlock when closing an unavailable channel
2023-10-08 Elias RohrerMerge pull request #2652 from tnull/2023-10-deref-achan...
2023-10-06 valentinewallaceMerge pull request #2651 from G8XSU/rm-same-feerate-log
2023-10-06 Matt CoralloMerge pull request #2649 from benthecarman/display...
2023-10-06 Gursharan SinghRemove log for not changing feerate when it was equal
2023-10-05 Matt CoralloMerge pull request #2640 from sr-gi/20231003-expose...
2023-10-03 Matt CoralloMerge pull request #2631 from TheBlueMatt/2023-09-pm...
2023-10-03 Matt CoralloMerge pull request #2634 from TheBlueMatt/2023-09-claim...
2023-10-03 Matt CoralloMerge pull request #2595 from TheBlueMatt/2023-09-117...
2023-10-03 Matt CoralloMerge pull request #2632 from TheBlueMatt/2023-09-write...
2023-10-01 Matt CoralloMark `AChannelManager` no-export
2023-09-30 Matt CoralloSwitch `Simple*ChannelManager` locks around `Score... 2023-09-writeable-rwlock
2023-09-29 Matt CoralloMerge pull request #2610 from wpaulino/missing-htlc...
2023-09-29 Matt CoralloMerge pull request #2621 from G8XSU/dont-persist-errone...
2023-09-29 Matt CoralloMerge pull request #2629 from jkczyz/2023-09-invreqfailed
2023-09-29 Matt CoralloMerge pull request #2605 from wpaulino/anchors-monitor...
2023-09-29 Jeffrey CzyzRemove an unnecessary enumerate
2023-09-29 Jeffrey CzyzConfig-guard Event::InvoiceRequestFailed
2023-09-29 Matt CoralloMerge pull request #2628 from wvanlint/fix_multiple_shu...
2023-09-29 Matt CoralloMerge pull request #2622 from wpaulino/funding-and...
2023-09-29 Matt CoralloMerge pull request #2626 from TheBlueMatt/2023-09-rever...
2023-09-29 Matt CoralloMerge pull request #2624 from wpaulino/2609-follow-up
2023-09-29 Willem Van LintFix handling multiple ShutdownResults
2023-09-29 Matt CoralloMerge pull request #2623 from wpaulino/htlc-claim-recei...
2023-09-29 Matt CoralloRevert "Remove AvailableBalances::balance_msat" 2023-09-revert-2476
2023-09-29 Matt CoralloMerge pull request #2617 from wpaulino/no-persist-same...
2023-09-29 Elias RohrerMerge pull request #2591 from TheBlueMatt/2023-09-2562...
2023-09-29 Wilmer PaulinoAvoid persisting on same counterparty's ChannelUpdate
2023-09-29 Matt CoralloMerge pull request #2609 from wpaulino/monitor-get...
2023-09-28 Matt CoralloMerge pull request #2612 from TheBlueMatt/2023-09-names...
2023-09-28 Matt CoralloMerge pull request #2575 from tnull/2023-09-fix-debug...
2023-09-28 Matt CoralloMerge pull request #2611 from TheBlueMatt/2023-09-no...
2023-09-28 Matt CoralloMerge pull request #2607 from DhananjayPurohit/civkit...
2023-09-28 Matt CoralloMerge pull request #2606 from wpaulino/anchors-counterp...
2023-09-28 Matt CoralloLog full channel_update messages received for our channels 2023-09-no-close-on-bad-update
2023-09-27 Matt CoralloMerge pull request #2601 from TheBlueMatt/2023-09-117... v0.0.117-alpha2
2023-09-27 Matt CoralloMerge pull request #2603 from TheBlueMatt/2023-09-defau...
2023-09-27 Matt CoralloMerge pull request #2602 from TheBlueMatt/2023-09-descr...
2023-09-27 Matt CoralloMerge pull request #2359 from domZippilli/2023-06-monit...
2023-09-26 Matt CoralloMerge pull request #2486 from wvanlint/batch_channel_opens
2023-09-26 Willem Van LintBatch funding for v1 channel establishments
next