docs: add getting started guide for EEST opcode minilang#1818
Merged
danceratopz merged 10 commits intoethereum:mainfrom Jul 7, 2025
Merged
docs: add getting started guide for EEST opcode minilang#1818danceratopz merged 10 commits intoethereum:mainfrom
danceratopz merged 10 commits intoethereum:mainfrom
Conversation
Member
|
@MozirDmitriy as-is, this is a drive-by PR that creates more work for us than if we'd done it ourselves. Can you read the issue, check the docs and put this somewhat in a relevant place? |
Contributor
Author
Yes, sorry, done. |
danceratopz
reviewed
Jul 1, 2025
Member
danceratopz
left a comment
There was a problem hiding this comment.
Thanks. Please find a few comments below on how to link to the relevant data structures.
Contributor
Author
done |
danceratopz
reviewed
Jul 7, 2025
Co-authored-by: danceratopz <danceratopz@gmail.com>
danceratopz
approved these changes
Jul 7, 2025
Member
danceratopz
left a comment
There was a problem hiding this comment.
Thanks for the drive on this one @MozirDmitriy gg!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
docs/writing_tests/writing_a_new_test.mdwith a small guide for using the Python-based EEST opcode minilang to write smart contracts in execution-spec-tests.Opcodesclass to generate bytecode, and described higher-level constructs such asSwitchandCasefor advanced control flow.evm_bytesCLI tool for converting EVM bytecode to the Python minilang.solc-selectdependency #1779).Fixes #1809