mintlayer / core

Mintlayer Core
https://www.mintlayer.org/
MIT License
14 stars 4 forks source link

script: Fix altstack opcode execution #95

Closed iljakuklic closed 2 years ago

iljakuklic commented 2 years ago

Make sure OP_TOALTSTACK and OP_FROMALTSTACK are only executed inside of executed if/else branch.

Uncovered by brute-force comparing sequences of up to 4 opcodes against the Bitcoin interpreter.

iljakuklic commented 2 years ago

Added a unit test