You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2025. It is now read-only.
- Got a >10x speedup of some benchmarks and other tests, by adding a new :meth`MiningChain.mine_all`
35
+
API and using it. This is a public API, and should be used whenever all the transactions are known
36
+
up front, to get a significant speedup. (`#1967 <https://github.com/ethereum/py-evm/issues/1967>`__)
37
+
38
+
39
+
Internal Changes - for Contributors
40
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
41
+
42
+
- Upgrade tests fixtures to v8.0.1, with Berlin tests. Skipped several slow tests in Istanbul. Added pytest-timeout to limit annoyance of new slow tests. (`#1971 <https://github.com/ethereum/py-evm/issues/1971>`__, `#1987 <https://github.com/ethereum/py-evm/issues/1987>`__, `#1991 <https://github.com/ethereum/py-evm/issues/1991>`__, `#1989 <https://github.com/ethereum/py-evm/issues/1989>`__)
43
+
- Make sure Berlin is tested across all core tests. (also patched in some missing Muir Glacier ones) (`#1977 <https://github.com/ethereum/py-evm/issues/1977>`__)
0 commit comments