Commit 286c026
authored
fix(consume): fix loading of multi-index, mixed tx type fixtures (#1330)
* fix(consume): fix loading of multi-index mixed tx type fixtures
Test fixtures from ethereum/{tests,legacyTests} can be parametrized by data, gas and value index. In this case, the tx type can be either be an access list type transaction (`0x1`), or not (`0x0`). For the latter, the entry in the transaction `accessList` field is set to `null` (an empty list can also be specified, but then this is a `0x1` type tx). This change handles this case.
* docs: update changelog
* docs: update pr link in changelog1 parent 2c07538 commit 286c026
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments