Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

Fix eth gas limit missing #153

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from

Conversation

RomanZacharia
Copy link

@4gn3s I pulled your changes and fixed the tests

@coveralls
Copy link

Coverage Status

Coverage increased (+1.03%) to 52.044% when pulling e2a028a on RomanZacharia:fix_eth_gasLimit_missing into dc47ef8 on ethereum:develop.

@RomanZacharia
Copy link
Author

Addresses #150

@@ -11,6 +11,7 @@ install:
- pip install -r requirements.txt
- pip install coveralls readme_renderer
script:
- python setup.py install

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this necessary for this issue?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was added to invoke the Popen(['pyethapp']). Otherwise it won't find the executable.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well the transport can be mocked int the same way as in #168 so this will not be necessary.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants