hiero-ledger / hiero-ledger/hiero-consensus-node
Forward expected `HederaFunctionality` from gRPC endpoint to `IngestWorkflow`
- Dominant language
- Java
- Stars
- 406
- Forks
- 226
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 210
Description
Structurally, every gRPC service endpoint has the "signature" `Transaction -> TransactionResponse`.
But we would like to,
- [ ] Restrict the allowed transactions for each service endpoint to just the function implied by the gRPC endpoint.
- [ ] Add configuration to support registering just a subset of service endpoints.
Contributor guide
Research direction
Start by tracing how each gRPC service endpoint forwards a Transaction to IngestWorkflow and where the expected HederaFunctionality is available. Done means endpoints restrict accepted transactions to their implied function and configuration can register only a selected subset of service endpoints.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100