]> git.bitcoin.ninja Git - rust-lightning/history - lightning/src/ln/channelmanager.rs
Merge pull request #3179 from TheBlueMatt/2024-07-human-readable-names-resolution-1
[rust-lightning] / lightning / src / ln / channelmanager.rs
28 hours ago Matt CoralloMerge pull request #3324 from tnull/2024-09-rustfmt...
46 hours ago Matt CoralloMerge pull request #3311 from TheBlueMatt/2024-09-3010...
7 days ago Elias RohrerMerge pull request #3334 from arik-so/lint_fixes
8 days ago Elias RohrerMerge pull request #3303 from TheBlueMatt/2024-09-inbou...
8 days ago Matt CoralloMerge pull request #3310 from TheBlueMatt/2024-09-unloc...
8 days ago Elias RohrerMerge pull request #3326 from jkczyz/2024-09-split...
9 days ago Jeffrey CzyzParameterize ChannelManager with MessageRouter
9 days ago Matt CoralloAdd a `PaymentId` for inbound payments 2024-09-inbound-payment-id
9 days ago Matt CoralloAdd an `inbound_payment_id_secret` to `ChannelManager`
2024-09-18 Matt CoralloMerge pull request #3289 from tnull/2024-09-fix-rgs...
2024-09-18 Elias RohrerDrop `no-std` feature
2024-09-17 Matt CoralloMerge pull request #3319 from tnull/2024-09-rustfmt...
2024-09-17 Matt CoralloMerge pull request #3313 from valentinewallace/2024...
2024-09-17 Matt CoralloMerge pull request #3218 from jkczyz/2024-07-offers...
2024-09-16 Jeffrey CzyzRename Refund::payer_id
2024-09-16 Jeffrey CzyzRename InvoiceRequest::payer_id
2024-09-16 Jeffrey CzyzRename Offer::signing_pubkey to Offer::issuer_signing_p...
2024-09-16 Valentine WallaceMove monitor<>outbound_payments startup htlc syncing...
2024-09-16 Elias RohrerMerge pull request #3314 from G8XSU/event-logging
2024-09-15 Matt CoralloMerge pull request #3140 from valentinewallace/2024...
2024-09-13 Valentine WallaceRemove payment_release_secret from async payments messages.
2024-09-13 Valentine WallaceAdd new Bolt12PaymentError for failed blinded path...
2024-09-13 Valentine WallaceVerify inbound ReleaseHeldHtlc messages via hmac.
2024-09-13 Valentine WallaceRename Payment{Hash,Id} hmac creation/verification...
2024-09-13 Valentine WallaceDon't trigger manager persistence on unexpected release...
2024-09-13 Valentine WallaceCorrect docs on payment id in RecentPaymentDetails.
2024-09-13 Valentine WallaceSupport sending async payments as an always-online...
2024-09-13 Valentine WallaceSet max path len on receipt of static invoice.
2024-09-13 Valentine WallaceError on static invoice with unknown required features.
2024-09-13 Valentine WallaceDRY handling when initiating payment to BOLT 12 invoice.
2024-09-13 Valentine WallaceSupport initiating an async payment to a static invoice.
2024-09-13 Valentine WallaceRelease pending async payments to PeerManager.
2024-09-13 Valentine WallacePass full message context into ChanMan blinded path...
2024-09-13 Valentine WallaceStore async payment data in PendingOutboundPayment.
2024-09-13 Matt CoralloMerge pull request #3243 from dunxen/2024-08-reremove...
2024-09-12 Elias RohrerMerge pull request #3302 from TheBlueMatt/2024-09-atomi...
2024-09-12 Valentine WallaceStore AsyncPaymentsMessages for later sending
2024-09-12 Valentine WallacePass context into held_htlc_available message handling.
2024-09-12 Matt CoralloMerge pull request #3010 from shaavan/issue2836
2024-09-12 shaavanIntroduce message_received in ChannelMessageHandler
2024-09-12 shaavanIntroduce enqueue_invoice_request Function
2024-09-12 shaavanIntroduce RetryableInvoiceRequest in AwaitingInvoice
2024-09-11 Matt CoralloMerge pull request #3291 from tnull/2024-09-add-their...
2024-09-11 Matt CoralloMerge pull request #3163 from shaavan/invoice_reply_path
2024-09-11 Elias RohrerRefactor: Take `their_node_id` by value across all...
2024-09-11 shaavanAdd reply_path to BOLT12Invoices in Offers Flow
2024-09-11 shaavanAdd HMAC, and nonce to OffersContext::InboundPayment
2024-09-10 valentinewallaceMerge pull request #3305 from TheBlueMatt/2024-09-no...
2024-09-10 Elias RohrerMerge pull request #3306 from TheBlueMatt/2024-09-chan...
2024-09-10 shaavanIntroduce Verification trait.
2024-09-09 Matt CoralloMerge pull request #3296 from alecchendev/2024-09-async...
2024-09-09 Alec ChenFinish closing channel after async closing signed
2024-09-09 Matt Coralloimpl `Borrow<[u8]>` for `ChannelId`
2024-08-29 Matt CoralloMerge pull request #3279 from TheBlueMatt/2024-08-no...
2024-08-29 Matt CoralloMerge pull request #3257 from tnull/2024-08-fix-is...
2024-08-29 Matt CoralloMerge pull request #3238 from Mirebella/clippy-checks
2024-08-29 Matt CoralloMerge pull request #3275 from TheBlueMatt/2024-08-3259...
2024-08-28 Matt CoralloMerge pull request #3276 from arik-so/arik/2024/08...
2024-08-28 Matt CoralloCorrect manual shutdown detection on channel closure
2024-08-28 Matt CoralloMerge pull request #3268 from TheBlueMatt/2024-08-moar...
2024-08-28 MirebellaAdd clippy ignore rules for all errors and warnings
2024-08-27 Matt CoralloAdd a constructor and per-target override to `TestFeeEs...
2024-08-27 Matt CoralloOnly generate an `Event::DiscardFunding` when we need to
2024-08-27 Matt CoralloMerge pull request #3259 from vincenzopalazzo/macros...
2024-08-27 Vincenzo Palazzoevent: store the outpoint when is_manual_broadcast
2024-08-27 dunxenMerge pull request #3248 from jkczyz/2024-08-blinded...
2024-08-26 Matt CoralloMerge pull request #3153 from alecchendev/2024-07-async...
2024-08-26 Matt CoralloMerge pull request #2992 from G8XSU/monitor-update...
2024-08-23 Alec ChenAllow sending closing tx signatures asynchronously
2024-08-23 Matt CoralloMerge pull request #3266 from optout21/bech32-tests
2024-08-23 Matt CoralloMerge pull request #3263 from TheBlueMatt/2024-08-bindi...
2024-08-22 Matt Corallo3/3 Use `MessageSendInstructions` instead of `PendingOn...
2024-08-22 Matt Corallo2/3 Use `MessageSendInstructions` instead of `PendingOn...
2024-08-22 Matt CoralloRemove message type bound on `ResponseInstruction`
2024-08-22 Elias RohrerMerge pull request #3193 from tnull/2024-07-2995-followups
2024-08-21 Matt CoralloMerge pull request #3265 from TheBlueMatt/2024-08-globa...
2024-08-21 Matt CoralloDisambiguate blinded path `ForwardNode`s between paymen... 2024-08-globally-unique-names
2024-08-21 Elias RohrerRename `OpenChannelRequest::is_public` to `is_announced`
2024-08-20 valentinewallaceMerge pull request #3254 from TheBlueMatt/2024-08-flaky...
2024-08-20 Elias RohrerMerge pull request #3253 from TheBlueMatt/2024-08-new...
2024-08-19 Matt CoralloMerge pull request #3245 from valentinewallace/2024...
2024-08-19 Valentine WallaceMove BlindedPayInfo into BlindedPaymentPath.
2024-08-19 Matt CoralloMerge pull request #3204 from valentinewallace/2024...
2024-08-19 Matt CoralloMerge pull request #3188 from TheBlueMatt/2023-12-cache...
2024-08-19 Matt CoralloMerge pull request #3249 from TheBlueMatt/2024-08-featu...
2024-08-19 Alec ChenConsolidate sign_closing_transaction callsites to get_c...
2024-08-19 Matt CoralloMerge pull request #3222 from tnull/2024-08-rustfmt...
2024-08-19 Valentine WallaceAvoid && in public API for onion peeling/decoding.
2024-08-19 Valentine WallaceSupport next_blinding_override in blinded payment paths.
2024-08-19 Matt CoralloDrop the `_test_vectors` feature in favor of a `cfg...
2024-08-19 Matt CoralloMerge pull request #3240 from tnull/2024-08-add-ci...
2024-08-19 valentinewallaceMerge pull request #3242 from jkczyz/2024-08-payment...
2024-08-16 Jeffrey CzyzAdd PaymentId authentication to public API
2024-08-16 Matt CoralloMerge pull request #3239 from arik-so/bitcoin-0.32...
2024-08-16 Arik SosmanFix lightning warnings.
2024-08-16 Matt CoralloMerge pull request #3182 from valentinewallace/2024...
2024-08-16 Jeffrey CzyzReturn a Result from verify_payment_id
2024-08-15 Valentine WallaceAdd BlindedMessagePath type to disambiguate from blinde...
2024-08-15 Valentine WallaceAdd BlindedPaymentPath type, to disambiguate from messa...
2024-08-14 Matt CoralloMerge pull request #3192 from jkczyz/2024-07-invoice...
next