rust-lightning
10 days ago Matt CoralloDon't attempt to resume channels if we already exchange... 2024-04-2982-123-fix
10 days ago Matt CoralloMerge pull request #3045 from TheBlueMatt/2024-03-fees...
10 days ago Matt CoralloAdd a simple test of the new excess-fees-are-dust behavior
10 days ago Matt CoralloUpdate default dust exposure limit and the documentatio...
10 days ago Matt CoralloInclude excess commitment transaction fees in dust...
11 days ago Matt CoralloMerge pull request #3039 from valentinewallace/2024...
11 days ago Matt CoralloMerge pull request #2957 from G8XSU/pause-events
11 days ago Valentine WallaceFix overflow in invoice amount setter.
2024-05-04 Matt CoralloMerge pull request #3035 from TheBlueMatt/2024-04-upstr...
2024-05-03 Matt CoralloMerge pull request #3018 from jkczyz/2024-04-optional...
2024-05-03 Matt CoralloMerge pull request #3029 from TheBlueMatt/2024-04-fix...
2024-05-02 Jeffrey CzyzOnly require description when offer has an amount
2024-05-02 Matt CoralloSwap `UserConfig::default()` for `test_default_channel_...
2024-05-02 Matt CoralloCorrect indentation in `get_pending_htlc_stats`
2024-05-02 Matt CoralloUnify `get_{inbound,outbound}_pending_htlc_stats`
2024-05-01 Matt CoralloMerge pull request #3033 from TheBlueMatt/2024-04-notif...
2024-05-01 Matt CoralloWake `background-processor` from `ChainMonitor` on... 2024-04-notify-bp-on-blocks
2024-05-01 Matt CoralloUpdate documentation on `[u8; 32]` wrappers for clarity 2024-04-upstream-123-bindings
2024-05-01 Matt CoralloMove `[u8; 32]` wrapper types to a common module
2024-05-01 Matt CoralloAdd bindings no-export tags to doc test types
2024-05-01 Matt CoralloAdd derives where they make sense and the bindings...
2024-05-01 Matt CoralloRename and expose message-specific `NextHop`
2024-05-01 Matt CoralloMerge pull request #3032 from valentinewallace/2024...
2024-04-30 valentinewallaceMerge pull request #3031 from TheBlueMatt/2024-04-new...
2024-04-30 Matt CoralloFix new rustc `#[macro_export]` warning in doctests 2024-04-new-rustc-warning
2024-04-30 Valentine WallaceFix overflow in lightning-invoice amount_pico_btc.
2024-04-30 Matt CoralloSend peers error messages for failures due to invalid... 2024-04-fix-batch-funding-failures
2024-04-30 Matt CoralloClose channels when `find_funding_output` fails to...
2024-04-29 Matt CoralloMerge pull request #3017 from jkczyz/2024-04-optional...
2024-04-29 Matt CoralloMerge pull request #3028 from jkczyz/2024-04-offer...
2024-04-29 Jeffrey CzyzRemove InvoiceRequestFields::features
2024-04-29 Jeffrey CzyzRemove InvoiceRequestFields::amount_msats
2024-04-29 Jeffrey CzyzRemove PaymentContext from OnionPayload
2024-04-27 Gursharan SinghRemove ChainMonitor::sync_persistence_id
2024-04-27 Gursharan SinghRemove MonitorUpdateId from persist trait
2024-04-26 Jeffrey CzyzDon't require Refund::description in API
2024-04-26 Jeffrey CzyzDon't require Offer::description in API
2024-04-26 Jeffrey CzyzBolt12Invoice for Offer without signing_pubkey
2024-04-26 Jeffrey CzyzAdd InvoiceRequestTlvStream::paths
2024-04-26 Jeffrey CzyzAllow parsing Offer without signing_pubkey
2024-04-26 Jeffrey CzyzOptional OfferContents::signing_pubkey
2024-04-26 Gursharan SinghStop tracking MonitorUpdates from ChainSync in pending_...
2024-04-26 Gursharan SinghStop storing last_chain_persist_height
2024-04-26 Gursharan SinghDon't pause events for chainsync persistence
2024-04-25 Gursharan SinghMerge pull request #3003 from TheBlueMatt/2024-04-2964...
2024-04-25 Matt CoralloMerge pull request #3021 from TheBlueMatt/2024-04-drop...
2024-04-25 Matt CoralloMerge pull request #3004 from TheBlueMatt/2024-04-2761...
2024-04-25 Matt CoralloDrop completed blocked `ChannelMonitorUpdate`s on startup 2024-04-drop-blocked-completed-updates
2024-04-24 Elias RohrerMerge pull request #3015 from tnull/2024-04-sweeper...
2024-04-24 Elias RohrerMake `OutputSweeper::track_spendable_outputs` fallible
2024-04-23 Matt CoralloMerge pull request #2981 from dunxen/2024-03-PR2419fixups
2024-04-23 Duncan DeanAdd intermediate `ConstructedTransaction`
2024-04-23 Duncan DeanAdd lower bound segwit input weight estimates
2024-04-23 Duncan DeanAdd descriptions to test cases
2024-04-23 Duncan DeanAbort if we add a duplicate input
2024-04-23 Duncan DeanMake sent_tx_* fallible and handle errors & simplify...
2024-04-23 Duncan DeanCheck if msg.script.is_witness_program() before checkin...
2024-04-23 Duncan DeanUse HashMaps as, well, HashMaps (don't iter for key...
2024-04-22 Jeffrey CzyzRemove unnecessary PaymentPreimage clone
2024-04-22 Gursharan SinghMerge pull request #2990 from TheBlueMatt/2024-04-log...
2024-04-22 Matt CoralloDrop the rustup-specific calling in `ci/rustfmt.sh` 2024-04-2761-followups
2024-04-22 Matt CoralloInclude `channel_keys.rs` in the rustfmt list
2024-04-22 Matt CoralloOnly include `derive_add_tweak` for base key types...
2024-04-22 Matt CoralloWord-wrap new doc comment in `DelayedPaymentOutputDescr...
2024-04-22 Matt CoralloUse `Sha256`s for tweaks in `sign` to enforce randomness
2024-04-22 Matt CoralloSimplify and clarify `derive_add_tweak` documentation
2024-04-22 Matt CoralloLog when a ChannelMonitor's claimable balances set... 2024-04-2964-followups
2024-04-22 Matt CoralloDebug-log monitor update starts and completions in... 2024-04-log-in-flights
2024-04-22 Matt CoralloMerge pull request #3009 from tnull/2024-04-fix-sweeper...
2024-04-22 Elias RohrerFix typo in `OutputSweeper`
2024-04-19 Matt CoralloMerge pull request #3005 from TheBlueMatt/2024-04-0... v0.0.123-beta
2024-04-19 Matt CoralloBump crate versions to 0.0.123-beta/invoice 0.31-beta 2024-04-0.0.123-beta
2024-04-19 Wilmer PaulinoMerge pull request #2761 from yellowred/self_sufficient...
2024-04-18 olegkubrakovImplement Script for Witness and Add Tweak in PSBT.
2024-04-18 Matt CoralloCorrect `ChannelMonitor::is_fully_resolved` docs
2024-04-18 Matt CoralloMerge pull request #2964 from jbesraa/prune-stale-chanm...
2024-04-18 Gursharan SinghMerge pull request #2998 from tnull/2024-04-fix-potenti...
2024-04-18 Jeffrey CzyzMerge pull request #3001 from optout21/splicing-feature...
2024-04-18 Gursharan SinghMerge pull request #2999 from keyuebao/keyue/update...
2024-04-18 jbesraaAdd `ChainMonitor::archive_fully_resolved_monitor_channels`
2024-04-18 jbesraaAdd `ChannelMonitor::is_fully_resolved` function
2024-04-18 Matt CoralloMerge pull request #2825 from tnull/2024-01-upstream...
2024-04-18 Matt CoralloMerge pull request #2970 from jkczyz/2024-03-offer-id
2024-04-18 Elias RohrerEdit `Event::SpendableOutputs` docs to mention `OutputS...
2024-04-18 Elias RohrerAdd basic `OutputSweeper` test in BP
2024-04-18 Elias RohrerAllow delaying generation and broadcasting of spending txs
2024-04-18 Elias RohrerAdd `OutputSweeper` utility persisting and sweeping...
2024-04-18 Elias RohrerAdd `ConfirmationTarget::OutputSpendingFee`
2024-04-18 Jeffrey CzyzUpdate PaymentPurpose's payment_preimage docs
2024-04-18 Jeffrey CzyzInclude InvoiceRequest fields in PaymentContext
2024-04-18 Jeffrey CzyzTest for PaymentContext in offers_tests.rs
2024-04-18 Jeffrey CzyzUse BOLT 12 PaymentPurpose variants
2024-04-18 Jeffrey CzyzBOLT 12 variants of PaymentPurpose
2024-04-18 Jeffrey CzyzAdd PaymentPurpose::is_keysend utility method
2024-04-18 Jeffrey CzyzRename InvoicePayment to Bolt11InvoicePayment
2024-04-18 Jeffrey CzyzInclude Refund context in blinded payment paths
2024-04-18 Jeffrey CzyzInclude Offer context in blinded payment paths
2024-04-18 Jeffrey CzyzInclude OfferId in VerifiedInvoiceRequest
2024-04-18 Jeffrey CzyzDefine an OfferId for BOLT 12 Offers
2024-04-18 Jeffrey CzyzPass PaymentContext through HTLC processing
next