rust-lightning
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-29 Matt CoralloMerge pull request #2604 from TheBlueMatt/2023-09-route...
2023-09-28 Wilmer PaulinoRetrieve all possible spendable outputs from transactions
2023-09-28 Wilmer PaulinoAllow retrieval of SpendableOutputDescriptors from...
2023-09-28 Matt CoralloAdd more details about async persistence completion... 2023-09-2562-followups
2023-09-28 Matt CoralloLog max routing fee before we start pathfinding 2023-09-route-overpay-limit
2023-09-28 Matt CoralloInclude any recipient overpayment amounts in the route...
2023-09-28 Matt CoralloTry to overpay the recipient if we fail to find a path...
2023-09-28 Matt CoralloAllow routefinding again due to HTLC limit based on...
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 CoralloUpdate remaining references to primary/secondary namespaces 2023-09-namespace-split
2023-09-28 Matt CoralloUpdate storage constants to new PRIMARY/SECONDARY names...
2023-09-28 Matt CoralloRename the persistence `sub_namespace` to `secondary_na...
2023-09-28 Elias RohrerDon't retry overpaid values for `PartialFailure`s
2023-09-28 Elias RohrerAssert query's and route's `final_value_msat` are equal
2023-09-28 Elias RohrerRefactor `mpp_retry[_overpay]` tests to use `SendEvent...
2023-09-28 Elias RohrerMake ignored candidate counts `u32`
2023-09-28 Elias RohrerAvoid adding duplicate hint candidates if they are...
2023-09-28 Elias RohrerAlso add route hints if we are the source
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-28 Elias RohrerExtend logging of ignored candidates
2023-09-28 Elias RohrerUse `saturating_add` when adding inflight HTLCs values
2023-09-28 DhananjayPurohitchore: remove time_utils.rs
2023-09-28 Matt CoralloRefer to top-level persistence namespaces as `primary_n...
2023-09-28 Matt CoralloUse `Result<_, io::Error>` over `io::Result<_>`
2023-09-28 Matt CoralloDon't FC when a `channel_update` has a bogus `htlc_mini...
2023-09-27 Matt CoralloMerge pull request #2570 from valentinewallace/2023...
2023-09-27 Wilmer PaulinoUse correct input sequence for HTLC claims from counter...
2023-09-27 Valentine Wallaceget_route: fix path value contribution to include min... 2023-09-2570-fuzz-test
2023-09-27 Valentine Wallaceget_route: fix path_min for first_hop<>network_node...
2023-09-27 Valentine Wallaceget_route: fix path_min for first_hop<>blinded_hint...
2023-09-27 Valentine Wallaceget_route: fix path_min when adding first_hop<>route_hi...
2023-09-27 Valentine Wallaceget_route: fix outdated var name
2023-09-27 Valentine WallacePathfinding: ignore blinded route hints where we are...
2023-09-27 Valentine WallaceRemove trailing whitespace in get_route
2023-09-27 Valentine WallaceRefuse to pathfind when provided our_node_id matches...
2023-09-27 Valentine WallacePathfinding: log when we ignore one hop blinded route...
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 Dom ZippilliAdd MonitorUpdatingPersister
2023-09-26 Matt CoralloMerge pull request #2486 from wvanlint/batch_channel_opens
2023-09-26 Matt CoralloSet a default `max_total_routing_fee_msat` of 1% +... 2023-09-default-route-limit
2023-09-26 Matt CoralloDerive `Debug` and `Display` for `Route`
2023-09-26 Matt CoralloDerive `Hash` for `SpendableOutputDescriptor` 2023-09-descriptor-hash
2023-09-26 Willem Van... Batch funding for v1 channel establishments
2023-09-26 Willem Van... Rename finish_force_close_channel to finish_close_channel
2023-09-26 Willem Van... Always call finish_force_close_channel on closure
2023-09-26 Matt CoralloBump versions to 0.0.117-alpha2/invoice 0.25.0-alpha2 2023-09-117-alpha2
2023-09-26 Matt CoralloMerge pull request #2417 from tnull/2023-07-max-total-fee
2023-09-26 Elias RohrerTest `max_total_routing_fee_msat` handling when retryin...
2023-09-26 Elias RohrerCheck `max_total_routing_fee` is accounted for in ...
2023-09-26 Elias RohrerCheck `max_total_routing_fee` is reduced in `mpp_retry...
2023-09-26 Elias RohrerAccount for leftover fee budget when retrying via ...
2023-09-26 Matt CoralloCorrect comment in `shutdown_on_unfunded_channel`
2023-09-26 Matt CoralloRefer to an "outage" over a "timeout", for when failure...
2023-09-26 Matt CoralloCorrect ChannelUnavailable error docs on `send_payment_...
2023-09-26 Matt CoralloCorrect test comments missed in f254c56585688a187a58dc2...
2023-09-26 Matt CoralloMerge pull request #2597 from TheBlueMatt/2023-09-finis...
2023-09-26 Elias RohrerAccount for leftover fee budget when retrying `PartialF...
2023-09-26 Elias RohrerTest we adhere to `max_total_routing_fee_msat`
2023-09-26 Elias RohrerConsider `RouteParameters::max_total_routing_fee_msat...
2023-09-26 Elias RohrerIntroduce `RouteParameters::max_total_routing_fee_msat`
2023-09-26 Matt CoralloProvide some test coverage of `shutdown` msgs for unfun... 2023-09-finish-force-close-deadlocks
2023-09-26 Matt CoralloFix potential peer_state deadlocks in `finish_force_clo...
2023-09-25 Matt CoralloMerge pull request #2583 from Evanfeenstra/pub-make...
2023-09-25 Matt CoralloMerge pull request #2576 from valentinewallace/2023...
2023-09-25 Matt CoralloMerge pull request #2594 from benthecarman/debug-monito...
2023-09-24 benthecarmanImplement Debug for MonitorUpdateId
2023-09-22 Valentine WallaceBlame outbound channel on UPDATE onion failure with...
2023-09-22 Valentine WallaceFix PaymentPathFailed::payment_failed_permanently on...
2023-09-22 Valentine WallaceCorrect DecodedOnionFailure when processing we-are...
2023-09-22 Valentine WallaceDecodedOnionFailure::payment_retryable -> ::payment_fai...
2023-09-22 Valentine WallaceStruct-ify onion util internal result type
2023-09-22 Valentine WallaceRename onion util internal var
2023-09-22 Elias RohrerMerge pull request #2589 from ErikDeSmedt/reexport_rout...
2023-09-21 Matt CoralloMerge pull request #2592 from TheBlueMatt/2023-09-117... v0.0.117-alpha1
2023-09-21 Matt CoralloMerge pull request #2590 from TheBlueMatt/2023-09-defau...
2023-09-21 Matt CoralloUpdate crate version numbers to 0.0.117-alpha1/invoice... 2023-09-117-alpha
2023-09-21 Matt CoralloMerge pull request #2562 from TheBlueMatt/2023-08-no...
2023-09-21 Matt CoralloAdd an `UnrecoverableError` variant to `ChannelMonitorU... 2023-08-no-perm-fail
2023-09-21 Matt CoralloDrop doc comments on `ChainMonitor` trait impl methods
2023-09-21 Matt CoralloDrop error handling in `handle_new_monitor_update`
2023-09-21 Matt CoralloClean up code flow in `ChannelManager`
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 `channel_perm_failed` tracking in `ChainMonitor`
2023-09-21 Matt CoralloDrop the `ChannelMonitorUpdateStatus::PermanentFailure...
2023-09-21 Matt CoralloRewrite failure payment retry tests to avoid perm-fail...
next