Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

graph: path finding #190

Description

@bmancini55

Given a network graph in the graph project, construct a route from a sender to a receiver.

The route will need to consider per-hop fees, disabled status, and capacity. The default implementation should seek to minimize routing fees along the path.

The function should return a list of short channel IDs for the path.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions