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

[OZ][N-13] Unnecessary Assembly Usage #121

Merged
merged 1 commit into from
Jan 31, 2025
Merged

[OZ][N-13] Unnecessary Assembly Usage #121

merged 1 commit into from
Jan 31, 2025

Conversation

Mike-CZ
Copy link
Collaborator

@Mike-CZ Mike-CZ commented Dec 13, 2024

This PR replaces low-level assembly with high-level language constructs.

@Mike-CZ Mike-CZ requested a review from thaarok December 13, 2024 16:57
codeHash := extcodehash(addr)
}
return codeHash;
return addr.codehash;
Copy link
Collaborator

Choose a reason for hiding this comment

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

I would suggest drop/inline this method.

@Mike-CZ Mike-CZ merged commit 62144e6 into main Jan 31, 2025
2 checks passed
@Mike-CZ Mike-CZ deleted the mike/oz-n-13 branch January 31, 2025 11:42
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.

2 participants