monad-developers / monad-developers/ultrafuzz
Create eval per node or group of nodes (stages)
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 85
- Forks
- 18
- Avg merge
- 11h 10m
- Merged PRs (30d)
- 194
Description
Example:
We don't need to always re-run the whole "project setup" stage every time when what we care the most is the number of bugs found
It would be interesting to always start from the same baseline (eg BaseTest.t.sol)
We need to think about how to do evals that are not metric based
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the evaluation flow around the project setup stage and the BaseTest.t.sol baseline. Determine how evaluations are grouped by node or stage and how non-metric evaluations should be represented. Done means evaluations can reuse a consistent baseline, run for selected nodes or groups, and support results that are not metric-based.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- solidity, typescript
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100