Fix `cmp::max` execution in `ChannelContext::get_dust_buffer_feerate`
[rust-lightning] / lightning / src / ln / channel.rs
2024-04-12 jbesraaFix `cmp::max` execution in `ChannelContext::get_dust_b...
2024-04-05 Elias RohrerMerge pull request #2954 from TheBlueMatt/2024-03-test...
2024-04-05 Gursharan SinghMerge pull request #2967 from tnull/2024-03-refactor...
2024-04-05 Matt CoralloUse `crate::prelude::*` rather than specific imports
2024-04-04 Matt CoralloMerge pull request #2731 from shaavan/issue2711
2024-04-01 Elias RohrerMerge pull request #2978 from wpaulino/reserve-async...
2024-03-29 Wilmer PaulinoReserve async signing related channel TLV types
2024-03-29 valentinewallaceMerge pull request #2975 from valentinewallace/2024...
2024-03-28 Matt CoralloMerge pull request #2845 from wpaulino/decode-htlc...
2024-03-27 Wilmer PaulinoRefactor incoming HTLC accept checks out from Channel...
2024-03-27 Wilmer PaulinoTrack pending update_add_htlcs in ChannelManager for...
2024-03-27 Wilmer PaulinoTrack incoming UpdateAddHTLC until HTLC resolution
2024-03-20 valentinewallaceMerge pull request #2924 from tnull/2024-03-add-user...
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-08 Matt CoralloMerge pull request #2823 from valentinewallace/2024...
2024-03-08 valentinewallaceMerge pull request #2903 from jkczyz/2024-02-bindings...
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-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 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-14 Elias RohrerMerge pull request #2883 from tnull/2024-02-dyn-kvstore...
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 PaulinoAllow holder commitment and HTLC signature requests...
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-04 benthecarmanBreakup CooperativeClosure into Local/Remote initiated
2024-02-02 Matt CoralloUse utility methods to construct `HashMap`s and `HashSet`s
2024-02-02 Jeffrey CzyzMerge pull request #2868 from orbitalturtle/export...
2024-02-02 Matt CoralloMerge pull request #2870 from benthecarman/pub-source...
2024-02-02 Duncan DeanCombine common fields of `AcceptChannel` & `AcceptChann...
2024-02-02 Duncan DeanCombine common fields of `OpenChannel` & `OpenChannelV2...
2024-02-01 valentinewallaceMerge pull request #2858 from tnull/2024-01-expose...
2024-02-01 Elias RohrerExpose `skimmed_fee_msat` in `PaymentForwarded`
2024-01-30 Matt CoralloMerge pull request #2862 from arik-so/arik/2024/01...
2024-01-30 Matt CoralloMerge pull request #2780 from wpaulino/2691-follow-ups
2024-01-30 Matt CoralloMerge pull request #2797 from dunxen/2023-12-purgetocha...
2024-01-30 Duncan DeanRemove `Outpoint::to_channel_id` method
2024-01-29 Wilmer PaulinoEnforce compile-time check for flag getters and setters
2024-01-29 Wilmer PaulinoUse clear helper on flags copy to mask off bits
2024-01-25 Matt CoralloMerge pull request #2694 from Evanfeenstra/public-scid...
2024-01-17 Matt CoralloMerge pull request #2818 from valentinewallace/2024...
2024-01-17 Matt CoralloMerge pull request #2812 from valentinewallace/2023...
2024-01-11 Matt CoralloMerge pull request #2800 from optout21/channel-close...
2024-01-11 Elias RohrerMerge pull request #2822 from TheBlueMatt/2024-01-pm...
2024-01-11 valentinewallaceMerge pull request #2801 from valentinewallace/2023...
2024-01-11 valentinewallaceMerge pull request #2820 from TheBlueMatt/2024-01-fuzz...
2024-01-11 valentinewallaceMerge pull request #2821 from TheBlueMatt/2024-01-om...
2024-01-11 optoutAdd channel funding txo to Channel Event::ChannelClosed
2024-01-11 Wilmer PaulinoAssert we never write channels in pre-funded/shutdown...
2024-01-11 Wilmer PaulinoCheck funding transaction on outbound channels only
2024-01-11 Wilmer PaulinoSimplify ChannelState checks
2024-01-11 Wilmer PaulinoRename should_force_holding_cell to can_generate_new_co...
2024-01-11 Wilmer PaulinoAdd note and test regarding ChannelState's implicit...
2024-01-11 Matt CoralloMerge pull request #2791 from valentinewallace/2023...
2024-01-10 Matt CoralloMerge pull request #2809 from TheBlueMatt/2023-12-closi...
2024-01-10 Valentine WallaceRename parameter from err_packet to err_contents.
2024-01-10 Valentine WallaceRemove outdated comment.
2024-01-10 Valentine WallaceNormalize order of (sha256_of_onion, failure_code)...
2024-01-10 Valentine WallaceClean up code DRY'd in previous commit.
2024-01-09 Matt CoralloMerge pull request #2748 from TheBlueMatt/2023-11-2675...
2024-01-09 Matt CoralloDrop the unused `PaymentKey` type
2024-01-09 Matt CoralloMerge pull request #2807 from Jossec101/log-errors...
2024-01-08 Matt CoralloMerge pull request #2802 from TheBlueMatt/2023-12-no...
2024-01-08 Matt CoralloMerge pull request #2808 from TheBlueMatt/2023-12-fuzzi...
2024-01-08 Matt CoralloFix reachable unwrap on non-channel_type manual channel... 2023-12-fuzzing-fixes-1
2023-12-29 Matt CoralloMove ChannelClosed generation into finish_close_channel
2023-12-29 Matt CoralloMove DiscardFunding generation into finish_close_channel
2023-12-29 Matt CoralloConsider `MONITOR_UPDATE_IN_PROGRESS` as unbroadcasted...
2023-12-29 Matt CoralloFix dust buffer feerate calculation overflow
2023-12-29 Matt CoralloStop including dust values in feerate affordability...
2023-12-15 Matt CoralloMerge pull request #2798 from TheBlueMatt/2023-12-119...
2023-12-15 Wilmer PaulinoMerge pull request #2795 from TheBlueMatt/2023-11-robus...
2023-12-15 Matt CoralloConsistently clean up when failing in `internal_funding... 2023-11-robuster-chan-to-peer
2023-12-15 Matt CoralloMerge pull request #2656 from TheBlueMatt/2023-09-scori...
2023-12-15 Elias RohrerMerge pull request #2779 from G8XSU/2706-stop
2023-12-14 Wilmer PaulinoMerge pull request #2792 from TheBlueMatt/2023-12-no...
2023-12-13 Matt Corallocfg-gate async signing logic 2023-12-no-async-signing
2023-12-13 Valentine WallaceDRY Channel::fail_htlc handling on holding cell free.
2023-12-13 valentinewallaceMerge pull request #2688 from valentinewallace/2023...
next