Currently transaction tests are being generated only for forks of the forks section of config, but not for those in additionalForks.
It would be useful for testing new proposed EIPs to run additional forks, too (perhaps only those that are explicitly mentioned in expectations), because new EIPs are typically tested by defining new forks in additional section.
Currently transaction tests are being generated only for forks of the
forks
section of config, but not for those inadditionalForks
.It would be useful for testing new proposed EIPs to run additional forks, too (perhaps only those that are explicitly mentioned in expectations), because new EIPs are typically tested by defining new forks in additional section.
See example of such tests in https://github.com/ethereum/tests/pull/1012