rust-lightning
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 CoralloMove the final CLTV delta to `PaymentParameters` from...
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 CoralloMerge pull request #1926 from jkczyz/2022-12-invoice
2023-01-23 Valentine WallaceCopy PaymentAttempts from invoice module to outbound_pa...
2023-01-20 Jeffrey CzyzFix unused_imports warning in no-std tests
2023-01-20 Jeffrey CzyzInvoice parsing tests
2023-01-20 Jeffrey CzyzInvoice building tests
2023-01-20 Jeffrey CzyzExpand invoice module docs and include an example
2023-01-20 Jeffrey CzyzUse SystemTime::now() for Invoice creation time
2023-01-20 Jeffrey CzyzBuilder for creating invoices for refunds
2023-01-20 Jeffrey CzyzBuilder for creating invoices for offers
2023-01-20 Jeffrey CzyzInvoice encoding and parsing
2023-01-19 Matt CoralloUpdate min-inbound-fee values on `NetworkGraph` load
2023-01-19 Matt CoralloUpdate the lightning graph snapshot used in benchmarks
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 Wilmer PaulinoAdd NodeSigner::sign_gossip_message
2023-01-19 Matt CoralloMerge pull request #1860 from wpaulino/open-channel...
2023-01-19 Wilmer PaulinoRemove unused NodeSigner implementations in tests
2023-01-19 Matt CoralloAlways set `_test_utils` when building lightning for...
2023-01-18 Wilmer PaulinoAdd test yielding anchor-related events
2023-01-18 Wilmer PaulinoAdd mine_transactions test util
2023-01-18 Wilmer PaulinoSupport negotiating anchors throughout channel open
2023-01-18 Jeffrey CzyzEncoding for TLV stream without signature records
2023-01-18 Jeffrey CzyzDefine TlvStream::skip_signatures
2023-01-18 Jeffrey CzyzDrop AsRef<[u8]> implementation for TlvRecord
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-18 Max Fanglightning-net-tokio: Don't require `Arc<PeerManager>`
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 CoralloAlways set `_test_utils` when building lightning for...
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 Wilmer PaulinoDefine option_anchors_zero_fee_htlc_tx feature bit
2023-01-17 Wilmer PaulinoFix stale reference to BaseSign::ready_channel
2023-01-17 Wilmer PaulinoAdd missing space in DebugTx logging
2023-01-17 Matt CoralloUse a variable-length integer for many serialization... 2023-01-ser-cleanups
2023-01-17 Matt CoralloMake `background-processor` no-std-friendly (ish) 2023-01-bp-no-std
2023-01-17 Matt CoralloMerge pull request #1955 from TheBlueMatt/2023-01-1950...
2023-01-17 Matt CoralloMerge pull request #1963 from lexe-tech/max/derive...
2023-01-17 Max Fangderive `Debug` for `ConfirmationTarget`
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-17 Matt CoralloUse the user-provided `SleepFuture` for interval checks...
2023-01-17 Matt CoralloUse flexible timer types in background processor's...
2023-01-16 Elias RohrerMake `InvoicePayer`'s `Router` `Deref`
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
next