]> git.bitcoin.ninja Git - rust-lightning/shortlog
rust-lightning
12 days ago Valentine WallaceFix bug where we double-pay an offer due to stale manager
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 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
2024-09-11 shaavanAdd HMAC, and nonce to OffersContext::InboundPayment
2024-09-10 Matt CoralloMerge pull request #3309 from TheBlueMatt/2024-09-alway...
2024-09-10 valentinewallaceMerge pull request #3305 from TheBlueMatt/2024-09-no...
2024-09-10 Matt CoralloAlways print why we disconnect explicitly 2024-09-always-print-why
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 Matt CoralloAvoid redundant `{channel,node}_announcement` signature... 2024-09-no-redundant-gossip-validation
2024-09-09 Duncan DeanRemove AvailableBalances::balance_msat
2024-09-09 Alec ChenFinish closing channel after async closing signed
2024-09-09 Matt CoralloClean up imports in `lightning-types` 2024-09-chan-id-hex
2024-09-09 Matt CoralloWrite `ChannelId`s out as hex in `Debug` output
2024-09-09 Matt Coralloimpl `Borrow<[u8]>` for `ChannelId`
2024-09-09 Matt CoralloMerge pull request #3304 from TheBlueMatt/2024-09-tokio...
2024-09-08 Matt CoralloReduce features on `lightning-transaction-sync`'s ... 2024-09-tokio-util-msrv
2024-09-08 Matt CoralloTest `lightning-transaction-sync` in our no-dev-deps...
2024-09-08 Matt CoralloFix MSRV test of `lightning-transaction-sync` with...
2024-09-06 shaavanHMAC Construction and Verification for PaymentHash
2024-09-04 Matt CoralloMerge pull request #3290 from tnull/2024-09-add-tx...
2024-09-04 Elias RohrerAdd copyright notices to `lightning-transaction-sync...
2024-09-03 Matt CoralloMerge pull request #3278 from TheBlueMatt/2024-08-124... v0.0.124
2024-09-03 Matt CoralloUpdate versions to 0.0.124 and invoice 0.32 types 0... 2024-08-124-relnotes
2024-09-03 Matt CoralloAdd an 0.0.124 CHANGELOG entry
2024-09-03 Matt CoralloMerge pull request #3285 from TheBlueMatt/2024-08-tx...
2024-09-03 Matt CoralloMerge pull request #3284 from TheBlueMatt/2024-08-bindi...
2024-09-03 Matt CoralloCorrect `ANCHOR_INPUT_WITNESS_WEIGHT` constant 2024-08-tx-too-small
2024-09-03 Matt CoralloAdd a test for the past few commits
2024-09-03 Matt CoralloDrop bogus debug assertion that we don't overpay on...
2024-09-03 Matt CoralloHandle under-coin-selecting due to an added OP_RETURN...
2024-09-03 Matt CoralloEnsure we never try to broadcast a transaction <= 64...
2024-09-01 Matt CoralloSpecify imports manually in `types::features::sealed` 2024-08-bindings-imports-suck
2024-08-30 Matt CoralloMerge pull request #3282 from TheBlueMatt/2024-08-fix...
2024-08-30 Matt CoralloDont output logs when benchmarking 2024-08-fix-bench-logging
2024-08-30 Matt CoralloRemove log level filtering in tests
2024-08-29 Matt CoralloMerge pull request #3280 from TheBlueMatt/2024-08-124rc v0.0.124-rc1
2024-08-29 Matt CoralloMerge pull request #3279 from TheBlueMatt/2024-08-no...
2024-08-29 Matt CoralloBump versions to rc1 2024-08-124rc
2024-08-29 Matt CoralloMerge pull request #3257 from tnull/2024-08-fix-is...
2024-08-29 Elias RohrerRename `announced_channel` to `is_announced_for_forwarding`
2024-08-29 Matt CoralloUse `u64` for `required_unknown_bits_from` indexes... 2024-08-no-pub-usize
next