rust-lightning
2023-02-09 Matt CoralloMove the channel_announcement process log into `Network... 2023-01-async-utxo-lookups
2023-02-09 Matt CoralloAdd tests for the new async gossip checking internal...
2023-02-09 Matt CoralloSupport async results in `TestChainSource`, count ...
2023-02-09 Matt CoralloSuggest a socket read buffer of 4KiB to limit message...
2023-02-09 Matt CoralloDon't apply gossip backpressure to non-channel-announci...
2023-02-09 Matt CoralloApply backpressure when we have too many gossip checks...
2023-02-09 Matt CoralloAllow `RoutingMessageHandler` to signal backpressure
2023-02-09 Matt CoralloForward gossip messages which were verified asynchronously
2023-02-08 Matt CoralloAdd the ability to broadcast gossip msgs via the event...
2023-02-08 Matt CoralloProcess `channel_update`/`node_announcement` async...
2023-02-08 Matt CoralloTrack in-flight `channel_announcement` lookups and...
2023-02-08 Matt CoralloAdd an async resolution option to `ChainAccess::get_utxo`
2023-02-08 Matt CoralloClean up `check_channel_announcement` style
2023-02-08 Matt CoralloMove logic to check a `ChannelAnnouncement` to `gossip_...
2023-02-08 Matt CoralloUpdate the `gossip` and `router` module docs which...
2023-02-08 Matt CoralloMove `chain::Access` to `routing` and rename it `UtxoLo...
2023-02-07 Matt CoralloMerge pull request #2016 from alecchendev/2023-02-gossi...
2023-02-07 Matt CoralloMerge pull request #2007 from valentinewallace/2023...
2023-02-07 Alec ChenSwap `PublicKey` for `NodeId` in `UnsignedNodeAnnouncement`
2023-02-07 Alec ChenSwap `PublicKey` for `NodeId` in `UnsignedChannelAnnoun...
2023-02-06 Valentine WallaceExpand ChannelManager::send_spontaneous_payment_with_re...
2023-02-06 Valentine WallaceRemove InvoicePayer and replace with util methods
2023-02-03 Matt CoralloMerge pull request #1873 from jurvis/jurvis/2022-11...
2023-02-03 valentinewallaceMerge pull request #2002 from valentinewallace/2023...
2023-02-03 Matt CoralloMerge pull request #1996 from valentinewallace/2023...
2023-02-03 jurvisExpose pending payments through ChannelManager
2023-02-03 Valentine WallaceScore payment paths in BackgroundProcessor
2023-02-03 Valentine WallaceUse TestScorer in BackgroundProcessor testing
2023-02-03 Valentine WallaceSpontaneous payments: make preimage construction more...
2023-02-03 Valentine WallaceSupport spontaneous payment retries in ChannelManager
2023-02-03 Valentine WallaceStore keysend preimage in outbound payments
2023-02-02 Matt CoralloMerge pull request #1994 from TheBlueMatt/2023-01-1916...
2023-02-01 Matt CoralloReduce the code in the commitment_signed_dance macro 2023-01-1916-followups
2023-02-01 Matt CoralloUse only the failed amount when retrying payments,...
2023-02-01 Matt CoralloMove retry-limiting to `retry_payment_with_route`
2023-02-01 Matt CoralloLog more information when retrying a payment attempt...
2023-02-01 Matt CoralloTest the `RouteParameters` passed to `TestRouter`
2023-02-01 Matt CoralloUse the `PaymentParameter` final CLTV delta over `Route...
2023-02-01 Matt CoralloMerge pull request #1976 from tnull/2023-01-expose...
2023-02-01 Matt CoralloMove the final CLTV delta to `PaymentParameters` from...
2023-02-01 Matt CoralloMerge pull request #1998 from tnull/2023-01-no-none...
2023-01-31 Elias RohrerAdd version note in `Confirm` docs
2023-01-31 Elias RohrerReturn only `Some(block_hash)` in CM rel. txids
2023-01-31 Valentine WallaceExpose Retry enum from channelmanager module
2023-01-31 Matt CoralloMerge pull request #1997 from Kurtsley/fix-clean-up...
2023-01-31 KurtsleyClean up documentation in the create_phantom_invoice...
2023-01-31 Matt CoralloMerge pull request #1961 from TheBlueMatt/2023-01-expos...
2023-01-30 Matt CoralloMerge pull request #1972 from jkczyz/2023-01-bolt12...
2023-01-30 Matt CoralloExpose historical bucket data via new accessors 2023-01-expose-hist-buckets
2023-01-30 Matt CoralloCalc decayed buckets to decide if we have valid histori...
2023-01-30 Jeffrey CzyzUpdate docs regarding payment path privacy
2023-01-30 Jeffrey CzyzDisallow offer_metadata in Refund
2023-01-30 Jeffrey CzyzAllow quantity in Refund
2023-01-30 Jeffrey CzyzSupport explicit quantity_max = 1 in Offer
2023-01-30 Matt CoralloMerge pull request #1985 from Kurtsley/chore-no-std...
2023-01-27 KurtsleyRemove std::SystemTime from create_phantom_invoice...
2023-01-26 Matt CoralloMerge pull request #1974 from danielgranhao/speed-up...
2023-01-26 Daniel GranhãoUse `Chacha20` in `get_secure_random_bytes()`
2023-01-26 Matt CoralloMerge pull request #1991 from TheBlueMatt/2023-01-fix...
2023-01-26 Matt CoralloMerge pull request #1986 from TheBlueMatt/2023-01-monit...
2023-01-26 Matt CoralloRemove stale comment in test 2023-01-fix-comment
2023-01-26 Daniel GranhãoAdd `get_secure_random_bytes()` benchmark
2023-01-26 Matt CoralloMerge pull request #1984 from TheBlueMatt/2023-01-test...
2023-01-26 Matt CoralloRemove the `ChannelMonitor` secp context 2023-01-monitor-eq
2023-01-26 Matt CoralloImplement `PartialEq` for `ChannelMonitor`
2023-01-26 valentinewallaceMerge pull request #1916 from valentinewallace/2022...
2023-01-26 Matt CoralloMake `test_duplicate_payment_hash_one_failure_one_succe... 2023-01-test-robust
2023-01-26 Matt CoralloImplement `PartialEq`/`Eq` for `Event`s
2023-01-25 Matt CoralloMerge pull request #1948 from alecchendev/custom-fail...
2023-01-25 Matt CoralloMerge pull request #1799 from TheBlueMatt/2022-10-heap...
2023-01-25 Alec ChenAdd test_fail_htlc_backwards_with_reason
2023-01-25 Alec ChenAdd FailureCode enum and ChannelManager::fail_htlc_back...
2023-01-25 Valentine WallaceDisambiguate send_payment_internal from pay_internal
2023-01-25 Valentine WallacePayment retries: copy tests from InvoicePayer
2023-01-25 Valentine WallaceTest ChannelManager automatic retries
2023-01-25 Valentine WallaceSupport sending payments with a retry strategy in Chann...
2023-01-25 Valentine WallaceRetry HTLCs in process_pending_htlc_forwards
2023-01-25 Valentine WallaceRemove AllPathsFailed outbounds at send_payment_interna...
2023-01-25 Valentine WallaceGenerate PendingHTLCsForwardable upon retryable payment
2023-01-25 Valentine WallaceDecode onion fail outside of outbound_payments lock
2023-01-25 Valentine WallaceStore retry data in PendingOutboundPayment::Retryable
2023-01-25 Matt CoralloClean up `compute_fees` and add a saturating variant 2022-10-heap-nerdsnipe
2023-01-25 Matt CoralloAdd a fuzzer to check that `IndexedMap` is equivalent...
2023-01-25 Matt CoralloSwap `IndexedMap` implementation for a `HashMap`+B...
2023-01-25 Matt CoralloAdd a new `IndexedMap` type and use it in network graph...
2023-01-25 Matt CoralloDrop A* implementation in the router for simple Dijkstra's
2023-01-25 Matt CoralloMerge pull request #1983 from valentinewallace/2022...
2023-01-24 Matt CoralloMerge pull request #1878 from dunxen/2022-11-config...
2023-01-24 Valentine Wallacecontributing.md: fix link and link to CoC
2023-01-24 ArikMerge pull request #1967 from arik-so/2023-01-rename...
2023-01-24 Valentine WallaceParameterize add_new_pending_payment with retry strateg...
2023-01-24 Valentine WallaceCopy Retry from invoice module to outbound_payment...
2023-01-24 Duncan DeanAdd new payment type and metadata bytes
2023-01-24 Duncan DeanAdd `min_final_cltv_expiry` parameter to invoice utils
2023-01-24 Duncan DeanAdd `_delta` suffix to `min_final_cltv_expiry`
2023-01-23 Arik SosmanMake `Channel` and `ChannelManager` less particular...
2023-01-23 Arik SosmanRename `Sign` to `WriteableEcdsaChannelSigner`.
2023-01-23 Arik SosmanSeparate channel-type-agnostic methods into `ChannelSig...
2023-01-23 Arik SosmanRename `BaseSign` to `EcdsaChannelSigner`.
2023-01-23 Matt Corallo`impl Display for NodeId`
next