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

GasLimit field type different on Ethereum clients? #750

Closed
mmrozek opened this issue May 8, 2019 · 2 comments
Closed

GasLimit field type different on Ethereum clients? #750

mmrozek opened this issue May 8, 2019 · 2 comments

Comments

@mmrozek
Copy link

mmrozek commented May 8, 2019

Equation 37 refers that gasLimit should be a natural number. Why couldn't it be bound to N256?

I am confused because various Ethereuem clients implement this field in different ways:

@nicksavers
Copy link
Contributor

Not limiting the gasLimit allows it to be as high as needed without a hard fork. However current hardware can't even process gas higher than 2^32, so clients don't need to support N256 yet.

@nicksavers
Copy link
Contributor

Keep an eye on ethereum/EIPs#106 and ethereum/EIPs#1985.

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

No branches or pull requests

2 participants