carver on master
EIP-2565 calculation of modexp … Add newsfragment EIP 2565 Merge pull request #1976 from k… (compare)
carver on master
EIP-2718: Add dynamic transacti… Merge pull request #1978 from c… (compare)
RIPEMD160
precompile again: https://github.com/ethereum/py-evm/issues/1857#issuecomment-538433394
geth
is not as stringent as py-evm
on when this should happen. We only do it if computation.is_origin_computation
.
For now I think I can just checkout the commit before the merge.
Yup, this is a reasonable solution for now. It is possible to make the blake2b-py install optional and maintain the pure python implementation as a backup. It's probably not top priority for us, but if you open an issue or want to work on it yourself I'm happy to guide on the necessary steps.
the pyethash version this depend on seems to have a problem compiling on big endian platforms. This issue was fixed in the pyethash repo but I don't think that fix was put onto pypi, so the version pip tries to install fails.
Can you link to the issue or the fix in the repo? I can push out a release, just want to make sure I understand the change you need so I can verify it's working, before release.
SELFDESTRUCT
was changed.
eth-tester
v0.2b1+
py-evm
0.2.0a43+ under the hood)
eth-tester
v0.2b3 I believe
petersburg
function altogether.)
towncrier --draft
is my friend. ^_^