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

EVM stack typo (section 3.7) #21

Open
gichiba opened this issue Jul 22, 2020 · 0 comments
Open

EVM stack typo (section 3.7) #21

gichiba opened this issue Jul 22, 2020 · 0 comments

Comments

@gichiba
Copy link

gichiba commented Jul 22, 2020

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

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

1 participant