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
While all evaluations occur during compilation, we can safely hide the internal stack visualization for evaluations which result in bytecode which is never executed. E.g. the stack visualization (current_block_time delay_seconds ...) for the evaluation in this locking script should be hidden since it's not relevant for the active unlocking script:
The text was updated successfully, but these errors were encountered:
Related: we should continue to show the stack visualization for internal evaluations even if their parent script is failing to compile. (Often, the internal evaluation being incorrect is the root cause of the outer compilation failure, but it's tedious to debug without a stack visualization for the internal evaluation.)
Also related: there was a regression between 1846ad1 (deployed) and cd8c0a0 (deployed) in which spacers for lines ending inside internal evaluation are no longer nested within the spacers of the parent evaluation.
While all evaluations occur during compilation, we can safely hide the internal stack visualization for evaluations which result in bytecode which is never executed. E.g. the stack visualization (
current_block_time delay_seconds ...
) for the evaluation in this locking script should be hidden since it's not relevant for the active unlocking script:The text was updated successfully, but these errors were encountered: