carver on master
Issue #1942 remove linting erro… (compare)
py-evm
to pass all ethereum/tests for Istanbul locally. However, tests are crashing on CircleCI. Details for the test failure are here: https://github.com/ethereum/py-evm/pull/1852#issuecomment-533900250
INCORRECT_UPSTREAM_TESTS
.
py-evm
and all other implementations - including parity-ethereum
, which caved in and did it like go-ethereum
does.
SLOWEST_TESTS
is unpopulated with static_Call50000
(and family) for Istanbul
, and on some test (don't know the name yet, because I first ran it in tox
) it just hangs... Might be GeneralStateTests/stTimeConsuming/CALLBlake2f_MaxRounds.json
, will see.
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
.