hiero-ledger / hiero-ledger/hiero-consensus-node

Implement WireForwarder

Open
#26,613 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.