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
While working on #584 I noticed that the precompiles are not dependent on the HF at all. This means a bytecode running in Byzantium could call the blake2f precompile which is being introduced in Istanbul!
The simplest fix would be to check in the precompile code if the HF is greater than the one in which the precompile was introduced. A better one would be to have a list of precompiles for each HF, and merge them similar to the approach discussed in #543.
The text was updated successfully, but these errors were encountered:
While working on #584 I noticed that the precompiles are not dependent on the HF at all. This means a bytecode running in Byzantium could call the blake2f precompile which is being introduced in Istanbul!
The simplest fix would be to check in the precompile code if the HF is greater than the one in which the precompile was introduced. A better one would be to have a list of precompiles for each HF, and merge them similar to the approach discussed in #543.
The text was updated successfully, but these errors were encountered: