felipe

Results 13 issues of felipe

Running into issues trying to get a github repo by version with tag (`string`) value. https://github.com/PyGithub/PyGithub/blob/001970d4a828017f704f6744a5775b4207a6523c/github/Repository.py#L3084 I'm pretty sure the above line needs to be `/releases/tag/{id}` not `/releases/tags/{id}`, as the...

stale

### What is wrong? With the newly updated `ethereum/tests`, some tests were added that cause failures. * [EIP-2681 related tests](https://github.com/ethereum/EIPs/pull/4784): - Un-comment [these lines](https://github.com/ethereum/py-evm/blob/master/tests/json-fixtures/blockchain/test_blockchain.py#L314-L319) and make the necessary changes to...

prio: P1 urgent

### What is wrong? - After London changes, certain genesis header params became unconfigurable. Introduce back the ability to configure `block_number`. See eth-tester issue [#225](https://github.com/ethereum/eth-tester/issues/225). ### How can it be...

Good First Issue

### What was wrong? Related to #2075 - Difficulty calculation was taking into account the parent ``difficulty`` which would slip below the ``DIFFICULTY_MINIMUM`` value if the parent ``difficulty`` was less...

### What was wrong? `Paris` "the merge" fork support is needed. ### How was it fixed? Support for ``Paris`` logic added: - Paris vm added and relevant classes. - [EIP-4399](https://eips.ethereum.org/EIPS/eip-4399):...

### What is wrong? We have some references around mining built into the code base. Though the execution logic may be updated for the merge, we should go back through...

EIP-4844 support - Add dependency on newly released `ckzg` library. - Implement type=3 blob transacitons - Implement blob base fee - Implement `blob_gas_used` and `excess_blob_gas` on Cancun block headers -...

New modexp tests included in *ethereum/tests* `v13.1` are failing and need addressing. Tests located [here](https://github.com/ethereum/py-evm/blob/0ac74f65f04062f44f27e8d02cec8aeb11e31671/tests/json-fixtures/blockchain/test_blockchain.py#L1175-L1180).

Consult the [EOFv1 checklist](https://notes.ethereum.org/@ipsilon/eof1-checklist#Specs) for specifics. --- This is the main tracking issue for the EOFv1 checklist. If you have interest in one of the below tasks, don't hesitate to...

It seems like the new ``openssl`` version removed ``ripemd160`` and we were relying on it via the ``hashlib`` dependency. We should figure out how to properly resolve this. This is...