duneanalytics / duneanalytics/evm.codes

Conversion error when using bytecode button.

Open
#252 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
827
Forks
199
Avg merge
15m
Merged PRs (30d)
1

Description

스크린샷 2023-06-24 오후 2 02 54

I was solving problem 9 of the evm puzzle.
(The puzzle is on GitHub below.)
https://github.com/fvictorio/evm-puzzles

스크린샷 2023-06-24 오후 2 04 20

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.

스크린샷 2023-06-24 오후 2 10 17

hex 0x0e is equivalent to decimal 14.
Why do I get this error?

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.