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
{{ message }}
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.
Currently with the last changes of NEO-VM, the null's checks doesn't work as expected and the compiler need to be updated according to this changes
The following code
Is compiled as (ILCode)
But the Ceq opcode is compiled as
So I think that the VM need to be updated in order to accept ' null' too in NUMEQUAL
Fixes: neo-project/neo-devpack-dotnet#115 #214
The text was updated successfully, but these errors were encountered: