rust-lightning
2023-04-25 Matt CoralloMerge pull request #2211 from TheBlueMatt/2023-04-0... v0.0.115
2023-04-24 Matt CoralloAdd 0.0.115 CHANGELOG entries 2023-04-0.0.115-cut
2023-04-24 Matt CoralloBump crate versions to 0.0.115/invoice 0.23
2023-04-24 Matt CoralloMerge pull request #2004 from tnull/2023-02-add-async...
2023-04-24 Matt CoralloMerge pull request #2209 from TheBlueMatt/2023-04-bette...
2023-04-24 Matt CoralloMerge pull request #2220 from TheBlueMatt/2023-04-dont...
2023-04-24 Elias RohrerAdd Tokio example to `process_events_async` docs
2023-04-24 Matt CoralloDon't remove nodes if there's no channel_update for... 2023-04-dont-ban-cln
2023-04-24 Matt CoralloRemove unused import in functional_test_utils
2023-04-24 Matt CoralloFix unused `Secp256k1` context in monitor_tests
2023-04-24 Matt CoralloMerge pull request #2221 from TheBlueMatt/2023-04-bp...
2023-04-24 Matt CoralloMerge pull request #2146 from valentinewallace/2023...
2023-04-24 Matt CoralloCheck for `background-processor` exit condition before... 2023-04-bp-exit-fast
2023-04-22 Matt CoralloMerge pull request #2212 from wpaulino/off-by-one-locktime
2023-04-22 Wilmer PaulinoFix off-by-one finalized transaction locktime
2023-04-22 Wilmer PaulinoCatch up test nodes to latest block height
2023-04-22 Wilmer PaulinoUse current height when generating claims on block_disc...
2023-04-22 Matt CoralloMerge pull request #2199 from tnull/2023-04-fix-async...
2023-04-21 Matt CoralloMerge pull request #2208 from wpaulino/monitor-rebroadc...
2023-04-21 Wilmer PaulinoCall ChainMonitor::rebroadcast_pending_claims on REBROA...
2023-04-21 Wilmer PaulinoImplement pending claim rebroadcast on force-closed...
2023-04-21 Wilmer PaulinoExtend OnchainTxHandler::generate_claim to optionally...
2023-04-21 Valentine WallaceFix outbound_payment for new Path::blinded_tail
2023-04-21 Valentine WallaceUpdate changelog for backwards compat
2023-04-21 Valentine WallaceAccount for Path::blinded_tail when adding a shadow...
2023-04-21 Valentine WallaceTest scoring paths with blinded tails
2023-04-21 Valentine WallaceAccount for Path::blinded_tail in InflightHtlcs::proces...
2023-04-21 Valentine WallaceSupport (de)serializing Path::blinded_tails in HTLCSource
2023-04-21 Valentine WallaceSupport (de)serializing Path::blinded_tails in Routes
2023-04-21 Valentine WallaceSupport (de)ser for Path::blinded_tails in events
2023-04-21 Valentine WallaceAdd blinded path {metadata} fields to Path, but disallo...
2023-04-21 Matt CoralloMerge pull request #2210 from alandotcom/patch-1
2023-04-21 Alan CohenFix README typo
2023-04-21 Matt CoralloClean up handshake timeout disconnection log message 2023-04-better-discon-err-msg
2023-04-21 Elias RohrerAllow events processing without holding `total_consiste...
2023-04-21 Valentine WallaceReplace Vec<RouteHop> with new Path struct
2023-04-21 Valentine WallaceAdd utilities for getting a path's final value and...
2023-04-21 Valentine WallaceMinor Route/RouteHop doc updates
2023-04-21 Matt CoralloClarify the error message when we disconnect a peer
2023-04-21 Elias RohrerFix BP prune timer and don't panic on persistence notif...
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 Valentine Wallaceoutbound_payment: remove unused cltv delta var
2023-04-20 Valentine WallaceExtract read/write variants from impl_for_vec
2023-04-20 Valentine WallaceUpdate PaymentParameters::route_hints for blinded paths
2023-04-20 Valentine WallaceUpdate docs and method names for blinded payment paths
2023-04-20 Valentine WallaceMove blinded_path and its utils into a new module
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 CoralloFix variable name typo 2023-03-payment-metadata
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 Elias RohrerActually test `futures` builds
2023-04-19 Elias RohrerFix unrelated warnings
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 CoralloSupport setting the new payment metadata field in invoices
2023-04-19 Matt CoralloSupport reading the new `payment_metadata` field in...
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 Matt CoralloMerge pull request #2196 from wpaulino/ci-ignore-master...
2023-04-17 Matt CoralloMerge pull request #2195 from TheBlueMatt/2023-04-115...
2023-04-17 Wilmer PaulinoCancel in-progress jobs on updated push
2023-04-17 Wilmer PaulinoIgnore workflow runs on master branch
2023-04-17 Matt CoralloMark the invoice `Network` getter no-export 2023-04-115-bindings-upstream
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...
next