hathor-core
hathor-core copied to clipboard
Include a syntax analysis for TX scripts before running the script.
A syntax analysis of the script could save some time when evaluating invalid scripts.
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.