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
Describe the bug
We check deployed contracts and transaction scripts for correctness since #2263 and #2266. We can even say that we check all of the code before it's loaded into VM. But now LoadScript from #2756 takes any bytecode for input and creates an execution context with it without any checks.
Expected behavior
Check the script before loading it.
The text was updated successfully, but these errors were encountered:
Describe the bug
We check deployed contracts and transaction scripts for correctness since #2263 and #2266. We can even say that we check all of the code before it's loaded into VM. But now
LoadScript
from #2756 takes any bytecode for input and creates an execution context with it without any checks.Expected behavior
Check the script before loading it.
The text was updated successfully, but these errors were encountered: