Skip to content

Implement marking node in network graph as failed #1644

Closed
@dunxen

Description

@dunxen

I see that we still have TODOs for this functionality and I cannot find any related Issues/PRs when searching.

/// Marks a node in the graph as failed.
pub fn node_failed(&self, _node_id: &PublicKey, is_permanent: bool) {
if is_permanent {
// TODO: Wholly remove the node
} else {
// TODO: downgrade the node
}
}

I've already started taking a look at this. Anything I should keep in mind since the time these were originally marked TODO?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions