ethereum / execution-specs

Specification for the Execution Layer. Tracking network upgrades.
Creative Commons Zero v1.0 Universal
810 stars 225 forks source link

Add opcodes to "Lists" documentation #764

Closed shemnon closed 1 year ago

shemnon commented 1 year ago

Add a summary of used, pending, and proposed opcodes for the EVM. Also adds a list describing each 16 opcode block,

Cute Animal Picture

<!--Put a link to a cute animal picture inside the parenthesis-->

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (a620b0a) 74.01% compared to head (0a2bb2c) 74.01%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #764 +/- ## ======================================= Coverage 74.01% 74.01% ======================================= Files 570 570 Lines 31557 31557 ======================================= Hits 23356 23356 Misses 8201 8201 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `74.01% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ethereum#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

shemnon commented 1 year ago

@SamWilsn @lightclient can I get a review on this?

shemnon commented 1 year ago

opcodes.md and opcode-blocks.md could be auto generated from the spec and other pages, but I think the more uniquely useful page is the pending-opcodes.md, where opcodes that are targeting the next release are laid out, and it could serve as an aid in final selection of opcode numbers.