Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

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
4 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 fanquake added the Validation label Jul 3, 2017

Member

jonasschnelli commented Jul 13, 2017

Needs rebase

luke-jr added some commits Jul 2, 2017

Member

luke-jr commented Sep 2, 2017

Rebased

Owner

laanwj commented Sep 6, 2017

I'm okay with moving this out of the tests if it's necessary in another place, however the from/to string stuff doesn't belong with the interpreter consensus code IMO. Better to keep it in a separate compilation unit, like with the CBitcoinAddress split done in #11117.

Owner

laanwj commented Nov 20, 2017

@luke-jr ping?

Member

luke-jr commented Nov 20, 2017

Hmm, so where would you suggest? Bundle it in with RPC-specific stuff?

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