We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In section 3.7, The Ethereum Virtual Machine, the beigepaper states
The [EVM] memory stack has a maximum size of 1024-bits.
The yellow paper does not mention a unit, and the idea that the EVM stack is bound by literal bits doesn't make a lot of sense.
Rather, the EVM has a stack in which each item is a 256-bit word, and there may be a maximum of 1024 items in the stack.
Here's an additional source: https://www.ethervm.io/#stack
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In section 3.7, The Ethereum Virtual Machine, the beigepaper states
The yellow paper does not mention a unit, and the idea that the EVM stack is bound by literal bits doesn't make a lot of sense.
Rather, the EVM has a stack in which each item is a 256-bit word, and there may be a maximum of 1024 items in the stack.
Here's an additional source: https://www.ethervm.io/#stack
The text was updated successfully, but these errors were encountered: