Page MenuHomePhabricator

OP_2MUL & OP_2DIV implementation
AbandonedPublic

Authored by danconnolly on Jul 27 2018, 15:12.

Details

Reviewers
None
Summary

implements OP_2MUL & OP_2DIV
includes tests in opcode_tests.cpp and script_tests.json
tests include mul/div by zero, boundary conditions, negative zero

Test Plan

make check

Diff Detail

Branch
opcodes_2muldiv
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 2991
Build 4077: arc lint + arc unit

Event Timeline

need to re-organize this, it has conflicting changes with some other of the diffs

OP_2MUL & OP_2DIV removed from planned change.