Track if a peer is connected or not in `ChannelManager`
[rust-lightning] / lightning / src / ln / channelmanager.rs
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 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 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 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 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 #1961 from TheBlueMatt/2023-01-expos...
2023-01-30 Matt CoralloMerge pull request #1972 from jkczyz/2023-01-bolt12...
2023-01-26 Matt CoralloMerge pull request #1986 from TheBlueMatt/2023-01-monit...
2023-01-26 Matt CoralloMerge pull request #1984 from TheBlueMatt/2023-01-test...
2023-01-26 valentinewallaceMerge pull request #1916 from valentinewallace/2022...
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 FailureCode enum and ChannelManager::fail_htlc_back...
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 WallaceGenerate PendingHTLCsForwardable upon retryable payment
2023-01-25 Valentine WallaceStore retry data in PendingOutboundPayment::Retryable
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 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 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 Matt CoralloMerge pull request #1926 from jkczyz/2022-12-invoice
2023-01-19 Matt CoralloMerge pull request #1951 from wpaulino/remove-get-node...
2023-01-19 ArikMerge pull request #1964 from TheBlueMatt/2023-01-no...
2023-01-19 Wilmer PaulinoRemove NodeSigner::get_node_secret
2023-01-19 Wilmer PaulinoUse NodeSigner::ecdh to compute SharedSecrets
2023-01-19 Wilmer PaulinoSign gossip messages with NodeSigner
2023-01-19 Matt CoralloMerge pull request #1860 from wpaulino/open-channel...
2023-01-18 Wilmer PaulinoSupport negotiating anchors throughout channel open
2023-01-18 Matt CoralloMerge pull request #1956 from TheBlueMatt/2023-01-ser...
2023-01-18 Jeffrey CzyzMerge pull request #1968 from lexe-tech/max/net-tokio...
2023-01-17 Matt CoralloMerge pull request #1962 from TheBlueMatt/2023-01-bp...
2023-01-17 Matt CoralloUse `test`/`_test_utils` to enable single-threaded... 2023-01-no-debug-panics
2023-01-17 Matt CoralloMerge pull request #1960 from tnull/2023-01-deref-route...
2023-01-17 Matt CoralloMerge pull request #1957 from TheBlueMatt/2022-01-mon...
2023-01-17 Matt CoralloMerge pull request #1955 from TheBlueMatt/2023-01-1950...
2023-01-17 Matt CoralloMerge pull request #1959 from danielgranhao/stop-passin...
2023-01-17 Matt CoralloMerge pull request #1939 from TheBlueMatt/2022-01-fuzz...
2023-01-16 Daniel GranhãoStop passing `InitFeatures` in msg handlers
2023-01-15 Matt CoralloSwap per_peer_state lock order 2022-01-mon-ref-lockorder
2023-01-15 Matt CoralloPass monitor updates by reference, not owned
2023-01-15 Matt CoralloUse `ChannelUnavailable` for a peer disconnecting not... 2022-01-fuzz-hashbrown
2023-01-15 Matt CoralloDo not rely on auto-deref'ing when aaccessing a `Hash...
2023-01-15 Matt CoralloMerge pull request #1950 from tnull/2023-01-fix-doc...
2023-01-15 Matt CoralloMerge pull request #1946 from wpaulino/init-features...
2023-01-14 Wilmer PaulinoUse UserConfig to determine advertised InitFeatures...
2023-01-14 Matt CoralloMerge pull request #1930 from arik-so/2022-12-remove...
2023-01-13 Arik SosmanSplit up generic parameters that used to comprise KeysI...
2023-01-12 Arik SosmanRemove KeysInterface trait.
2023-01-11 Matt CoralloMerge pull request #1823 from mariocynicys/expose-tlv...
2023-01-10 Matt CoralloMerge pull request #1507 from ViktorTigerstrom/2022...
2023-01-09 Viktor TigerströmRemove the `ChannelManager::channel_state`
2023-01-09 Viktor TigerströmStore `pending_msg_events` per peer
2023-01-09 Viktor TigerströmAvoid unnecessary looping over all peers' channels
2023-01-09 Viktor TigerströmUpdate `id_to_peer` docs with consistency guarantees...
2023-01-09 Viktor TigerströmRemove one tab level when accessing a `peer_state`
2023-01-09 Viktor TigerströmRemove unnecessary channel counterparty checks
2023-01-09 Viktor TigerströmAdd handle unkown peer test
2023-01-09 Viktor TigerströmUnify failure to query `Channel` error messages
2023-01-09 Viktor TigerströmAvoid unnecessary immediate retake `per_peer_state...
2023-01-09 Viktor TigerströmRemove unnecessary `per_peer_state` branch
2023-01-09 Viktor TigerströmStore channels per peer
2023-01-09 Omer YacineExpose `impl_writeable_tlv_based` macro
2023-01-06 Viktor TigerströmAdd `ChannelManager::PeerState::latest_features` docs
2023-01-06 valentinewallaceMerge pull request #1927 from jkczyz/2022-12-invoice...
2023-01-05 Matt CoralloMerge pull request #1812 from valentinewallace/2022...
2023-01-05 Valentine WallaceParameterize Simple*ChannelManager with DefaultRouter...
2023-01-05 Valentine WallaceImplement routing against the netgraph in tests
2023-01-03 Matt CoralloMerge pull request #1935 from TheBlueMatt/2022-12-no...
2023-01-03 Valentine WallaceParameterize ChannelManager by a Router trait
2022-12-21 Matt CoralloMerge pull request #1929 from valentinewallace/2022...
2022-12-21 Valentine WallaceMake add_new_pending_payment private to module
2022-12-20 Matt CoralloMerge pull request #1910 from arik-so/2022-12-keys...
2022-12-20 valentinewallaceMerge pull request #1923 from valentinewallace/2022...
2022-12-20 Arik SosmanSplit out KeysInterface into EntropySource, NodeSigner...
2022-12-20 Valentine WallaceRename send_payment and retry_payment for retries
2022-12-20 Valentine WallaceSwap pending_outbound_payments for OutboundPayments...
2022-12-19 Valentine WallaceMove PaymentSendFailure into outbound_payment module
2022-12-19 Valentine WallaceMove PendingOutboundPayment to new outbound_payment...
2022-12-16 Matt CoralloMerge pull request #1908 from jkczyz/2022-11-refund
2022-12-13 Matt CoralloMerge pull request #1915 from TheBlueMatt/2022-12-jit...
2022-12-13 Matt CoralloDrop forwarded HTLCs which were still pending at persis... 2022-12-jit-reload-consistency
next