py-evm icon indicating copy to clipboard operation
py-evm copied to clipboard

A Python implementation of the Ethereum Virtual Machine

Results 120 py-evm issues
Sort by recently updated
recently updated
newest added

Simple typo in docs

* py-evm Version: 0.3.0a19 * OS: osx * Python Version (python --version): 3.7 * Environment (output of `pip freeze`): Pip freeze output ``` aniso8601==7.0.0 appdirs==1.4.4 appnope==0.1.0 argon2-cffi==20.1.0 asttokens==2.0.3 async-generator==1.10 attrdict==2.0.1...

### What was wrong? Check [issue-1466](https://github.com/ethereum/py-evm/pull/1799#issue-299070325) for reference > Double checking this is the intended functionality. > > EIP170 states that the contract size limit was changed to `2**14 +...

### What is wrong? The benchmarking tests are failing because of a dependency resolution error with `web3.py`'s `typing-extensions` dep. It's going to take a bit to get the dependencies resolved,...

I'm trying to test smart contract security issues with py-evm. Suppose i execute a set of transactions, check out the contract state after the transactions and find no loophole triggered....

It is a problem of _carver/ethereum-python-project-template_ but sent here because that repo does not accept issue report. * py-evm Version: 0.2.0a40 * OS: linux * Python Version (python --version): 3.8.2...

* py-evm Version: x.x.x * OS: osx/linux/win * Python Version (python --version): * Environment (output of `pip freeze`): ### What is wrong? pip3 install -U py-evm creates a error Please...

### What is wrong? Would be ideal to be able to create a Chain object from a genesis file. This implementation already exists in Trinity, but more reasonably belongs in...

It has a lot of overlap with `create_header_from_parent`, maybe we can drop it altogether to get rid of some duplicate logic.