Skip to content

EVM stack typo (section 3.7) #21

Description

@gichiba

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions