rust-lightning
10 days ago Jeffrey CzyzMerge pull request #3129 from optout21/splicing-msgs...
10 days ago Elias RohrerMerge pull request #3147 from TheBlueMatt/2024-06-feera...
11 days ago dunxenMerge pull request #2989 from optout21/iatx-shared...
11 days ago Matt CoralloHandle feerates of `u32::MAX` without overflowing 2024-06-feerate-overflow
11 days ago valentinewallaceMerge pull request #3145 from valentinewallace/2024...
12 days ago Valentine WallaceImplement AsyncPaymentsMessageHandler for ChanMan and...
12 days ago Valentine WallaceOnion message fuzzer: update held_htlc_available handling
13 days ago valentinewallaceMerge pull request #3125 from valentinewallace/2024...
13 days ago optoutUpdate splice messages according to new spec draft
2024-06-20 Valentine WallaceCfg-gate async payments module and public enum variants.
2024-06-20 Valentine WallaceRemove unused imports in static_invoice.rs
2024-06-20 Valentine WallaceAdd OffersMessage variant for static invoices.
2024-06-20 Valentine WallaceDRY responder instantiation for onion messages.
2024-06-20 Valentine WallaceAsyncPaymentsMessageHandler trait for OnionMessenger
2024-06-20 Matt CoralloMerge pull request #2966 from G8XSU/2647-distribute
2024-06-20 optoutInteractive TX negotiation tracks shared outputs
2024-06-20 Matt CoralloMerge pull request #3127 from wvanlint/non_strict_forwa...
2024-06-20 Valentine WallaceOnion message payload for async payments
2024-06-20 Elias RohrerMerge pull request #3135 from tnull/2024-06-rustfmt-rgs
2024-06-20 Elias Rohrer`rustfmt`: Drop `benches/src/bench.rs` from excluded...
2024-06-20 Elias Rohrer`rustfmt`: Run on `lightning-rapid-gossip-sync/src...
2024-06-20 Elias Rohrer`rustfmt`: Run on `lightning-rapid-gossip-sync/src...
2024-06-20 Elias Rohrer`rustfmt`: Prepare `lightning-rapid-gossip-sync/src...
2024-06-20 Willem Van... Implement non-strict forwarding
2024-06-19 Elias RohrerMerge pull request #3132 from jkczyz/2024-06-bolt12...
2024-06-19 G8XSUOptimize ChannelMonitor persistence on block connections.
2024-06-18 Gursharan SinghMerge pull request #3126 from TheBlueMatt/2024-06-preim...
2024-06-18 Matt Corallo(Very) marginally expand `test_monitor_update_fail_claim` 2024-06-preimage-removal-blocked-by-claim-event
2024-06-18 Matt CoralloMerge pull request #3115 from alecchendev/2024-06-speci...
2024-06-18 Jeffrey CzyzRelax channel count check for unannounced nodes
2024-06-18 Jeffrey CzyzAdvance self blinded payment paths
2024-06-18 Jeffrey CzyzRe-order imports
2024-06-18 Jeffrey CzyzRename variable
2024-06-18 Jeffrey CzyzAdd advance_path_by_one for blinded payment paths
2024-06-18 Jeffrey CzyzDon't modify path when advance_path_by_one errors
2024-06-18 Jeffrey CzyzBlinded payments to unannounced introduction node
2024-06-18 Jeffrey CzyzBlindedPath with unannounced introduction node
2024-06-18 Elias RohrerMerge pull request #3130 from TheBlueMatt/2024-06-doc...
2024-06-17 Alec ChenRemove global availability logic for testing async...
2024-06-17 Alec ChenRefactor tests to use specific async signing ops
2024-06-17 Alec ChenAllow toggling specific signing methods in test channel...
2024-06-17 G8XSUStart tracking chain_sync_monitor_persistences in TestP...
2024-06-17 valentinewallaceMerge pull request #3128 from TheBlueMatt/2024-06-no...
2024-06-17 Matt CoralloDocument when `Events::PaymentSent::pending_fee_msat... 2024-06-doc-fee-present
2024-06-17 Elias RohrerMerge pull request #3123 from dunxen/2024-06-channelref...
2024-06-16 Matt CoralloDrop unused return value from `claim_funds_from_hop` 2024-06-no-claim-ret
2024-06-14 Duncan DeanMove accept_channel checks into `ChannelContext::do_acc...
2024-06-13 Valentine Wallaceser_macros: support messages with no fields
2024-06-13 Matt CoralloMerge pull request #3102 from tnull/2024-06-rustfmt...
2024-06-13 Elias RohrerMerge pull request #3098 from arik-so/arik/gossip-v2...
2024-06-13 Elias RohrerMerge pull request #3078 from jkczyz/2024-05-invoice...
2024-06-13 Arik SosmanUpdate documentation.
2024-06-13 Arik SosmanParse v2 gossip.
2024-06-13 Jeffrey CzyzAdd pays_bolt12_invoice_asynchronously test
2024-06-13 Jeffrey CzyzExpose send_payment_for_bolt12_invoice
2024-06-13 Jeffrey CzyzReformat and tick config docs
2024-06-13 Jeffrey CzyzAdd UserConfig::manually_handle_bolt12_invoices
2024-06-12 Matt CoralloMerge pull request #3082 from valentinewallace/2024...
2024-06-12 Matt CoralloMerge pull request #3103 from TheBlueMatt/2024-06-real...
2024-06-12 Valentine WallaceStatic invoice parsing tests
2024-06-12 Valentine WallaceStatic invoice building tests
2024-06-12 Valentine WallaceBuilder for creating static invoices from offers
2024-06-12 Jeffrey CzyzAdd an InvoiceReceived event
2024-06-12 Elias Rohrer`rustfmt`: `fuzz/src/full_stack.rs`
2024-06-12 Elias RohrerPrepare `fuzz/src/full_stack.rs` for `rustfmt`
2024-06-12 Elias Rohrer`rustfmt`: `fuzz/src/chanmon_consistency.rs`
2024-06-12 Elias RohrerIntroduce `noret` wrappers
2024-06-12 Matt CoralloDrop unnecessary key derivation in route tests 2024-06-real-bench
2024-06-12 Matt CoralloPush the route benchmark results into a separate uninli...
2024-06-12 Matt CoralloUse a real (probing-generated) scorer in benchmarks
2024-06-12 Valentine WallaceStatic invoice encoding and parsing
2024-06-12 Elias RohrerMerge pull request #3116 from TheBlueMatt/2024-06-3107-nit
2024-06-12 Elias RohrerPrepare `chanmon_consistency.rs` for `rustfmt`
2024-06-12 Elias RohrerMerge pull request #3113 from TheBlueMatt/2024-04-async...
2024-06-12 Matt CoralloUnblock channels awaiting monitor update based on ... 2024-04-async-monitor-fuzz
2024-06-12 Matt CoralloFuzz reloading with a stale monitor in chanmon_consistency
2024-06-12 Valentine WallaceInvoiceTlvStream{Ref}: add message_paths field
2024-06-11 Matt CoralloClarify `Display` text for `ClosureReason::HolderForceC... 2024-06-3107-nit
2024-06-11 Matt CoralloMerge pull request #3107 from mhrheaume/mhr/closure_rea...
2024-06-11 Valentine WallaceUse ? instead of matching in BOLT 12 invoice parsing.
2024-06-11 Valentine WallaceBOLT 12 invoice: extract helper for invoice signing...
2024-06-11 Valentine WallaceBOLT 12 invoice: expose common helper methods and fields
2024-06-11 Valentine WallaceGenericize BOLT 12 invoice{_builder} common macro docs...
2024-06-11 Jeffrey CzyzImplement Readable for Responder
2024-06-11 Jeffrey CzyzImplement Readable for Bolt12Invoice
2024-06-11 Jeffrey CzyzRe-order imports in events module
2024-06-11 Jeffrey CzyzClean up invoice handling result logic
2024-06-11 Jeffrey CzyzUse implicit returns from match expressions
2024-06-11 Matt CoralloMerge pull request #3037 from TheBlueMatt/2024-05-close...
2024-06-10 valentinewallaceMerge pull request #3086 from alecchendev/2024-05-holde...
2024-06-10 Alec ChenGet per commitment point everywhere else with HolderCom...
2024-06-10 Alec ChenGet per commitment point for channel ready using Holder...
2024-06-10 Matthew RheaumeUpdated `ClosureReason::HolderForceClosed` with broadca...
2024-06-10 Alec ChenUse HolderCommitmentPoint for commitment number
2024-06-10 Alec ChenAdd HolderCommitmentPoint struct to ChannelContext
2024-06-10 Matt CoralloAdd a test of stale-feerate-force-closure behavior 2024-05-close-on-stale-fees
2024-06-10 Matt CoralloForce-close channels if their feerate gets stale withou...
2024-06-10 Matt CoralloSkip fee reads in `full_stack_target` when connecting...
2024-06-10 Matt CoralloAdd a new `ClosureReason::PeerFeerateTooLow`
2024-06-10 Matt CoralloAllow `ChannelError` to specify the `ClosureReason`
next