hiero-ledger / hiero-ledger/hiero-consensus-node
Implement a blocking get in `SignedStateNexus`
Open
Platform
- Dominant language
- Java
- Stars
- 406
- Forks
- 226
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 210
Description
- `SignedStateNexus::getState` returns `null` if the get fails
- it would be nice to have a blocking get, so that a caller doesn't need to implement that functionality manually
Contributor guide
Research direction
Start with SignedStateNexus::getState and trace how its failed get returns null and how callers currently handle that result. Define the blocking behavior and verify that callers can use it without implementing the waiting logic themselves.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- distributed-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100