Precompile tests where we run up agains the (63/64)-ths stuff #1153
Labels
documentation
Improvements or additions to documentation
IRL edge case
Real life onflations producing edge cases of our arithmetization
testing
We need to write tests with very simple bytecode. The specifics of these tests are as follows:
GAS
followed byCALL
/STATICCALL
to a precompileThe goal is to trigger the
(63/64)-ths
business. We want to do this so that thecallee
will not meet its gas requirements.In other words we must extract several unit tests (for all precompiles) from the issue #1136. See the documentation.
This is more advanced version of the test described in #1730. In the present test, we cannot give enough gas to run the precompile, while in the simpler version we deliberately do not give enough gas.
The text was updated successfully, but these errors were encountered: