feat(clis,consume): add nethermind support to consume direct#1250
feat(clis,consume): add nethermind support to consume direct#1250danceratopz merged 9 commits intomainfrom
consume direct#1250Conversation
spencer-tb
left a comment
There was a problem hiding this comment.
Small comments! Thanks for adding this! My vote is for reth next 🥲
ffe0ca2 to
5cb8973
Compare
fccde26 to
0879cc9
Compare
consume direct
spencer-tb
left a comment
There was a problem hiding this comment.
LGTM! Just the changelog conflict. I think we need the new section post release!
Co-authored-by: spencer <spencer.taylor-brown@ethereum.org>
…aster This change was previously changed to get nethtest from an eof branch to work, but is incompatible with nethermind master.
3b57fc4 to
398d2f1
Compare
|
How to build nethtest:
You can run tests but it will take long time and might have errors:
I think I got errors in the past because I didn't clone recursively and then it complained about a few missing files (but still managed to build nethermind but not nethtest). But these instructions work for me |
…eum#1250) Co-authored-by: spencer <spencer.taylor-brown@ethereum.org>
🗒️ Description
Adds support for consuming state test, blockchain test and eof test fixtures with Nethermind's direct client test interface
nethtest.To run with eof test fixtures, the feature/evm/eof Nethermind branch is required:
Then, for example:
🔗 Related Issues
None
✅ Checklist