Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core/vm: make all opcodes proper type (#30925)
commit ethereum/go-ethereum@5b9a3ea. Noticed this omission while doing some work on goevmlab. We don't properly type some of the opcodes, but apparently implicit casting works in all the internal usecases. This makes the debugger show the name of those missing type opcodes instead of just hexadecimal value.
- Loading branch information