You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before consensus can be reached we'll need a perfect replica of the Ethereum Virtual Machine. All Ethereum common tests should output the correct output state and gas left after each run.
Specification
The Ethereum Virtual Machine is formally specified in the Ethereum Yellow Paper
Implementation
Currently the majority of the Ethereum common tests are passing. The following tests produce incorrect output state or gas left after execution:
Question: is the EVM fully specified in the Yellow Paper? I feel one of the areas we're lacking still is in some EIP's which haven't been back-ported into the Yellow Paper, or in gaps of the Yellow Paper.
I think they got all the Byzantium changes merged in to the Yellow Paper. If not though the common tests should be fully up to date and we can work off of those.
Title
Abstract
Before consensus can be reached we'll need a perfect replica of the Ethereum Virtual Machine. All Ethereum common tests should output the correct output state and gas left after each run.
Specification
The Ethereum Virtual Machine is formally specified in the Ethereum Yellow Paper
Implementation
Currently the majority of the Ethereum common tests are passing. The following tests produce incorrect output state or gas left after execution:
System Operations
Issue : exthereum/evm#34
The text was updated successfully, but these errors were encountered: