rust-lightning
10 days ago Matt CoralloMerge pull request #3013 from TheBlueMatt/2024-04-122... 2024-04-122-bindings
10 days ago Matt CoralloDrop completed blocked `ChannelMonitorUpdate`s on startup
12 days ago Matt CoralloMark `io_extras` module as no-export (matching its...
13 days ago Matt CoralloAvoid slices without inner references
13 days ago Matt CoralloReplace `EventsProvider` on `OnionMessageHandler` with...
13 days ago Matt CoralloMake the custom message traits cloneable as they're...
13 days ago Matt CoralloMake ChannelMonitor always clonable
13 days ago Matt Corallo`crate`-only several BOLT12 methods that require unboun...
13 days ago Matt CoralloMark several types no-export which should be exported...
13 days ago Matt CoralloHard-code scorer parameters to `ProbabilisticScoringFee...
13 days ago Matt CoralloAdd some no-exporting of more offers code
13 days ago Matt CoralloAvoid enums containing references with lifetimes
13 days ago Matt CoralloExport `outbound_payment` structs in their respective...
13 days ago Matt CoralloUse an explicit `Sign` type on the `ChannelMonitor...
13 days ago Jeffrey CzyzRestrict ChannelInfo::as_directed_from visibility
13 days ago Matt CoralloMake `as_directed_to` non-public
13 days ago Matt CoralloStop relying on a `Clone`able `NetworkGraph` ref in...
13 days ago Matt Corallo[bindings] Move additional score params from `&()`...
13 days ago Matt CoralloDrop manual `Debug` impl on RGS' `GraphSyncError`
13 days ago Matt CoralloMove RGS `GraphSyncError` into the top-level module
13 days ago Matt CoralloStore `EntropySource` in `DefaultRouter` instead of...
13 days ago Matt Corallo[bindings] No-export `RouteHopCandidate` lifetime'd...
13 days ago Matt Corallo[bindings] Mark `WithContext` log wrapper with no-export
13 days ago Matt Corallo[bindings] Drop the lifetime bound on `Record` for...
2024-04-09 Matt CoralloMerge pull request #2985 from TheBlueMatt/2024-03-fix... v0.0.122
2024-04-09 Matt CoralloBump LDK to 0.0.122/invoice 0.30 2024-03-fix-upgradable-enum-121
2024-04-09 Matt CoralloKeep newlines between releases in CHANGELOG consistent
2024-04-09 Matt CoralloAdd release note for 0.0.122 with just one PR.
2024-04-09 Matt CoralloAvoid writing `ChannelManager` when hitting lnd bug...
2024-04-09 Matt CoralloFix `Route` serialization round-trip
2024-04-09 Matt CoralloFix blinded path serialization in `Route`
2024-04-08 Matt CoralloAllow `MaybeReadable` to not fully read in `upgradable_...
2024-04-08 Matt CoralloEnsure we read the full TLV stream length when maybe...
2024-04-08 Matt CoralloFix unknown handling in `impl_writeable_tlv_based_enum_...
2024-01-22 Matt CoralloMerge pull request #2844 from TheBlueMatt/2024-01-cut-121 v0.0.121
2024-01-22 Matt CoralloBump versions to LDK 0.0.121/invoice 0.29 2024-01-cut-121
2024-01-22 Matt CoralloAdd CHANGELOG entry for 0.0.121
2024-01-22 Matt CoralloMerge pull request #2841 from TheBlueMatt/2024-01-batch...
2024-01-22 Matt CoralloMerge pull request #2842 from jkczyz/2024-01-fix-peer...
2024-01-22 Jeffrey CzyzRemove unnecessary unwraps
2024-01-22 Jeffrey CzyzFix panic when peer is mid-handshake
2024-01-22 Matt CoralloFix deadlock when handling bad calls to `batch_funding... 2024-01-batch-deadlock
2024-01-19 Elias RohrerMerge pull request #2835 from TheBlueMatt/2024-01-cut-120
2024-01-17 Matt CoralloChange v0.0.120 release name 2024-01-cut-120
2024-01-17 Matt CoralloMerge pull request #2834 from TheBlueMatt/2024-01-cut-120 v0.0.120
2024-01-17 Matt CoralloBump crate versions to 0.0.120/invoice 0.28
2024-01-17 Matt CoralloAdd CHANGELOG entry for 0.0.120
2024-01-17 Matt CoralloMerge pull request #2818 from valentinewallace/2024...
2024-01-17 valentinewallaceMerge pull request #2828 from TheBlueMatt/2024-01-crypt...
2024-01-17 Valentine WallaceTest that we won't retry over previously failed blinded...
2024-01-17 Valentine WallaceTest util: separate out code to construct a blinded...
2024-01-17 Valentine WallaceAvoid building routes over previously failed blinded...
2024-01-17 Valentine WallaceStore previously failed blinded paths on outbound payme...
2024-01-17 Valentine WallacePersist previously failed blinded paths in RouteParameters.
2024-01-17 Valentine WallaceAdd failed_within_blinded_path to DecodedOnionFailure.
2024-01-17 Valentine WallaceAdd failed_within_blinded_path to onion util internal...
2024-01-17 Matt CoralloMerge pull request #2831 from jkczyz/2024-01-fix-cltv...
2024-01-17 Matt CoralloMerge pull request #2832 from p2pderivatives/fix-ln...
2024-01-17 Matt CoralloMerge pull request #2812 from valentinewallace/2023...
2024-01-17 Tibo-lgFix lightning-net-tokio sometimes dropping messages
2024-01-16 Jeffrey CzyzUse consistent cltv_expiry_delta in ForwardTlvs
2024-01-16 Valentine WallaceAdvertise route blinding feature as supported.
2024-01-16 Valentine WallaceFix sender double-including shadow offset in CLTV expir...
2024-01-16 Valentine WallaceRename test var to be more descriptive.
2024-01-16 Valentine WallaceComplete remaining TODOs for failing blinded non-intro...
2024-01-16 Valentine WallaceAdd failure mode info to BlindedForward struct.
2024-01-16 Matt CoralloMove cryptographic algorithms and utilities to a new... 2024-01-crypto-module
2024-01-15 Elias RohrerMerge pull request #2824 from shuoer86/main
2024-01-12 shuoer86Fix typo lightning/src/util/wakers.rs
2024-01-12 shuoer86Fix typo lightning/src/routing/router.rs
2024-01-12 shuoer86Fix typo lightning/src/ln/peer_handler.rs
2024-01-12 shuoer86Fix typo lightning-invoice/src/ser.rs
2024-01-12 shuoer86Fix typo CONTRIBUTING.md
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 Valentine WallaceMake BlindedFailure enum pub.
2024-01-11 Valentine WallaceTest successful payment to 3-hop blinded path.
2024-01-11 Valentine WallaceFix final blinded hop CLTV expiry on send.
2024-01-11 Valentine WallaceSupport forwarding blinded HTLCs as non-intro node.
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 Matt CoralloMerge pull request #2791 from valentinewallace/2023...
2024-01-10 Matt CoralloExpose `onion_message` items directly rather than via... 2024-01-om-direct-export
2024-01-10 Matt CoralloMerge pull request #2809 from TheBlueMatt/2023-12-closi...
2024-01-10 Matt CoralloDrop `PeerManager` type bound on `UtxoLookup` entirely 2024-01-pm-dyn-ref
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 WallaceDRY malformed HTLC handling during htlc batch processing.
2024-01-10 Valentine WallaceFix logger usage during batched htlc processing of...
2024-01-10 Valentine WallaceClean up code DRY'd in previous commit.
2024-01-10 Valentine WallaceRename OutboundOnionPayload::BlindedReceive::amt_msat...
2024-01-10 Valentine WallaceRename OutboundOnionPayload::Receive::amt_msat to be...
2024-01-10 Valentine WallaceRename InboundOnionPayload::BlindedReceive::amt_msat...
2024-01-10 Valentine WallaceRename InboundOnionPayload::Receive::amt_msat to be...
2024-01-10 Valentine WallaceRename OutboundOnionPayload::BlindedReceive::outgoing_c...
2024-01-10 Valentine WallaceRename OutboundOnionPayload::Receive::outgoing_cltv_value.
2024-01-10 Valentine WallaceRename InboundOnionPayload::BlindedReceive::outgoing_cl...
next