Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] StateTest tracer using docker images for parity, cpp, geth #6

Merged
merged 11 commits into from
Aug 29, 2017
Merged

[WIP] StateTest tracer using docker images for parity, cpp, geth #6

merged 11 commits into from
Aug 29, 2017

Conversation

cdetrio
Copy link
Member

@cdetrio cdetrio commented Aug 24, 2017

Work-in-progress, don't merge.

Docker images for standardized tracing (ethereum/tests#249) install these branches:
https://github.com/cdetrio/parity/tree/evmlab-trace
https://github.com/cdetrio/cpp-ethereum/tree/evmlab-trace
https://github.com/cdetrio/go-ethereum/tree/evmlab-trace
https://github.com/cdetrio/pyethereum/tree/evmlab-trace

# build cpp docker image
cd containers/std-cpp-ethereum && docker build --no-cache . -t cdetrio/cpp-ethereum

# build parity docker image
cd containers/std-parity && docker build --no-cache . -t cdetrio/parity

# build geth docker image
cd containers/std-geth && docker build --no-cache . -t cdetrio/geth

# build python docker image
cd containers/pyethereum && docker build --no-cache . -t cdetrio/pyethereum

@holiman
Copy link
Collaborator

holiman commented Aug 27, 2017

Added you as collaborator, feel free to merge this when you think it's time

@holiman holiman merged commit 3beb358 into ethereum:master Aug 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants