wevm / wevm/prool

anvil: silent footgun

Open Beginner friendly
#80 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
141
Forks
26
Avg merge
2d 6h
Merged PRs (30d)
6

Description

anvil.Parameters allow setting silent: true; however, setting it means that the "Listening on" line never gets printed and thus process.start never resolves. The solution is to not set silent: true.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in src/instances/anvil.ts at the linked line where anvil.Parameters are configured, and inspect how process.start waits for the “Listening on” output. Verify the Anvil instance starts without hanging and that the listening line is emitted so process.start resolves.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
testing-qa
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Quiet
Clarity
Clearly specified
Newbie friendliness
90/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.