hiero-ledger / hiero-ledger/hiero-consensus-node
Implement WireForwarder
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 407
- Forks
- 226
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 210
Description
In some places, we need an InputWire that forwards data to a Consumer. The current solution seems excessive. A specialized implementation could be much simpler and faster.
Contributor guide
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 locating the existing InputWire implementation and the places where it forwards data to a Consumer, then compare their behavior with the requested WireForwarder. Done means the specialized implementation preserves the required forwarding behavior while being simpler and faster than the current solution.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100