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
neo-project/neo#1569 added direct stack item jsonization, we already have one defined in our code, but we need to check that it conforms to this format.
The text was updated successfully, but these errors were encountered:
And we need to apply it to app exec results (both exec result's stack and notification's state now use it). It also should be used for vm stack prints.
C# ToJson fails for recursive structures, which may or may not be what we want for execution results, especially for FAULT states. I assume recursive structures are a of no use anyway.
neo-project/neo#1569 added direct stack item jsonization, we already have one defined in our code, but we need to check that it conforms to this format.
The text was updated successfully, but these errors were encountered: