impl Deref for EmptyNodeIdLookUp
[rust-lightning] / lightning / src / ln /
2024-05-08 Jeffrey CzyzMerge pull request #2907 from shaavan/issue2882
2024-05-08 Matt CoralloMerge pull request #3012 from TheBlueMatt/2024-04-0...
2024-05-08 Matt CoralloMerge pull request #3054 from TheBlueMatt/2024-04-fuzz...
2024-05-08 shaavanImplement ResponseInstruction Usage in OnionMessage...
2024-05-07 Matt CoralloMerge pull request #3045 from TheBlueMatt/2024-03-fees...
2024-05-07 Matt CoralloAdd a simple test of the new excess-fees-are-dust behavior
2024-05-07 Matt CoralloInclude excess commitment transaction fees in dust...
2024-05-06 Matt CoralloMerge pull request #3039 from valentinewallace/2024...
2024-05-06 Matt CoralloMerge pull request #2957 from G8XSU/pause-events
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 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 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-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-26 Jeffrey CzyzDon't require Refund::description in API
2024-04-26 Jeffrey CzyzDon't require Offer::description in API
2024-04-26 Jeffrey CzyzOptional OfferContents::signing_pubkey
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-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 CoralloOnly include `derive_add_tweak` for base key types...
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-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 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 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 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 CzyzPass PaymentContext through HTLC processing
2024-04-18 Jeffrey CzyzAdd PaymentContext to payment::ReceiveTlvs
2024-04-18 Jeffrey CzyzReturn the invoice when requesting a refund
2024-04-18 Elias RohrerIntroduce `OutputSpender` trait and implement for ...
2024-04-18 optoutAdd splicing feature flag (also triggers dual_funding)
2024-04-17 Elias RohrerAcquire `per_peer_state` `write` lock earlier in `Chann...
2024-04-16 Matt CoralloMerge pull request #2991 from optout21/txsigs-splicing
2024-04-16 optoutAdd tx_signatures.tlvs field (splicing-specific field...
2024-04-15 Matt CoralloMerge pull request #2993 from wpaulino/handshake-comple...
2024-04-15 Jeffrey CzyzRefactor handling of Bolt12Invoice
2024-04-15 Jeffrey CzyzRefactor handling of InvoiceRequest
2024-04-15 Matt CoralloMerge pull request #2961 from jkczyz/2024-03-compact...
2024-04-15 Jeffrey CzyzLook up node id from scid in OnionMessenger
2024-04-15 Jeffrey CzyzGeneralize BlindedPath::introduction_node_id field
2024-04-15 valentinewallaceMerge pull request #2987 from TheBlueMatt/2024-04-test...
2024-04-13 Matt CoralloMerge pull request #2971 from jbesraa/review-club/2815
2024-04-12 jbesraaFix `cmp::max` execution in `ChannelContext::get_dust_b...
2024-04-12 Wilmer PaulinoFix race between handshake_complete and timer_tick_occurred
2024-04-11 Matt CoralloLog pending in-flight updates when we are missing a...
2024-04-10 Matt CoralloMerge pull request #2910 from tnull/2024-02-rustfmt...
2024-04-09 Elias RohrerPull anchor check into helper function
2024-04-08 valentinewallaceMerge pull request #2969 from TheBlueMatt/2024-03-fix...
2024-04-07 dunxenMerge pull request #2704 from jkczyz/2023-11-channelman...
2024-04-06 Jeffrey CzyzAdd BOLT 12 Refunds section to ChannelManager docs
2024-04-06 Jeffrey CzyzAdd BOLT 12 Offers section to ChannelManager docs
2024-04-06 Jeffrey CzyzAdd a payments section to ChannelManager docs
2024-04-05 Jeffrey CzyzAdd a channels section to ChannelManager docs
2024-04-05 Jeffrey CzyzAdd an operations section to ChannelManager docs
2024-04-05 Jeffrey CzyzChannelManager initialization docs with example
2024-04-05 Elias RohrerMerge pull request #2954 from TheBlueMatt/2024-03-test...
2024-04-05 Gursharan SinghMerge pull request #2967 from tnull/2024-03-refactor...
2024-04-05 Matt CoralloUse `crate::prelude::*` rather than specific imports
2024-04-05 Matt CoralloAllow(unused_imports) on prelude imports
2024-04-04 Elias RohrerSplit `PeerManager::handle_message` to avoid explicit...
2024-04-04 Matt CoralloMerge pull request #2731 from shaavan/issue2711
2024-04-02 shaavanDelay broadcasting Channel Updates until connected...
2024-04-01 Elias RohrerMerge pull request #2978 from wpaulino/reserve-async...
2024-03-29 Wilmer PaulinoReserve async signing related channel TLV types
next