kclowes

Results 20 issues of kclowes

## What was wrong? Issue # ## How was it fixed? Summary of approach. ### To-Do [//]: # (Stay ahead of things, add list items here!) - [ ] Clean...

### What is wrong? py-evm doesn't support Python 3.10. There was a change in the C API in Python 3.10 that we're running into. From the [docs](https://docs.python.org/3/whatsnew/3.10.html#id2): > The PY_SSIZE_T_CLEAN...

### 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,...

### What is wrong? Can't install dev dependencies of py_ecc with python3.8+ because the mypy version we're using requires a version of `typed-ast` that is incompatible with python 3.8. See...

The JSON in `local-development.md` wasn't showing up in color, so lower-casing `json` aims to fix that. See screenshot: Also added web3.py to the list of alternate web3 sdks :)

## What was wrong? The `eth-rlp` dependency is probably too broad right now. See [web3.py/#2502 ](https://github.com/ethereum/web3.py/pull/2502). Since it isn't out of the `0.x` releases, it can break on a minor...

### What was wrong? This test: https://github.com/ethereum/eth-tester/blob/master/tests/backends/test_pyevm.py#L33-L56 Fails if there is a transition to the LondonVM and more than one block is mined on London. The stacktrace looks like: ```...

* Version: 0.4.0-beta.1 ### What was wrong? `estimate_gas` can take both a transaction and a block_identifier, but eth_tester only allows transactions in the `estimate_gas` method. It would be nice to...

* Version: 2.0.0 ### What was wrong? When I was subclassing the eth-abi encoders in web3py, I noticed that in the Encoder inheritance tree, some of the `validate_value` methods are...

- **Parity Ethereum version**: 2.2.11 - **Operating system**: MacOS - **Installation**: homebrew - **Fully synchronized**: yes - **Network**: dev - **Restarted**: no Parity client running with the following options: `parity...