Implement EIP-3155 tracing
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- C
- Stars
- 79
- Forks
- 8
- Avg merge
- 24m
- Merged PRs (30d)
- 5
Description
I already support debugging in -w but I want to also support it in -x, especially -nx. I should support the json format described in the EIP in addition to the human-readable format I currently support.
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 locating the existing tracing implementation used by -w and the command paths for -x and especially -nx. Read EIP-3155 to identify the required JSON fields and output format; done means those modes support EIP-3155 JSON tracing in addition to the current human-readable output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, json
- Domain
- blockchain, cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100