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
After adding the LegacyTest, new folders containing tests for Pre-Cancun forks were added.
Currently the state of folder stCreate2 is: stCreate2: 126/148 (85.14%).
We want to make it 100%
The text was updated successfully, but these errors were encountered:
**Motivation**
<!-- Why does this pull request exist? What are its goals? -->
In this PR we add increase the test passed in the `stCreate2` test suite
**Description**
<!-- A clear and concise general description of the changes this PR
introduces -->
* We add the correct values for the `ecadd`, `ecmul` and `ecpairing`
precompiles to pre Istanbul forks. This is stated
[here](https://eips.ethereum.org/EIPS/eip-1108)
* We invalidate transactions with the opcode `create2` on forks previous
to Constantinople, see [here](https://eips.ethereum.org/EIPS/eip-1014)
<!-- Link to issues: Resolves#111, Resolves#222 -->
Closes#1941
After adding the
LegacyTest
, new folders containing tests for Pre-Cancun forks were added.Currently the state of folder
stCreate2
is:stCreate2: 126/148 (85.14%)
.We want to make it 100%
The text was updated successfully, but these errors were encountered: