Page MenuHomePhabricator

Add helper function for disabled opcodes
ClosedPublic

Authored by schancel on Mar 17 2018, 22:29.

Details

Summary

Add IsOpcodeDisabled helper function to see if an opcode
is supposed to be disabled or not

Test Plan

make check

Diff Detail

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

Event Timeline

Add verbose returns so opcode diffs can merge independently.

jasonbcox requested changes to this revision.Mar 17 2018, 22:32
jasonbcox added inline comments.
src/script/interpreter.cpp
310 ↗(On Diff #3261)

Should be false, right?

This revision now requires changes to proceed.Mar 17 2018, 22:32
jasonbcox added inline comments.
src/script/interpreter.cpp
310 ↗(On Diff #3261)

nvm, these will be set to false as they're implemented.

This revision is now accepted and ready to land.Mar 17 2018, 22:58
This revision was automatically updated to reflect the committed changes.