lnd/routing/blindedpath
Elle Mouton c490279002
blindedpath: smarter dummy hop policy selection
This commit introduces more sophisticated code for selecting dummy hop
policy values for dummy hops in blinded paths.

For the case where the path does contain real hops, the dummy hop policy
values are derived by taking the average of those hop polices. For the
case where there are no real hops (in other words, we are the
introduction node), we use the default policy values used for normal
ChannelUpdates but then for the MaxHTLC value, we take the average of
all our open channel capacities.
2024-07-26 13:03:07 +02:00
..
blinded_path_test.go blindedpath: smarter dummy hop policy selection 2024-07-26 13:03:07 +02:00
blinded_path.go blindedpath: smarter dummy hop policy selection 2024-07-26 13:03:07 +02:00
log.go blindedpath: move blinded path logic to own pkg 2024-07-26 09:54:59 +02:00