hathor-core icon indicating copy to clipboard operation
hathor-core copied to clipboard

Include a syntax analysis for TX scripts before running the script.

Open r4mmer opened this issue 4 years ago • 1 comments

A syntax analysis of the script could save some time when evaluating invalid scripts.

r4mmer avatar May 08 '21 02:05 r4mmer

This makes sense, I think the only "syntax analysis" we currently do is pattern matching for "standard scripts", but if we parse the scripts before running them we could catch some errors before execution.

jansegre avatar Oct 17 '24 17:10 jansegre