rust-lightning
2023-02-16 Matt CoralloFix (and test) threaded payment retries 2023-02-no-racey-retries
2023-02-16 Matt CoralloAlways check `next_route` in `TestRouter` is fully...
2023-02-16 Matt CoralloTest if a given mutex is locked by the current thread...
2023-02-14 Matt CoralloMove `fairrwlock` to the `sync` module
2023-02-14 Matt CoralloMerge pull request #2029 from wpaulino/update-pgp-key
2023-02-14 Matt CoralloMerge pull request #1966 from ViktorTigerstrom/2023...
2023-02-14 Viktor TigerströmDon't serialize nodes which we have no channels to
2023-02-14 Viktor TigerströmInitialize `list_channels_with_filter` result vec with...
2023-02-14 Viktor TigerströmUpdate unknown peer passed to msg and api functions...
2023-02-14 Viktor TigerströmAlways remove disconnected peers with no channels
2023-02-14 Viktor TigerströmUpdate `ChannelManager` docs
2023-02-14 Viktor TigerströmCheck `peer_state` existence more idiomatically
2023-02-14 Viktor TigerströmRemove redundant Vec in `get_and_clear_pending_msg_events`
2023-02-14 Viktor TigerströmDon't clone the Vec in `remove_first_msg_event_to_node`
2023-02-14 Viktor TigerströmRemove redundant hashmap lookups
2023-02-12 Wilmer PaulinoUpdate Wilmer Paulino's PGP key
2023-02-11 wpaulinoMerge pull request #1980 from TheBlueMatt/2023-01-async...
2023-02-10 Matt CoralloMerge pull request #2019 from tnull/2023-02-expose...
2023-02-10 Matt CoralloMerge pull request #2027 from danielgranhao/fix-create...
2023-02-10 Elias RohrerTest `get_peer_nodeids` returns peer addresses
2023-02-10 Elias RohrerExpose peer addresses via `get_peer_node_ids`
2023-02-10 Daniel GranhãoFix out-of-date `create_inbound_payment()` docs
2023-02-10 Matt CoralloMerge pull request #1870 from tnull/2022-11-add-transac...
2023-02-09 Elias RohrerBuild and test transaction sync crate in CI
2023-02-09 Elias RohrerTest syncing against Esplora backend
2023-02-09 Elias RohrerAdd transaction sync crate
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-08 Matt CoralloMerge pull request #2022 from alecchendev/2023-02-cache...
2023-02-08 Alec ChenCache `NodeId` by converting `their_node_id` to tuple
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-04 Viktor TigerströmDon't pass `per_peer_state` to `claim_funds_from_hop`
2023-02-04 Matt CoralloTrack if a peer is connected or not in `ChannelManager`
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...
next