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

A Python implementation of the Ethereum Virtual Machine

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

### What is wrong? The name `py-evm` doesn't seem a good fit for a library that hosts the low level building blocks for Ethereum 1 and 2. For the same...

comp: eth

link: #542 ### What is wrong? There are some actual optimizations that we *could* do at the EVM level with respect to doing JIT compilation. ### How can it be...

### What was wrong? As part of Issue #1656 ### How was it fixed? The `Stack` now stores only objects of type `int`. It previously also used to store `bytes`....

Addresses #1024

TEMP: Migrate to Trinity Repo

### What is wrong? Our current linting rules don't catch certain inconsistencies around the handling of white space. Notice the mix of white space / no white space around the...

We have just executed #728 which moves the `p2p` and `trinity` modules from this repository into https://github.com/ethereum/trinity Anyone with an open pull request that touches either of the `p2p` or...

### What is wrong? The way I understand it, we currently use `Configurable` as a way to dynamically generate classes (or maybe better: class like objects?). We use that all...

PR state: needs review
Probably Close

Replaces https://github.com/ethereum/py-evm/issues/410 ### What is wrong? The current architecture uses a single global `ChainDB` for each chain. This is proving problematic because: - The `ChainDB` is not aware of different...

Probably Close

### What is wrong? #383 was recently merged, bringing a generic transaction executor to be used as mixin in different VM state classes, thereby allowing us to achieve better code...

Probably Close

* py-evm Version: v0.2.0-alpha.6-621-gb1967a8 * OS: linux * Python Version (python --version): 3.6.3 ### What is wrong? Gas estimation should not require a signed transaction. An example use case is...

Probably Close