Merge pull request #2937 from TheBlueMatt/2024-03-no-wake-on-shutdown
[rust-lightning] / lightning / src / ln /
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 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 Jeffrey CzyzTest failing pay_for_offer on an unsupported chain
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 Valentine WallaceTest that we'll round up blinded intermediate node...
2024-03-08 Valentine WallaceTest utils: support intermediate nodes taking 1msat...
2024-03-08 Valentine WallaceSupport fee overpayment by 1 msat in expect_payment_for...
2024-03-08 Valentine WallaceFunctionally test min htlc BlindedPayInfo calculation.
2024-03-08 Valentine WallaceAccount for prop fee in test util fee calculation.
2024-03-08 Valentine WallaceUse correct min/max htlc in test util for constructing...
2024-03-08 Valentine WallaceParameterize blinded test util with intro node min...
2024-03-08 Valentine WallaceStruct-ify test util pass_along_path args.
2024-03-08 Valentine WallaceTest 3-hop blinded path recipient failure.
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 RohrerMerge pull request #2912 from jkczyz/2024-02-prefer...
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-03-01 Matt CoralloMerge pull request #2918 from tnull/2024-03-prefer...
2024-03-01 Elias RohrerPrefer implementing `From` over `Into`
2024-02-29 Matt CoralloMerge pull request #2916 from sr-gi/2024-02-29-payment...
2024-02-29 Sergi Delgado Segurautil: Adds Into<PaymentHash> for PaymentPreimage
2024-02-28 Jeffrey CzyzPrefer one-hop blinded path to Tor intro nodes
2024-02-28 Jeffrey CzyzPrefer well-connected nodes for introduction nodes
2024-02-28 Elias RohrerMerge pull request #2911 from jkczyz/2024-02-sort-blind...
2024-02-28 Jeffrey CzyzPrefer non-Tor nodes when creating blinded paths
2024-02-27 Jeffrey CzyzAdd NodeInfo::is_tor_only
2024-02-25 Valentine WallaceAdapt intro node process_pending_htlcs test for non...
2024-02-25 Valentine WallaceMacro-ize test code block that causes an intro node...
2024-02-25 Valentine WallaceAdapt intro node forward checks test for non-intro...
2024-02-25 Valentine WallaceMacro-ize test code that causes an intro node error...
2024-02-25 Valentine WallaceTest MPP to 3-hop blinded paths.
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 Elias RohrerMerge pull request #2908 from TheBlueMatt/2024-02-drop...
2024-02-22 Matt CoralloMerge pull request #2905 from tnull/2024-02-expose...
2024-02-21 Matt CoralloDrop unnecessary int reference in SCID conversion utilities 2024-02-drop-useless-refs
2024-02-21 Matt CoralloMerge pull request #2770 from dunxen/2023-12-dualfundin...
2024-02-21 Elias RohrerIntroduce `PeerManager::list_peers` and `peer_by_node_id`
2024-02-20 Matt CoralloMerge pull request #2898 from tnull/2024-02-ignore...
2024-02-20 Duncan DeanAdd V2 `ChannelPhase` variants
2024-02-20 Duncan DeanAdd maybe_handle_error_without_close for OutboundV2Channel
2024-02-20 Duncan DeanAdd `OutboundV2Channel` struct
2024-02-20 Duncan DeanCreate ChannelContext constructor for outbound channels
2024-02-20 Duncan DeanAdd `InboundV2Channel` struct
2024-02-20 Duncan DeanCreate ChannelContext constructor for inbound channels
2024-02-20 Duncan DeanAdd `DualFundingChannelContext` struct
2024-02-20 Duncan DeanAdd V2 constructors to `ChannelId`
2024-02-19 Matt CoralloMerge pull request #2891 from TheBlueMatt/2024-02-no...
2024-02-16 Matt CoralloMerge pull request #2897 from TheBlueMatt/2024-02-fix...
2024-02-16 Matt CoralloDrop the `fails_paying_for_bolt12_invoice` test
2024-02-16 Elias RohrerRun `rustfmt` on `onion_utils.rs`
2024-02-16 Elias RohrerAdd `rustfmt::skip` and small adjustments where needed
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 CoralloMake peers sending gossip out of order logging less...
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-13 Elias RohrerMerge pull request #2892 from TheBlueMatt/2024-02-desti...
2024-02-12 Elias RohrerMerge pull request #2888 from TheBlueMatt/2024-02-desti...
2024-02-09 Matt CoralloMerge pull request #2850 from TheBlueMatt/2024-01-fuzz...
2024-02-09 Matt CoralloMerge pull request #2886 from TheBlueMatt/2024-02-actua...
2024-02-08 Matt CoralloReplace spaces with tabs in msgs.rs 2024-02-actually-fix-build
2024-02-08 Matt CoralloFix silent merge conflict introduced in d3ddf15357589ed...
2024-02-08 Matt CoralloMerge pull request #2871 from dunxen/2024-02-msgcommonf...
2024-02-07 Wilmer PaulinoAllow holder commitment and HTLC signature requests...
2024-02-07 Wilmer PaulinoRework get_latest_holder_commitment_txn to broadcast...
2024-02-07 Matt CoralloMerge pull request #2856 from valentinewallace/2024...
2024-02-07 Valentine WallaceAdd min_final_cltv_delta to aggregated CLTV delta.
2024-02-07 Valentine WallaceParameterize BlindedPath::new_for_payment by min final...
2024-02-07 Matt CoralloMerge pull request #2873 from tnull/2024-02-expose...
2024-02-07 Matt CoralloMerge pull request #2878 from TheBlueMatt/2024-02-fix...
2024-02-06 Matt CoralloNote when new HTLC state can be `None` 2024-02-fix-build
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...
2024-02-05 Matt CoralloMerge pull request #2847 from TheBlueMatt/2024-01-bindi...
2024-02-05 Matt CoralloMerge pull request #2725 from shaavan/issue2096
2024-02-05 Matt CoralloMerge pull request #2863 from benthecarman/breakup...
2024-02-05 Matt CoralloMerge pull request #2872 from tnull/2024-02-add-feature...
2024-02-05 Elias RohrerExpose `channel_type` in `Event::ChannelPending`
2024-02-04 benthecarmanBreakup CooperativeClosure into Local/Remote initiated
2024-02-02 Matt CoralloFix test variable typos
2024-02-02 Matt CoralloBump `hashbrown` dependency to 0.13
2024-02-02 Matt CoralloStop relying on `Hash{Set,Map}::from_iter` directly
2024-02-02 Matt CoralloUse utility methods to construct `HashMap`s and `HashSet`s
next