Coder Social home page Coder Social logo

Comments (7)

spencer-tb avatar spencer-tb commented on July 30, 2024

Apologies, we've wrote on the README.md that the required go-ethereum version should be v1.10.13, but currently to create all test fixtures (and run all test fillers) you will need to use the most up-to-date go-ethereum master branch.

from execution-spec-tests.

qbzzt avatar qbzzt commented on July 30, 2024

This can't be it, because I'm using geth 1.10.26:

qbzzt1@spec-tests:~/execution-spec-tests$ evm --version
evm version 1.10.26-stable-e5eb32ac
qbzzt1@spec-tests:~/execution-spec-tests$ 

from execution-spec-tests.

spencer-tb avatar spencer-tb commented on July 30, 2024

That release doesn't work me as well, as I believe it was released last November. The most up-to date master branch works for me built from source 😄

evm version 1.11.0-unstable-55f41d19-20230126

Similarly, the branch used in our release should work. Hope this helps, I'll make a change to the README.

from execution-spec-tests.

qbzzt avatar qbzzt commented on July 30, 2024

I want to use the latest spec tests (I plan on adding to them, after all), so I'll just use the latest master. Any special things I need to do to compile geth?

from execution-spec-tests.

qbzzt avatar qbzzt commented on July 30, 2024

Thank you, it works now. I assume that after I get it working I run, for example, fixtures/vm/dup/dup.json with retesteth?

from execution-spec-tests.

spencer-tb avatar spencer-tb commented on July 30, 2024

Great! Yeah that sounds correct.

Although you have it working I am going to leave this here for future reference:

Here is a fast way to build geth from source in order to get the most up to date evm binary:

git clone https://github.com/ethereum/go-ethereum.git && cd go-ethereum
make all

To add the built evm binary to PATH, the most flexible option is to create a symlink to the binary. I use linux so for me this is:

ln -s build/bin/evm /usr/bin/evm

This allows you to change branches and re-build the evm binary on the fly.

from execution-spec-tests.

qbzzt avatar qbzzt commented on July 30, 2024

Thank you.

from execution-spec-tests.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.