forked from lightningdevkit/rust-lightning
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: shaavan/rust-lightning
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: pr4152.11
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: shaavan/rust-lightning
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pr4152.12
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 10 files changed
- 1 contributor
Commits on Dec 11, 2025
-
Introduce Dummy Hop support in Blinded Path Constructor
Adds a new constructor for blinded paths that allows specifying the number of dummy hops. This enables users to insert arbitrary hops before the real destination, enhancing privacy by making it harder to infer the sender–receiver distance or identify the final destination. Lays the groundwork for future use of dummy hops in blinded path construction.
Configuration menu - View commit details
-
Copy full SHA for 2319bfe - Browse repository at this point
Copy the full SHA 2319bfeView commit details -
Refactor: Introduce ForwardInfo
NextPacketDetails currently bundles four fields used to define the forwarding details for the packet. With the introduction of dummy hops, not all of these fields apply in those paths. To avoid overloading NextPacketDetails with conditional semantics, this refactor extracts the forwarding-specific pieces into a dedicated ForwardInfo struct. This keeps the data model clean, reusable, and makes the logic around dummy hops easier to follow.
Configuration menu - View commit details
-
Copy full SHA for 09b1bbf - Browse repository at this point
Copy the full SHA 09b1bbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9c0773 - Browse repository at this point
Copy the full SHA f9c0773View commit details -
Update PaymentPath, and ClaimAlongRoute arguments
Upcoming commits will need the ability to specify whether a blinded path contains dummy hops. This change adds that support to the testing framework ahead of time, so later tests can express dummy-hop scenarios explicitly.
Configuration menu - View commit details
-
Copy full SHA for 8d6361a - Browse repository at this point
Copy the full SHA 8d6361aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 286e036 - Browse repository at this point
Copy the full SHA 286e036View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4e7a39 - Browse repository at this point
Copy the full SHA a4e7a39View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff pr4152.11...pr4152.12