rust-lightning
2024-03-14 Matt CoralloAvoid writing `ChannelManager` when hitting lnd bug... 2024-03-no-wake-on-shutdown-117
2024-02-16 Matt CoralloMerge pull request #2900 from TheBlueMatt/2024-02-fix...
2024-02-16 Matt CoralloFix `Route` serialization round-trip 2024-02-fix-route-ser-117-bindings
2024-02-16 Matt CoralloFix blinded path serialization in `Route`
2023-10-04 Matt CoralloMerge pull request #2644 from TheBlueMatt/2023-09-0...
2023-10-03 Matt CoralloMake the custom message traits cloneable as they're... 2023-09-0.0.117-java-bindings
2023-10-03 Matt CoralloMake ChannelMonitor always clonable
2023-10-03 Matt CoralloAvoid slices without inner references in channelmanager
2023-10-03 Matt Corallo`crate`-only several BOLT12 methods that require unboun...
2023-10-03 Matt CoralloMark several types no-export which should be exported...
2023-10-03 Matt CoralloHard-code scorer parameters to `ProbabilisticScoringFee...
2023-10-03 Matt CoralloAdd some no-exporting of more offers code
2023-10-03 Matt CoralloAvoid enums containing references with lifetimes
2023-10-03 Matt CoralloExport `outbound_payment` structs in their respective...
2023-10-03 Matt CoralloUse an explicit `Sign` type on the `ChannelMonitor...
2023-10-03 Matt CoralloExport Onion Message structs in their respective modules
2023-10-03 Jeffrey CzyzRestrict ChannelInfo::as_directed_from visibility
2023-10-03 Matt CoralloSimplify type aliasing somewhat around times
2023-10-03 Matt CoralloMake `as_directed_to` non-public
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...
next