Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core/vm: make all opcodes proper type (#30925) #658

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

minh-bq
Copy link
Collaborator

@minh-bq minh-bq commented Jan 8, 2025

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.

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.
Copy link
Contributor

@chiphamskymavis chiphamskymavis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SGTM

@minh-bq minh-bq merged commit 1b30e64 into axieinfinity:master Jan 8, 2025
2 checks passed
@minh-bq minh-bq deleted the chore/opcodes branch January 8, 2025 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants