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
Related to 0xPolygonMiden/miden-base#1161
Usually, Miden transactions are expected to modify the account's state in some way, but there are cases where users are interested in executing arbitrary code and reading the stack state after it. This implies not executing the epilogue and just returning after the user's code.
After changes are implemented to TransactionExecutor, we should provide a client API to do this, and a CLI command that exposes it as well. In the issue, this exec command is suggested:
miden exec --account <account_id> --script <path to masm file> --inputs <path to inputs file>
The text was updated successfully, but these errors were encountered:
Related to 0xPolygonMiden/miden-base#1161
Usually, Miden transactions are expected to modify the account's state in some way, but there are cases where users are interested in executing arbitrary code and reading the stack state after it. This implies not executing the epilogue and just returning after the user's code.
After changes are implemented to
TransactionExecutor
, we should provide a client API to do this, and a CLI command that exposes it as well. In the issue, thisexec
command is suggested:The text was updated successfully, but these errors were encountered: