]> git.bitcoin.ninja Git - rust-lightning/shortlog
rust-lightning
6 days ago Elias RohrerMerge pull request #3303 from TheBlueMatt/2024-09-inbou...
6 days ago Matt CoralloMerge pull request #3310 from TheBlueMatt/2024-09-unloc...
6 days ago Elias RohrerMerge pull request #3326 from jkczyz/2024-09-split...
7 days ago Matt CoralloValidate `channel_update` signatures without holding... 2024-09-unlocked-checksig
7 days ago Jeffrey CzyzDe-couple MessageRouter from Router
7 days ago Jeffrey CzyzExpand DefaultRouter's privacy docs
7 days ago Jeffrey CzyzParameterize ChannelManager with MessageRouter
7 days ago Matt CoralloAdd a `PaymentId` for inbound payments 2024-09-inbound-payment-id
7 days ago Matt CoralloAdd an `inbound_payment_id_secret` to `ChannelManager`
7 days ago Matt CoralloDo not check the ordering of HTLCs in `PaymentClaim...
10 days ago Elias RohrerMerge pull request #3327 from TheBlueMatt/2024-09-local...
11 days ago Matt CoralloOnly attempt to `rustfmt` files checked into git 2024-09-local-ci-rustfmt
11 days ago Jeffrey CzyzRe-order imports
11 days ago Matt CoralloMerge pull request #3289 from tnull/2024-09-fix-rgs...
11 days ago Elias RohrerDrop `no-std` feature
11 days ago Elias RohrerCheck workspace members with default features individua...
11 days ago Elias RohrerRe-add optional `std` feature dependencies to fix RGS...
12 days ago Matt CoralloMerge pull request #3321 from valentinewallace/2024...
12 days ago Valentine WallaceFix silent rebase conflict that broke tests
12 days ago Matt CoralloMerge pull request #3319 from tnull/2024-09-rustfmt...
12 days ago Matt CoralloMerge pull request #3313 from valentinewallace/2024...
12 days ago Matt CoralloMerge pull request #3218 from jkczyz/2024-07-offers...
12 days ago Valentine WallaceFix bug where we double-pay an offer due to stale manager
12 days ago Elias Rohrer`rustfmt`: Drop `sync/mod.rs` from exclusion list
12 days ago Elias Rohrer`rustfmt`: Run on `sync/mod.rs`
12 days ago Elias Rohrer`rustfmt`: Drop `sync/test_lockorder_checks.rs` from...
12 days ago Elias Rohrer`rustfmt`: Run on `sync/test_lockorder_checks.rs`
12 days ago Elias Rohrer`rustfmt`: Drop `sync/nostd_sync.rs` from exclusion...
12 days ago Elias Rohrer`rustfmt`: Run on `sync/nostd_sync.rs`
12 days ago Elias Rohrer`rustfmt`: Drop `sync/fairrwlock.rs` from exclusion...
12 days ago Elias Rohrer`rustfmt`: Run on `sync/fairrwlock.rs`
12 days ago Elias Rohrer`rustfmt`: Drop `sync/debug_sync.rs` from exclusion...
12 days ago Elias Rohrer`rustfmt`: Run on `sync/debug_sync.rs`
13 days ago Jeffrey CzyzRename Refund::payer_id
13 days ago Jeffrey CzyzRename InvoiceRequest::payer_id
13 days ago Jeffrey CzyzUpdate offer test vectors from latest spec changes
13 days ago Jeffrey CzyzUse unsigned invoice types in docs
13 days ago Jeffrey CzyzAdd issuer_signing_pubkey to Bolt12Invoice
13 days ago Jeffrey CzyzRe-write Offer::issuer_signing_pubkey documentation
13 days ago Jeffrey CzyzRename Offer::signing_pubkey to Offer::issuer_signing_p...
13 days ago Valentine WallaceMove monitor<>outbound_payments startup htlc syncing...
13 days ago Valentine WallaceTest utils: use full import path in reload_node macro.
13 days ago Matt CoralloMerge pull request #3315 from tnull/2024-09-rustfmt...
13 days ago Elias Rohrer`rustfmt`: Drop `crypto/mod.rs` from exclusion list
13 days ago Elias Rohrer`rustfmt`: Run on `crypto/mod.rs`
13 days ago Elias Rohrer`rustfmt`: Drop `crypto/utils.rs` from exclusion list
13 days ago Elias Rohrer`rustfmt`: Run on `crypto/utils.rs`
13 days ago Elias Rohrer`rustfmt`: Drop `crypto/streams.rs` from exclusion...
13 days ago Elias Rohrer`rustfmt`: Run on `crypto/streams.rs`
13 days ago Elias Rohrer`rustfmt`: Drop `crypto/poly1305.rs` from exclusion...
13 days ago Elias Rohrer`rustfmt`: Run on `crypto/poly1305.rs`
13 days ago Elias Rohrer`rustfmt`: Drop `crypto/chacha20poly1305.rs` from exclu...
13 days ago Elias Rohrer`rustfmt`: Run on `crypto/chacha20poly1305rfc.rs`
13 days ago Elias Rohrer`rustfmt`: Drop `crypto/chacha20.rs` from exclusion...
13 days ago Elias Rohrer`rustfmt`: Run on `crypto/chacha20.rs`
13 days ago Elias RohrerMerge pull request #3314 from G8XSU/event-logging
2024-09-15 Matt CoralloMerge pull request #3140 from valentinewallace/2024...
2024-09-13 G8XSUAdd logging around event processing.
2024-09-13 Valentine WallaceRemove payment_release_secret from async payments messages.
2024-09-13 Valentine WallaceDocument PendingOutboundPayment::{Static}InvoiceReceive...
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 abandoning pending outbound async payments.
2024-09-13 Valentine WallaceTimeout expired outbound async payments.
2024-09-13 Valentine WallaceSupport sending async payments as an always-online...
2024-09-13 Valentine WallaceSplit off send_payment_for_bolt12_invoice_internal...
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 Valentine WallaceSupport creating PaymentParameters from static invoices.
2024-09-13 Valentine WallaceSupport checking that a static invoice matches an outbo...
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 Valentine WallaceAdd MessageContext for async payments.
2024-09-12 Valentine WallaceTweak debug_assert message for parsed onion messages.
2024-09-12 Matt CoralloMerge pull request #3010 from shaavan/issue2836
2024-09-12 Matt CoralloRename `AtomicCounter::get_increment` to simply `next` 2024-09-atomic-cleanups
2024-09-12 Matt CoralloSimplify and fix `AtomicCounter`
2024-09-12 shaavanIntroduce handle_message_received test
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 CoralloRefactor `channel_update` processing logic into local fns
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 Matt CoralloDon't rely on route-fetching rand in `blinded_path_with...
2024-09-11 Matt CoralloDrop `Debug` on `InMemorySigner` (and `EntropySource`)
2024-09-11 Elias RohrerRefactor: Take `their_node_id` by value across all...
2024-09-11 Elias RohrerAdd node id to remaining `RoutingMessageHandler::handle...
2024-09-11 shaavanUpdate Offers Test to Verify BOLT12 Invoice Reply Paths
2024-09-11 shaavanAdd reply_path to BOLT12Invoices in Offers Flow
next