hiero-ledger / hiero-ledger/hiero-consensus-node
Create reusable transaction generator for test apps
- Dominant language
- Java
- Stars
- 406
- Forks
- 226
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 210
Description
- Each test app has its own uniquely rolled setup to generate transactions at a certain rate
- A reusable utility object to perform this would be simple enough to create, and significantly decrease the complexity of existing and new test apps
- I think it makes sense to create a corresponding config class that can be reused, that allows the developer to configure the following aspects of transaction generation:
- total rate
- ramp up period
Contributor guide
Research direction
Compare how each test app currently sets up transaction generation and identify the shared behavior to extract. Define the reusable utility and configuration around the stated total rate and ramp-up period; done means existing and new test apps can use the shared approach without their own rolled setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100