rust-lightning
2023-10-04 Matt CoralloMerge pull request #2645 from TheBlueMatt/2023-10-chang... v0.0.117
2023-10-03 Matt CoralloSet the timestamp for and provide diff stats for 0... 2023-10-changelog-dates
2023-10-03 Matt CoralloMerge pull request #2620 from TheBlueMatt/2023-09-cut...
2023-10-03 Matt CoralloBump crate versions to 0.0.117/invoice 0.25 2023-09-cut-0.0.117
2023-10-03 Matt CoralloAdd 0.0.117 release notes
2023-10-03 Matt CoralloMerge pull request #2631 from TheBlueMatt/2023-09-pm...
2023-10-03 Matt CoralloMerge pull request #2634 from TheBlueMatt/2023-09-claim...
2023-10-03 Matt CoralloClean up at least some lifetimes on `SimpleRefPeerManager` 2023-09-pm-no-refs-reqd
2023-10-03 Matt CoralloNote when we're allowed to unwrap channel parameters... 2023-09-claimable-unwrap
2023-10-03 Matt CoralloMake `InMemorySigner` parameter-fetching utilities...
2023-10-03 Matt CoralloMerge pull request #2595 from TheBlueMatt/2023-09-117...
2023-10-03 Matt CoralloMerge pull request #2632 from TheBlueMatt/2023-09-write...
2023-10-03 Jeffrey CzyzMerge pull request #2633 from TheBlueMatt/2023-09-expos...
2023-10-01 Matt CoralloAvoid unwrap'ing `channel_parameters` in to_counterpart...
2023-10-01 Matt CoralloRemove unused `mem::drop` which drops a reference 2023-09-117-bindings-part1
2023-10-01 Matt CoralloFix new unused variable warning in `test_utils.rs`
2023-10-01 Matt CoralloUse `crate::prelude::*` to load `Vec`, rather than...
2023-10-01 Matt CoralloDrop various bounds on types passed to `MonitorUpdating...
2023-10-01 Matt CoralloMake `create_onion_message` a freestanding function
2023-10-01 Matt CoralloMark `AChannelManager` no-export
2023-10-01 Matt CoralloMark `SpendableOutputDescriptor::to_psbt_input` as...
2023-10-01 Matt CoralloDrop unnecessary crate:: prefix when accessing `bitcoin...
2023-10-01 Matt CoralloAvoid ref to a `Vec` when accessing custom onion TLVs
2023-10-01 Matt CoralloAvoid blanket impls in bindings builds
2023-10-01 Matt CoralloSimplify score bounding with a unified type
2023-10-01 Matt CoralloRemove unnecessary bounds in scoring
2023-10-01 Matt CoralloUse `Default::default()` to construct `()` as score...
2023-09-30 Matt CoralloExpose `parse_onion_address` publicly in `no-std` 2023-09-expose-onion-parse
2023-09-30 Matt CoralloSwitch `Simple*ChannelManager` locks around `Score... 2023-09-writeable-rwlock
2023-09-30 Matt CoralloFix `Simple*PeerManager` to not require refs to the...
2023-09-30 Matt CoralloImplement `Readable`/`Writeable` for `RwLock` wrappers
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
next