hiero-ledger / hiero-ledger/hiero-consensus-node
Eliminate need for ingest checks targeting unsupported and privileged transactions
- Dominant language
- Java
- Stars
- 406
- Forks
- 226
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 210
Description
### Problem
We would prefer not to do work at ingest for unsupported or privileged transactions.
### Solution
Add appropriate minimal fees for all transaction types so they can be assigned to throttle buckets and go through the standard throttle check at ingest.
### Alternatives
_No response_
Contributor guide
Research direction
The issue names no files, tests, or entry points. Start by locating ingest handling for unsupported and privileged transactions, then trace transaction fee assignment and throttle buckets. Done means every transaction type receives an appropriate minimal fee and uses the standard ingest throttle check without separate ingest work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100