rust-lightning
2023-12-08 Matt CoralloAdd CI test that `#[cfg]` tags are from a defined set 2023-12-check-cfg-tags
2023-12-08 Wilmer PaulinoMerge pull request #2760 from TheBlueMatt/2023-11-chan...
2023-12-08 Matt CoralloMerge pull request #2776 from jkczyz/2023-12-direct...
2023-12-08 Jeffrey CzyzReturn correct SendSuccess in OnionMessenger
2023-12-08 Jeffrey CzyzRename OnionMessagePath::addresses
2023-12-08 Jeffrey CzyzFix create_onion_message return type documentation
2023-12-08 Matt CoralloImmediately error in `close_channel_internal` if there... 2023-11-chan-close-loop
2023-12-08 Matt CoralloMove pre-funded-channel immediate shutdown logic to...
2023-12-08 Matt CoralloDrop unreachable shutdown code in `Channel::get_shutdown`
2023-12-08 Matt CoralloLimit the scope of `get_funding_created_msg` to outboun...
2023-12-08 Matt CoralloMove to `Funded` after `funding_signed` rather than...
2023-12-08 Matt CoralloMerge pull request #2723 from jkczyz/2023-11-direct...
2023-12-07 Matt CoralloMerge pull request #2691 from wpaulino/refactor-channel...
2023-12-07 Wilmer PaulinoRename certain flags to align with dual funding
2023-12-06 Jeffrey CzyzRename OnionMessageBuffer to OnionMessageRecipient
2023-12-06 Jeffrey CzyzRemove superfluous space from where clause
2023-12-06 Jeffrey CzyzTest pending connection onion message buffering
2023-12-06 Jeffrey CzyzReuse MessengerNode in spec_test_vector
2023-12-06 Jeffrey CzyzCall OnionMessageHandler::timer_tick_occurred
2023-12-06 Jeffrey CzyzProcess OnionMessageHandler events in background
2023-12-06 Jeffrey CzyzRe-order define_run_body macro parameters
2023-12-06 Jeffrey CzyzRe-wrap define_run_body macro parameters
2023-12-06 Jeffrey CzyzRemove unnecessary BackgroundProcessor type param
2023-12-06 Matt CoralloMerge pull request #2765 from TheBlueMatt/2023-12-2314...
2023-12-06 Jeffrey CzyzDrop buffered messages for timed out nodes
2023-12-06 Jeffrey CzyzMake OnionMessageHandler extend EventsProvider
2023-12-06 Jeffrey CzyzAdd Event::ConnectionNeeded for onion messages
2023-12-06 Jeffrey CzyzReturn socket addresses from DefaultMessageRouter
2023-12-06 Jeffrey CzyzAdd Option<Vec<SocketAddress>> to OnionMessagePath
2023-12-06 Jeffrey CzyzAdd NetworkGraph reference to DefaultMessageRouter
2023-12-06 Jeffrey CzyzBuffer onion messages requiring a connection
2023-12-06 Jeffrey CzyzDestination in OnionMessenger::send_onion_message
2023-12-06 Elias RohrerMerge pull request #2762 from TheBlueMatt/2023-11-htlc...
2023-12-06 Jeffrey CzyzUse a message buffer abstraction in OnionMessenger
2023-12-06 Matt CoralloMerge pull request #2551 from jbesraa/expose-CandidateR...
2023-12-06 Matt CoralloAllow users to accept skimmed fees in calling `peel_pay... 2023-11-htlc-docs
2023-12-06 Matt CoralloFlesh out docs on `PendingHTLCInfo`
2023-12-06 Matt CoralloFlesh out docs on `PendingHTLCRouting`
2023-12-05 Matt CoralloMerge pull request #2735 from valentinewallace/2023...
2023-12-05 Wilmer PaulinoRefactor ChannelState to decouple state flags from...
2023-12-05 Matt CoralloMerge pull request #2773 from johncantrell97/apeermanag...
2023-12-05 John Cantrellsimplify GossipVerifier types using APeerManager
2023-12-05 jbesraaRemove `node_id` from `PathBuildingHop`
2023-12-05 jbesraaUse `CandidateRouteHop` as input for `channel_penalty_msat`
2023-12-05 jbesraaChange `CandidateRouteHop` functions visbility
2023-12-05 jbesraaAdd `source` and `target` fn's to `CandidateRouteHop`
2023-12-05 jbesraaAdd `source` and `target` to `DirectedChannelInfo`
2023-12-05 jbesraaAdd `outbound` flag to `DirectedChannelInfo`
2023-12-05 valentinewallaceMerge pull request #2764 from TheBlueMatt/2023-11-chach...
2023-12-05 Matt CoralloMerge pull request #2642 from Sharmalm/2346
2023-12-04 Valentine WallaceFix skimmed fee ser in Channel
2023-12-04 Wilmer PaulinoMerge pull request #2753 from TheBlueMatt/2023-11-inbou...
2023-12-04 Wilmer PaulinoMerge pull request #2771 from tnull/2023-12-log-details...
2023-12-04 Matt CoralloProvide inbound HTLC preimages to the `EcdsaChannelSigner` 2023-11-inbound-preimages
2023-12-04 Wilmer PaulinoMerge pull request #2769 from TheBlueMatt/2023-12-2314...
2023-12-04 Elias RohrerLog additional details when ignoring first hops
2023-12-04 Matt CoralloMerge pull request #2768 from benthecarman/preimage...
2023-12-04 Elias RohrerMerge pull request #2766 from TheBlueMatt/2023-12-2314...
2023-12-03 Matt CoralloRemove redundant locking when creating `WithChannelMonitor` 2023-12-2314-cleanups-1
2023-12-03 Matt CoralloDrop `log_bytes!()` calls on `Display` types in `Channe...
2023-12-03 Matt CoralloCorrect lock drop'ing in `ChainMonitor::update_channel`
2023-12-03 Matt CoralloAdd some missing `WithContext` wrappers in `peer_handle...
2023-12-03 Matt CoralloLean on `Logger` wrapping in `ChannelMonitor` rather...
2023-12-03 Matt CoralloEnsure `ChannelMonitor` `Logger`s are always wrapped...
2023-12-03 Matt CoralloDoc that `Record::node_id` may be missing even with... 2023-12-2314-cleanups-3
2023-12-03 Matt CoralloSet log metadata in a few additional locations in ...
2023-12-03 Matt CoralloLog next-hop metadata when forwarding or failing to...
2023-12-03 Matt CoralloInclude next-hop counterparty node id in log metadata...
2023-12-03 Matt CoralloAdd missing counterparty node id metadata to logs in...
2023-12-03 benthecarmanAdd helper function for getting preimage from PaymentPu...
2023-12-02 Matt CoralloInclude counterparty node id and channel id in shutdown log
2023-12-02 Matt CoralloAdd missing `unwrap` in `reload_tests.rs` 2023-12-2314-cleanups-2
2023-12-02 Matt CoralloMarginally optimize test logging
2023-12-02 henghongleelogging every sent and receive onion message
2023-12-02 Matt CoralloMerge pull request #2314 from henghonglee/issue-2292
2023-12-01 Jeffrey CzyzRefactor ChainMonitor::update_channel error case
2023-12-01 Jeffrey CzyzRemove unused handle_error macro rule
2023-12-01 henghongleeUse wrapper to add context to logging
2023-12-01 henghongleeAdd WithChannelMonitor
2023-12-01 henghongleeAdd WithChannelContext
2023-12-01 henghongleeAdd WithChannelDetails
2023-12-01 henghongleeAdd WithContext and Tests
2023-12-01 Jeffrey CzyzAdd semantics to logger::Records
2023-12-01 henghongleePass Record by value to Logger
2023-12-01 valentinewallaceMerge pull request #2540 from valentinewallace/2023...
2023-11-30 Matt CoralloAdd inline suggestion tags to ChaCha20 SIMD wrappers 2023-11-chacha-cleanup
2023-11-30 Matt CoralloDrop unnecessary SIMD subtraction in ChaCha20 `round`
2023-11-30 Valentine WallaceTest blinding point serialization in Channel.
2023-11-30 Valentine WallaceAdd release note for blinded HTLC backwards compat.
2023-11-30 Valentine WallaceTest intro node failing blinded intercept HTLC.
2023-11-30 Valentine WallaceTest intro node blinded HTLC failing in process_pending...
2023-11-30 Valentine WallaceCorrectly fail back downstream-failed blinded HTLCs...
2023-11-30 Valentine WallaceCorrectly fail back blinded inbound fwd HTLCs when...
2023-11-30 Valentine WallaceExtract blinded route param creation into test util
2023-11-30 Valentine WallaceCorrectly fail back on outbound channel check for blind...
2023-11-30 Valentine WallaceTest blinded forwarding payload encoded as receive...
2023-11-30 Valentine WallaceTest blinded forward failure to calculate outbound...
2023-11-30 Valentine WallaceRemove now-unused Readable impl for ReceiveTlvs
2023-11-30 Valentine WallaceSupport forwarding blinded HTLCs as intro node.
2023-11-29 Valentine WallaceParse blinded forward-as-intro onion payloads
next