JBaczuk / bitcoin-script-js

Bitcoin script interpreter written in javascript for browsers and node.js
MIT License
1 stars 1 forks source link

Enhancement/invalid disabled opcodes #23

Closed JBaczuk closed 5 years ago

JBaczuk commented 5 years ago

The interpreter will now throw an error for invalid or disabled opcodes. Tests included. Dependent on #22

JBaczuk commented 5 years ago

@wardlem Ok I think that is fixed now.

JBaczuk commented 5 years ago

@wardlem I decided I'm going to refactor this a bit, so I'm going to turn it into a WIP for now

JBaczuk commented 5 years ago

@wardlem Ok this is ready for review, I just refactored it to use a script class

wardlem commented 5 years ago

~@JBaczuk Do you want to keep this as a separate pull request or just include it as part of #27?~

wardlem commented 5 years ago

Needs to be squashed, of course.

JBaczuk commented 5 years ago

squashed