Use BOLT 12 PaymentPurpose variants
[rust-lightning] / lightning / src / ln / channelmanager.rs
2024-04-18 Jeffrey CzyzUse BOLT 12 PaymentPurpose variants
2024-04-18 Jeffrey CzyzBOLT 12 variants of PaymentPurpose
2024-04-18 Jeffrey CzyzAdd PaymentPurpose::is_keysend utility method
2024-04-18 Jeffrey CzyzRename InvoicePayment to Bolt11InvoicePayment
2024-04-18 Jeffrey CzyzInclude Refund context in blinded payment paths
2024-04-18 Jeffrey CzyzInclude Offer context in blinded payment paths
2024-04-18 Jeffrey CzyzPass PaymentContext through HTLC processing
2024-04-18 Jeffrey CzyzAdd PaymentContext to payment::ReceiveTlvs
2024-04-18 Jeffrey CzyzReturn the invoice when requesting a refund
2024-04-15 Jeffrey CzyzRefactor handling of Bolt12Invoice
2024-04-15 Jeffrey CzyzRefactor handling of InvoiceRequest
2024-04-15 Matt CoralloMerge pull request #2961 from jkczyz/2024-03-compact...
2024-04-15 Jeffrey CzyzLook up node id from scid in OnionMessenger
2024-04-13 Matt CoralloMerge pull request #2971 from jbesraa/review-club/2815
2024-04-08 valentinewallaceMerge pull request #2969 from TheBlueMatt/2024-03-fix...
2024-04-07 dunxenMerge pull request #2704 from jkczyz/2023-11-channelman...
2024-04-06 Jeffrey CzyzAdd BOLT 12 Refunds section to ChannelManager docs
2024-04-06 Jeffrey CzyzAdd BOLT 12 Offers section to ChannelManager docs
2024-04-06 Jeffrey CzyzAdd a payments section to ChannelManager docs
2024-04-05 Jeffrey CzyzAdd a channels section to ChannelManager docs
2024-04-05 Jeffrey CzyzAdd an operations section to ChannelManager docs
2024-04-05 Jeffrey CzyzChannelManager initialization docs with example
2024-04-05 Gursharan SinghMerge pull request #2967 from tnull/2024-03-refactor...
2024-04-04 Matt CoralloMerge pull request #2731 from shaavan/issue2711
2024-04-02 shaavanDelay broadcasting Channel Updates until connected...
2024-03-29 valentinewallaceMerge pull request #2975 from valentinewallace/2024...
2024-03-28 Matt CoralloMerge pull request #2845 from wpaulino/decode-htlc...
2024-03-28 Matt CoralloMerge pull request #2974 from benthecarman/dang-value
2024-03-28 benthecarmanAdd DecodeError::DangerousValue for decoding invalid...
2024-03-28 Jeffrey CzyzContrast ChannelManager and ChannelMonitor in docs
2024-03-28 Jeffrey CzyzRe-write ChannelManager summary documentation
2024-03-27 Jeffrey CzyzBreak ChannelManager docs into sections
2024-03-27 Wilmer PaulinoDecode update_add_htlc onions before forwarding HTLCs
2024-03-27 Wilmer PaulinoRefactor forward_htlcs to return whether to push a...
2024-03-27 Wilmer PaulinoConsider pending decode_update_add_htlcs when pushing...
2024-03-27 Wilmer PaulinoRefactor incoming HTLC accept checks out from Channel...
2024-03-27 Wilmer PaulinoOnly include channel_update in failure if needed by...
2024-03-27 Wilmer PaulinoRefactor outgoing channel lookup out from decode_update...
2024-03-27 Wilmer PaulinoRefactor outgoing HTLC checks out from decode_update_ad...
2024-03-27 Wilmer PaulinoRefactor HTLCFailureMsg generation out from decode_upda...
2024-03-27 Wilmer PaulinoAdd is_intro_node_blinded_forward helper for onion_util...
2024-03-27 Wilmer PaulinoTrack pending update_add_htlcs in ChannelManager for...
2024-03-27 Wilmer PaulinoRemove unreachable handling of htlc_forwards upon chann...
2024-03-26 Gursharan SinghMerge pull request #2959 from tnull/2024-03-support...
2024-03-25 Elias RohrerMerge pull request #2963 from jkczyz/2024-03-a-channel...
2024-03-22 valentinewallaceMerge pull request #2756 from arik-so/arik/trampoline...
2024-03-21 Matt CoralloMerge pull request #2946 from tnull/2024-03-txsync...
2024-03-21 Gursharan SinghMerge pull request #2953 from dunxen/2024-03-fix2941
2024-03-21 valentinewallaceMerge pull request #2934 from TheBlueMatt/2023-03-no...
2024-03-21 Duncan DeanFix ChannelManager::accept_inbound_channel error handling
2024-03-20 Matt CoralloMerge pull request #2935 from valentinewallace/2024...
2024-03-20 Matt CoralloMerge pull request #2419 from jurvis/2023-03-interactivetxs
2024-03-20 Matt CoralloMerge pull request #2887 from benthecarman/htlc-timeout
2024-03-20 Matt CoralloMerge pull request #2951 from jkczyz/2024-03-fix-sender...
2024-03-20 valentinewallaceMerge pull request #2924 from tnull/2024-03-add-user...
2024-03-19 benthecarmanAdd HTLCsTimedOut closing reason
2024-03-19 Elias RohrerRemove redundant `claiming_channel_id` variable
2024-03-19 Elias RohrerExpose `{prev,next}_user_channel_id` fields in `Payment...
2024-03-18 Matt CoralloMerge pull request #2936 from valentinewallace/2024...
2024-03-18 Elias RohrerMerge pull request #2942 from benthecarman/node-id...
2024-03-14 Matt CoralloMerge pull request #2937 from TheBlueMatt/2024-03-no...
2024-03-14 Matt CoralloAvoid writing `ChannelManager` when hitting lnd bug... 2024-03-no-wake-on-shutdown
2024-03-14 Elias RohrerMerge pull request #2932 from TheBlueMatt/2023-04-ci-fix
2024-03-13 Valentine WallaceSupport receiving keysend payments to blinded paths.
2024-03-13 Matt CoralloMerge pull request #2881 from TheBlueMatt/2024-02-offer...
2024-03-13 Matt CoralloAdd `PersistenceNotifierGuard` take to offer/refund...
2024-03-12 Matt CoralloMerge pull request #2917 from jkczyz/2024-02-refund...
2024-03-08 Jeffrey CzyzFail request_refund_payment for unsupported chain
2024-03-08 Jeffrey CzyzUpdate pay_for_offer docs about unsupported chains
2024-03-08 Matt CoralloMerge pull request #2823 from valentinewallace/2024...
2024-03-08 valentinewallaceMerge pull request #2903 from jkczyz/2024-02-bindings...
2024-03-08 Jeffrey CzyzDrop error type parameter from SignError
2024-03-08 Jeffrey CzyzSupport BOLT 12 signing in c_bindings
2024-03-08 Jeffrey CzyzAdd c_bindings version of InvoiceBuilder
2024-03-07 Matt CoralloMerge pull request #2923 from tnull/2024-03-improve...
2024-03-07 Elias RohrerRefactor `BestBlock` to expose inner fields rather...
2024-03-06 Jeffrey CzyzAdd c_bindings version of InvoiceRequestBuilder
2024-03-06 Jeffrey CzyzAdd c_bindings version of RefundBuilder
2024-03-06 Jeffrey CzyzAdd c_bindings version of OfferBuilder
2024-02-22 Matt CoralloMerge pull request #2909 from benthecarman/inv-pk-helper
2024-02-22 Matt CoralloMerge pull request #2877 from tnull/2024-02-start-rustf...
2024-02-22 Matt CoralloMerge pull request #2905 from tnull/2024-02-expose...
2024-02-21 Matt CoralloMerge pull request #2770 from dunxen/2023-12-dualfundin...
2024-02-20 Duncan DeanAdd V2 `ChannelPhase` variants
2024-02-20 Duncan DeanAdd `InboundV2Channel` struct
2024-02-19 Matt CoralloMerge pull request #2891 from TheBlueMatt/2024-02-no...
2024-02-16 Elias RohrerMerge pull request #2894 from TheBlueMatt/2024-02-futur...
2024-02-14 Elias RohrerMerge pull request #2895 from TheBlueMatt/2024-02-loggi...
2024-02-14 Elias RohrerMerge pull request #2883 from tnull/2024-02-dyn-kvstore...
2024-02-13 Matt CoralloDrop some "Channel does not qualify for a feerate chang...
2024-02-13 Matt CoralloMerge pull request #2861 from tnull/2024-01-introduce...
2024-02-13 Matt CoralloMerge pull request #2816 from wpaulino/retryable-holder...
2024-02-09 Matt CoralloMerge pull request #2850 from TheBlueMatt/2024-01-fuzz...
2024-02-08 Matt CoralloMerge pull request #2871 from dunxen/2024-02-msgcommonf...
2024-02-07 Wilmer PaulinoRework get_latest_holder_commitment_txn to broadcast...
2024-02-07 Matt CoralloMerge pull request #2873 from tnull/2024-02-expose...
2024-02-06 Matt CoralloMerge pull request #2442 from wvanlint/list_pending_htlcs
2024-02-06 Elias RohrerMerge pull request #2876 from TheBlueMatt/2024-02-2863...
2024-02-06 Willem Van LintInclude pending HTLCs in ChannelDetails
2024-02-05 Matt CoralloMerge pull request #2810 from TheBlueMatt/2023-12-arbit...
next