py-evm
py-evm copied to clipboard
[WIP] Address failing tests from ethereum/tests ``v11.1``
What was wrong?
Related to #2075
- Difficulty calculation was taking into account the parent
difficultywhich would slip below theDIFFICULTY_MINIMUMvalue if the parentdifficultywas less than the allowed minimum.
How was it fixed?
- Take the max only between the difficulty calculation and the actual minimum allowed value.
Todo:
- [x] Clean up commit history
- [x] Add entry to the release notes