Skip to content

Instantly share code, notes, and snippets.

@Souptacular
Last active August 15, 2018 00:57
Show Gist options
  • Star 13 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save Souptacular/fd197b1fac7c6d2660b0bef27a33ed40 to your computer and use it in GitHub Desktop.
Save Souptacular/fd197b1fac7c6d2660b0bef27a33ed40 to your computer and use it in GitHub Desktop.

Edit 8/14/18: See https://ethereum-tests.readthedocs.io/en/latest/ for more updated information. Much of the links below are still valuable though.

Welcome

This guide is intended to provide resources for those wanting to help test Metropolis EIPs. The CPP team is currently in the middle of a migration from EthDocs to a documentation site that is more dedicated to CPP-Ethereum so the documentation on creating tests for Ethereum using testeth is scattered. Everything you will need to get started should be compiled below.

Suggested skill sets needed to create and run tests

  1. Ability to compile/build testeth and LLL compiler or run a docker file.
  2. Ability to understand the LLL Ethereum language.
  3. Ability to understand EIPs, particuarly those that are going to be going into the Metropolis hard fork.

Now What Do I Do?

  1. Create a GitHub account if you do not already have one.
  2. Read the resources below to learn about LLL, EVM, testeth, and EIPs.
  3. Join the Gitter chat room for Ethereum testers at https://gitter.im/ethereum/tests. Introduce yourself and ask questions if you get confused or need guidance on what to do.
  4. Create and/or run consensus tests by following the guide here: Yoichi's Guide to Generate Consensus Tests using testeth. If you create new tests open a pull request in the appropriate repository.
  5. Document your learnings and correct/add to current documentation.

Resources to Help You Get Started

LLL and EVM Stack Resources

LLL is a high-level language in Ethereum used to write smart contracts. LLL is considered a more difficult to learn and write than Solidity because it deals directly with a lot of the low level OPCODEs and features of the Ethereum Virtual Machine (EVM). If you have familiarity with stack machines or have ever taken a course on assembly languages you will be able to pick this up.

testeth/cpp-ethereum Resources

Metropolis EIP Resources

Help/Chat

We are also looking for contributors to ethereumjs-vm (more info soon)

@Souptacular
Copy link
Author

@sdtsui Added!

@jamesray1
Copy link

jamesray1 commented Aug 4, 2017

I've started reading the yellow paper, and will finish that before I start going through the docs on this page. I've already read the whitepaper and was going through the Solidity docs.

@hugo-dc
Copy link

hugo-dc commented Aug 5, 2017

I'm still getting 404 for "Yoichi's Guide to Generate Consensus Tests using testeth".

@jamesray1
Copy link

The yellow paper involves a lot of further reading, e.g. about maths and cryptography, in order to understand it. So I might just jump to learning LLL as it's probably more useful to know how to use that.

@jamesray1
Copy link

jamesray1 commented Aug 11, 2017

@jamesray1
Copy link

jamesray1 commented Sep 1, 2017

For the latest testing documentation, refer to http://ethereum-tests.readthedocs.io/.
This latest documenation may make other links to testing documentation in this post outdated, which I have been through and provided a reference to the latest site above for articles that discuss testing Ethereum.

@jamesray1
Copy link

jamesray1 commented Sep 1, 2017

As I mentioned before,

I also got a 404 error for compile/build testeth and LLL compiler or run a docker file.

That link can be replaced with the https://ethereum-tests.readthedocs.io/en/latest/ link, like so:

Ability to compile/build testeth.

For:

Create and/or run consensus tests by following the guide here: Yoichi's Guide to Generate Consensus Tests using testeth.

This should be changed to:
Create and/or run consensus tests by following the previously mentioned guide here: https://ethereum-tests.readthedocs.io/en/latest/.

@pirapira, @winsvega, @holgerd77, @Souptacular

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment