hashgraph / hashgraph/pbj

feat: Duplicate functions in ProtoParserTools.java

Open
#926 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
44
Forks
15
Avg merge
1d 15h
Merged PRs (30d)
12

Description

Adds PbjReader overloads alongside nearly every existing read method in `ProtoParserTools`, delegating to PbjReader's typed methods. Purely additive — no call sites switched yet.

**Benefit:** de-risks the cutover by making the new read path available without changing existing behavior.

PR: hashgraph/pbj#911

Contributor guide

Open the contributing guide

Research direction

Start in ProtoParserTools.java and compare its existing read methods with the typed methods available on PbjReader. Add the corresponding PbjReader overloads without changing existing call sites or behavior; done means the new read path is available alongside the existing methods.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
tooling
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Clearly specified
Newbie friendliness
76/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.