Page MenuHomePhabricator

Make PUSHDATA opcodes have names in ParseScript
ClosedPublic

Authored by schancel on Apr 20 2018, 21:18.

Details

Summary

Currently, ParseScript does not recognize scripts which use the
full PUSHDATA opcode names. This commit enables the parser to
recognize these opcodes, and fixes script_tests.json to have
PUSHDATA opcodes be explicitly named.

Test Plan
make check

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

deadalnix added a subscriber: deadalnix.
deadalnix added inline comments.
src/test/data/script_tests.json
578 ↗(On Diff #3558)

Remove extra space

This revision is now accepted and ready to land.Apr 20 2018, 21:21
This revision was automatically updated to reflect the committed changes.