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
This introduces a new subroutine primitive to the VM by adding an additional stack (ReturnStack) together with new opodes. Implementation will likely reach pretty deep into the control flow logic of the VM.
Implementation can be done along the EIP description, there are also first test cases to start validate against.
The text was updated successfully, but these errors were encountered:
Part of #736
This introduces a new subroutine primitive to the VM by adding an additional stack (
ReturnStack
) together with new opodes. Implementation will likely reach pretty deep into the control flow logic of the VM.Implementation can be done along the EIP description, there are also first test cases to start validate against.
The text was updated successfully, but these errors were encountered: