Implement pending claim rebroadcast on force-closed channels
[rust-lightning] / lightning /
2023-04-21 Wilmer PaulinoImplement pending claim rebroadcast on force-closed...
2023-04-21 Wilmer PaulinoExtend OnchainTxHandler::generate_claim to optionally...
2023-04-20 Matt CoralloMerge pull request #2205 from wpaulino/sign-ecdsa-with...
2023-04-20 Wilmer PaulinoUse new feature to gate test vectors behind
2023-04-20 Wilmer PaulinoSign gossip messages without grinding low R signatures
2023-04-20 Wilmer PaulinoGenerate local signatures with additional randomness
2023-04-20 Wilmer PaulinoImplement EntropySource for InMemorySigner
2023-04-20 Matt CoralloMerge pull request #2206 from jkczyz/2023-04-invoice...
2023-04-20 Jeffrey CzyzExpose description from Invoice's offer/refund
2023-04-20 Matt CoralloMerge pull request #1989 from jkczyz/2023-01-stateless...
2023-04-20 Jeffrey CzyzDRY up InvoiceFields construction
2023-04-20 Jeffrey CzyzSupport responding to refunds with transient keys
2023-04-20 Jeffrey CzyzExtract keys from Offer::metadata to sign Invoice
2023-04-20 Jeffrey CzyzDRY up verification of invreq TLV records
2023-04-20 Jeffrey CzyzStateless verification of Invoice for Refund
2023-04-20 Jeffrey CzyzRefund metadata and payer id derivation
2023-04-20 Jeffrey CzyzStateless verification of Invoice for Offer
2023-04-20 Jeffrey CzyzFix builder docs in offers module
2023-04-20 Jeffrey CzyzInvoiceRequest metadata and payer id derivation
2023-04-20 Jeffrey CzyzRefactor InvoiceRequestContents fields into a sub-struct
2023-04-20 Jeffrey CzyzStateless verification of InvoiceRequest
2023-04-20 Matt CoralloMerge pull request #2203 from wpaulino/retry-untractabl...
2023-04-20 Jeffrey CzyzTlvStream range iterator
2023-04-20 Jeffrey CzyzOffer metadata and signing pubkey derivation
2023-04-19 Wilmer PaulinoMake PackageTemplate::height_timer non-optional
2023-04-19 Wilmer PaulinoUse existing height timer to retry untractable packages
2023-04-19 Matt CoralloMerge pull request #2127 from TheBlueMatt/2023-03-payme...
2023-04-19 Matt CoralloUpdate and clarify the reasons for HTLCDestination...
2023-04-19 Matt CoralloAdd some tests of payment metadata being sent and received
2023-04-19 Matt CoralloExpose the `RecipientOnionFields` in `Event::PaymentCla...
2023-04-19 Matt CoralloPipe received `payment_metadata` through the HTLC recei...
2023-04-19 Matt Corallo`continue` automatically after `fail_htlc` in receiving...
2023-04-19 Matt CoralloAdd a debug_assert the newly-documented (but existing...
2023-04-19 Matt CoralloMake `claimable_payments` map value a struct, rather...
2023-04-19 Matt CoralloAdd a `payment_metadata` field to `RecipientOnionFields`
2023-04-19 Matt CoralloDeserialize payment metadata fields in the onion final...
2023-04-19 Matt CoralloUnset the optional bit for a feature when setting the...
2023-04-19 Matt CoralloAdd features module-level documentation for missing...
2023-04-18 Jeffrey CzyzAdd another ExpandedKey derivation for Offers
2023-04-18 Jeffrey CzyzAdd missing UnknownRequiredFeatures tests
2023-04-18 Jeffrey CzyzCommon offers test_utils module
2023-04-18 Matt CoralloMerge pull request #2198 from TheBlueMatt/2023-04-fewer...
2023-04-18 Matt CoralloOnly disable channels ~10 min after disconnect, rather... 2023-04-fewer-disables
2023-04-18 Matt CoralloSet `channel_update` disable bit based on staged even...
2023-04-17 Matt CoralloMerge pull request #2138 from swilliamson5/replace...
2023-04-17 Wilmer PaulinoMerge pull request #2177 from TheBlueMatt/2023-04-test...
2023-04-17 Matt CoralloMerge pull request #2191 from TheBlueMatt/2023-04-fix...
2023-04-16 Steven WilliamsonReplace OUR_MAX_HTLCS constant with config knob
2023-04-16 Matt CoralloFix deserialization of u16 arrays 2023-04-fix-bucket-deser
2023-04-14 Matt CoralloMerge pull request #2172 from TheBlueMatt/2023-04-fix...
2023-04-14 Matt CoralloMerge pull request #2180 from benthecarman/impl-pk...
2023-04-13 benthecarmanImpl FromStr for NodeId
2023-04-13 Matt CoralloMerge pull request #2179 from benthecarman/use-node...
2023-04-13 Matt CoralloMove some additional test macros into functions 2023-04-test-function-generics
2023-04-13 Matt CoralloIntroduce traits to make test utils generic across...
2023-04-13 benthecarmanUse NodeAlias type in NodeAnnouncement
2023-04-13 benthecarmanImplement to and from for PublicKey and NodeId
2023-04-12 Matt CoralloDRY the event handling in `ChannelManager`
2023-04-11 valentinewallaceMerge pull request #2142 from alecchendev/2023-03-expos...
2023-04-10 Alec ChenAdd reason to `Event::PaymentFailed`
2023-04-09 Matt CoralloRemove a race-y debug assertion in new channel update... 2023-04-fix-panicy-debug-assert
2023-04-08 ArikMerge pull request #2161 from benthecarman/prune-stale...
2023-04-07 valentinewallaceMerge pull request #2158 from TheBlueMatt/2023-04-handl...
2023-04-07 Matt CoralloDefine the `PaymentMetadata` feature to be used in...
2023-04-07 Jeffrey CzyzMerge pull request #2023 from futurepaul/fallback-to...
2023-04-07 Alec ChenCreate `PaymentFailureReason` enum
2023-04-07 Matt CoralloMerge pull request #2170 from TheBlueMatt/2023-04-silen...
2023-04-07 Wilmer PaulinoMerge pull request #2162 from jkczyz/2023-04-invoice...
2023-04-07 Matt CoralloFix silent merge conflict between new test and payment... 2023-04-silent-merge-conflict
2023-04-07 Matt CoralloMerge pull request #2148 from TheBlueMatt/2023-04-claim...
2023-04-07 Matt CoralloMerge pull request #2139 from TheBlueMatt/2023-03-metad...
2023-04-07 Matt CoralloSplit up comically long error return 2023-04-handle_err_more-check
2023-04-07 Jeffrey CzyzExpose a BOLT 12 Invoice's signable_hash
2023-04-06 Matt CoralloMerge pull request #2163 from TheBlueMatt/2023-04-less...
2023-04-06 Matt CoralloAdd a `claim_deadline` field to `PaymentClaimable`... 2023-04-claim-from-closed
2023-04-06 Matt CoralloAvoid holding a `per_peer_state` lock while claiming... 2023-04-less-lock
2023-04-06 Matt CoralloMerge pull request #2101 from TheBlueMatt/2023-03-one...
2023-04-06 Matt CoralloTest for extra locks held in `handle_error` unconditionally
2023-04-05 Matt CoralloMerge pull request #2145 from TheBlueMatt/2023-04-async...
2023-04-05 Matt CoralloCorrect documentation of `payment_id` in events 2023-03-metadata-prefactors
2023-04-05 Matt CoralloPipe the new `RecipientOnionFields` through send pipeline
2023-04-05 Matt CoralloAdd a `RecipientOnionFields` argument to spontaneous...
2023-04-05 Matt CoralloReplace `PaymentSecret` with `RecipientOnionFields...
2023-04-05 Matt CoralloRemove the `PaymentSecret` field from `HTLCSource:...
2023-04-04 Matt CoralloAllow claiming a payment if a channel with an HTLC...
2023-04-04 Matt CoralloMerge pull request #2147 from TheBlueMatt/2023-04-rgs...
2023-04-04 Matt CoralloMerge pull request #2005 from arik-so/2023-01-taproot...
2023-04-03 Arik SosmanUpdate the `RevokeAndACK` message for Taproot support.
2023-04-03 Arik SosmanUpdate the `CommitmentSigned` message for Taproot support.
2023-04-03 Arik SosmanUpdate the `FundingSigned` message for Taproot support.
2023-04-03 Arik SosmanUpdate the `FundingCreated` message for Taproot support.
2023-04-03 Arik SosmanUpdate the `AcceptChannel` message for Taproot support.
2023-04-03 Arik SosmanIntroduce MuSig2-related types for Taproot channels.
2023-04-03 Matt CoralloMerge pull request #2090 from TheBlueMatt/2023-03-mon...
2023-04-03 Matt CoralloMerge pull request #2098 from tnull/2023-03-add-channel...
2023-04-03 Matt CoralloMerge pull request #2143 from get10101/chore/convenient...
2023-04-03 Elias RohrerAdd `ChannelPending` event emitted upon `funding_signed`
2023-04-03 Matt CoralloWake the background processor if an async monitor updat...
2023-04-03 Matt CoralloDrop the dummy no-std `Condvar` which never sleeps
2023-04-03 Matt CoralloMove the pub `wait` methods from `ChannelManager` to...
next