We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffbb72e commit 5363e58Copy full SHA for 5363e58
newsfragments/2016.bugfix.rst
@@ -0,0 +1,2 @@
1
+- Fix EIP-1559 header field order (basefee goes as the last field of a mined header)
2
+- Generate type-2 receipts for EIP-1559 type-2 transactions
newsfragments/2016.internal.rst
@@ -0,0 +1,5 @@
+- Upgrade pytest and pytest-xdist. Caching was causing very slow test runs locally in pytest v5.
+- Update ethereum/tests to v9.0.4 (with most London tests disabled)
3
+- Remove json-fixture caching to resolve stale cache issues that caused test failures (at some
4
+ expense to speed)
5
+- Make xdist failures show up correctly in the transition tests
0 commit comments