duneanalytics / duneanalytics/evm.codes
Conversion error when using bytecode button.
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 827
- Forks
- 199
- Avg merge
- 15m
- Merged PRs (30d)
- 1
Description
I was solving problem 9 of the evm puzzle.
(The puzzle is on GitHub below.)
https://github.com/fvictorio/evm-puzzles
I did the same in the evmcodes playground but failed.
I looked into why, and found that there was an error when converting to bytecode.
hex 0x0e is equivalent to decimal 14.
Why do I get this error?
Contributor guide
No contributing guide indexed for this repository
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
No source file or test is named. Start in the evm.codes playground's bytecode conversion flow and reproduce the failure with 0x0e, comparing it with the EVM puzzle example where hexadecimal 0x0e represents decimal 14. Done means this input converts successfully and produces the expected bytecode.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- blockchain
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100