rust-lightning
2022-05-28 Matt CoralloChange `Event` `amt` fields to `amount_msat` for clarity 2022-04-robust-payment-claims
2022-05-28 Matt CoralloAdd internal docs for ChannelMonitor::payment_preimages
2022-05-28 Matt CoralloDrop return value from `fail_htlc_backwards`, clarify...
2022-05-28 Matt CoralloDo additional pre-flight checks before claiming a payment
2022-05-28 Matt CoralloProvide a redundant `Event::PaymentClaimed` on restart...
2022-05-28 Matt CoralloAdd a `PaymentClaimed` event to indicate a payment...
2022-05-26 Matt CoralloEnsure all HTLCs for a claimed payment are claimed...
2022-05-19 Matt CoralloStore an `events::PaymentPurpose` with each claimable...
2022-05-19 Matt CoralloEnable removal of `OnionPayload::Invoice::_legacy_hop_d...
2022-05-18 Matt CoralloMerge pull request #1476 from tnull/2022-05-maximum...
2022-05-18 Elias RohrerConsider maximum path length during path finding.
2022-05-17 valentinewallaceMerge pull request #1472 from TheBlueMatt/2022-06-less...
2022-05-17 Matt CoralloMerge pull request #1418 from bruteforcecat/timeout...
2022-05-17 KaFai Choiadd timeout retry strategy to outbound payment
2022-05-16 Matt CoralloMerge pull request #1485 from ViktorTigerstrom/2022...
2022-05-16 Viktor TigerströmAdd missing `counterparty_node_id` in `force_close_chan...
2022-05-16 Arik SosmanMerge pull request #1479 from ViktorTigerstrom/2022...
2022-05-16 valentinewallaceMerge pull request #1475 from atalw/2022-04-paymentforw...
2022-05-15 atalwAdd `next_channel_id` in `PaymentForwarded` event
2022-05-14 Matt CoralloMerge pull request #1429 from TheBlueMatt/2022-04-drop...
2022-05-14 Viktor TigerströmUpdate `OpenChannelRequest` documentation
2022-05-14 Viktor TigerströmPass `counterparty_node_id` to `accept_inbound_channel`
2022-05-14 Viktor TigerströmPass `counterparty_node_id` to `funding_transaction_gen...
2022-05-14 Viktor TigerströmPass `counterparty_node_id` to `force_close_channel`
2022-05-14 Viktor TigerströmPass `counterparty_node_id` to `close_channel` functions
2022-05-14 KaFai Choimove Time trait from scoring mod to util::time and...
2022-05-14 Viktor TigerströmAdd `counterparty_node_id` to `FundingGenerationReady`
2022-05-13 Jeffrey CzyzMerge pull request #1480 from tnull/2022-05-fix-test...
2022-05-13 Elias RohrerFix unused code warnings.
2022-05-11 Matt CoralloPull secp256k1 contexts from per-peer to per-PeerManager 2022-06-less-secp-ctx
2022-05-11 Matt CoralloMerge pull request #1023 from TheBlueMatt/2021-07-par...
2022-05-11 Matt CoralloMerge pull request #1477 from dunxen/2022-05-invoice...
2022-05-11 Duncan DeanAddress post-ACK formatting nits from #1474
2022-05-10 Matt CoralloAdd a few more simple tests of the PeerHandler 2021-07-par-gossip-processing
2022-05-10 Matt CoralloAdd support for testing recvd messages in TestChannelMe...
2022-05-10 Matt CoralloRequire `PartialEq` for `wire::Message` in `cfg(test)`
2022-05-10 Matt CoralloDrop a needless match in favor of an `if let`
2022-05-10 Matt Corallo[net-tokio] Explicitly yield after processing messages...
2022-05-10 Matt CoralloDrop `PeerHolder` as it now only has one field
2022-05-10 Matt CoralloKeep the same read buffer unless the last message was...
2022-05-10 Matt CoralloCreate a simple `FairRwLock` to avoid readers starving...
2022-05-10 Matt CoralloWake reader future when we fail to flush socket buffer
2022-05-10 Matt CoralloLimit blocked PeerManager::process_events waiters to two
2022-05-10 Matt CoralloAvoid the peers write lock unless we need it in timer_t...
2022-05-10 Matt CoralloAvoid taking the peers write lock during event processing
2022-05-10 Matt Corallo[net-tokio] Call PeerManager::process_events without...
2022-05-10 Matt CoralloProcess messages with only the top-level read lock...
2022-05-10 Matt CoralloProcess messages from peers in parallel in `PeerManager`.
2022-05-10 Matt CoralloMerge pull request #1474 from dunxen/2022-05-actually...
2022-05-10 Duncan DeanAdd expiry to non-phantom invoice utils
2022-05-10 Duncan DeanActually add expiry to phantom invoice utils
2022-05-09 Matt CoralloMerge pull request #1465 from tnull/2022-05-encode...
2022-05-09 Matt CoralloMerge pull request #1471 from ViktorTigerstrom/2022...
2022-05-09 valentinewallaceMerge pull request #1467 from arik-so/fuzz_new_target_docs
2022-05-09 Viktor TigerströmAdd test for `ClosureReason::DisconnectedPeer`
2022-05-07 Elias RohrerEncode channel update type in failure messages.
2022-05-05 Jeffrey CzyzMerge pull request #1389 from lightning-signer/2022...
2022-05-05 Arik SosmanAdd documentation for creating new fuzz test targets.
2022-05-05 DevrandomImprove ShutdownScript::new_witness_program
2022-05-05 Devrandombitcoin crate 0.28.1
2022-05-05 Jeffrey CzyzMerge pull request #1468 from johnpc/fix-contributing...
2022-05-05 John Corserfix typos in CONTRIBUTING.md
2022-05-05 valentinewallaceMerge pull request #1463 from TheBlueMatt/2022-05-lol...
2022-05-04 Matt CoralloMerge pull request #1449 from TheBlueMatt/2022-04-fix...
2022-05-04 Matt CoralloMerge pull request #1430 from vincenzopalazzo/macros...
2022-05-04 Jeffrey CzyzMerge pull request #1416 from jurvis/jurvis/persist...
2022-05-04 Vincenzo Palazzosend warning when we receive a old commitment transaction
2022-05-04 valentinewallaceMerge pull request #1461 from TheBlueMatt/2022-05-uncon...
2022-05-03 Matt CoralloMerge pull request #1444 from ViktorTigerstrom/2022...
2022-05-03 Jurvis TanSet last_prune_call outside of persistence block
2022-05-03 Jurvis TanAdd utils to persist scorer in BackgroundProcessor
2022-05-03 Viktor TigerströmAdd correct `ChannelUpdate` `htlc_maximum_msat` test
2022-05-03 Viktor TigerströmSet `ChannelUpdate` `htlc_maximum_msat` using the peer...
2022-05-03 Viktor TigerströmAdd test for configurable in-flight limit
2022-05-03 Viktor TigerströmMake our in-flight limit percentage configurable
2022-05-03 Matt CoralloMerge pull request #1452 from tnull/2022-04-honor-gossi...
2022-05-03 Matt CoralloTweak `test_unconf_chan` to test that we don't prematur... 2022-05-unconf-0-not-half
2022-05-03 Matt CoralloMerge pull request #1460 from TheBlueMatt/2022-04-liqui...
2022-05-03 Elias RohrerInitiate sync only after receiving `GossipTimestampFilter`.
2022-05-02 Matt CoralloReject outbound channels if the total reserve is larger... 2022-05-lol-more-underflow
2022-05-02 Matt CoralloMerge pull request #1447 from andozw/seana.20220422...
2022-05-02 Matt CoralloProvide a utility to log the ProbabilisticScorer's... 2022-04-liquidity-log
2022-05-02 Matt CoralloAvoid storing a full FinalOnionHopData in OnionPayload...
2022-05-02 Matt CoralloStore total payment amount in ClaimableHTLC explicitly
2022-05-02 Matt CoralloPass FinalOnionHopData to payment verify by reference...
2022-05-02 Matt CoralloAdd a test for socket connection races 2022-04-fix-remote_ip_race
2022-05-02 Matt CoralloForce-close channels on reorg only if the funding is...
2022-04-29 Matt CoralloMerge pull request #1451 from TheBlueMatt/2022-04-moar...
2022-04-28 Matt CoralloMerge pull request #1454 from TheBlueMatt/2022-04-fuzz...
2022-04-28 Matt CoralloMerge pull request #1425 from valentinewallace/2021...
2022-04-28 Matt CoralloCorrect error when a peer opens a channel with a huge... 2022-04-fuzz-underflow
2022-04-28 Matt CoralloReject channels if the total reserves are larger than...
2022-04-28 Valentine WallaceEnable wumbo channels to be created
2022-04-28 Valentine Wallaceconfig: add max_funding_satoshis to enforce for inbound...
2022-04-28 Matt CoralloDo not force-close channels when we cannot communicate... 2022-04-drop-no-conn-possible
2022-04-28 Matt CoralloAdd test coverage for failure of inconsistent MPP parts 2022-04-moar-mpp-fail-test
2022-04-28 Matt CoralloAdd a `get_route!()` macro for tests which only need...
2022-04-28 Matt CoralloMerge pull request #1435 from TheBlueMatt/2022-04-1126...
2022-04-27 Matt CoralloConsolidate Channel balance fetching into one fn return... 2022-04-1126-first-step
2022-04-27 valentinewallaceMerge pull request #1405 from TheBlueMatt/2022-04-log...
next