rust-lightning
2023-09-30 Matt CoralloMerge pull request #2630 from TheBlueMatt/2023-09-117-rc1 v0.0.117-rc1
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 CoralloBump crate versions to 0.0.117-rc1/invoice 0.25-rc1 2023-09-117-rc1
2023-09-29 Wilmer PaulinoFix wrong node broadcaster in test_yield_anchors_events
2023-09-29 Wilmer PaulinoAdd anchors coverage to test_revoked_counterparty_aggre...
2023-09-29 Wilmer PaulinoAdd anchors coverage to test_revoked_counterparty_htlc_...
2023-09-29 Gursharan SinghAdd update_persisted_channel doc to indicate rare case...
2023-09-29 Gursharan SinghPersist full monitor if there is an error while applyin...
2023-09-29 Gursharan SinghCorrectly mark chain_sync updates in test_utils
2023-09-29 Wilmer PaulinoAdd anchors coverage to test_revoked_counterparty_commi...
2023-09-29 Wilmer PaulinoAdd anchors coverage to test_balances_on_local_commitme...
2023-09-29 Wilmer PaulinoAdd anchors coverage to test_claim_value_force_close
2023-09-29 Wilmer PaulinoAdd anchors coverage to chanmon_claim_value_coop_close
2023-09-29 Wilmer PaulinoAdd test util to handle bump HTLC events
2023-09-29 Matt CoralloFix matching of second-stage HTLC claim in get_htlc_balance
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 unused imports
2023-09-29 Jeffrey CzyzFix build warning for unused method
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 Wilmer PaulinoExpose witness_script for StaticPaymentOutputDescriptor
2023-09-29 Wilmer PaulinoFix incorrect anchors `counterparty_payment_script...
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 Wilmer PaulinoFix off-by-one max witness estimate for P2WPKH StaticPa...
2023-09-29 Wilmer PaulinoSupport signing to_remote anchors variant for StaticPay...
2023-09-29 Wilmer PaulinoUse correct to_remote script in counterparty commitments
2023-09-29 Matt CoralloMerge pull request #2624 from wpaulino/2609-follow-up
2023-09-29 Willem Van... Fix handling multiple ShutdownResults
2023-09-29 Matt CoralloMerge pull request #2623 from wpaulino/htlc-claim-recei...
2023-09-29 Wilmer PaulinoAvoid early return upon confirmation of channel funding
2023-09-29 Matt CoralloRevert "Remove AvailableBalances::balance_msat" 2023-09-revert-2476
2023-09-29 Wilmer PaulinoOnly yield DelayedPaymentOutput descriptors once their...
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 PaulinoNote required levels of descendant transactions in...
2023-09-29 Wilmer PaulinoTest preimage claim after reorg of counterparty commitment
2023-09-29 Wilmer PaulinoClaim HTLCs with preimage from currently confirmed...
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...
next