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

levm: replace gas type from U256 to u64 #1499

Open
JereSalo opened this issue Dec 12, 2024 · 0 comments
Open

levm: replace gas type from U256 to u64 #1499

JereSalo opened this issue Dec 12, 2024 · 0 comments
Assignees
Labels
levm Lambda EVM implementation

Comments

@JereSalo
Copy link
Contributor

Currently we are using U256 for representing gas but the actual type that should be used is u64.
We won't have a problem if we keep on using U256 but u64 is a more convenient type to interact with.
Other things like account balance should stay as U256.
This is not a priority but is something we can do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
levm Lambda EVM implementation
Projects
Status: No status
Development

No branches or pull requests

2 participants