nervosnetwork / nervosnetwork/fiber
`mark_channel_failed` and `mark_node_failed` in graph should be merged with `fail_node` and `fail_pair` in history
Open
Nobody has claimed this yet.
p3 could have
- Dominant language
- Rust
- Stars
- 59
- Forks
- 31
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 18
Description
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the linked implementations in src/fiber/graph.rs around lines 592-615 and src/fiber/history.rs around lines 128-146. Compare mark_channel_failed and mark_node_failed with fail_node and fail_pair, then trace their callers to determine the shared interface. The work is done when the overlapping functionality is merged consistently without leaving duplicate behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100