Move script flag to/from-string logic from tests to script/interpreter #10730

Open
wants to merge 2 commits into
from

Conversation

Projects
None yet
3 participants
Member

luke-jr commented Jul 3, 2017

When we last discussed making scripts debuggable (sometime after #3901), the plan was to instead trace execution rather than single-step through it.

This is a dependency step toward that, and is eventually used for the RPC verifyscript to parse its "flags" option.

See also #10729

fanquake added the Validation label Jul 3, 2017

Member

jonasschnelli commented Jul 13, 2017

Needs rebase

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment