-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added OP_TOALTSTACK, OP_FROMALTSTACK, OP_2DROP * Added OP_2DUP * Added OP_3DUP and OP_2OVER * Added OP_2ROT * Added OP_2SWAP * Added OP_IFDUP * Added OP_DEPTH * Added OP_DROP * Added OP_NIP * Added OP_OVER * Added OP_PICK * Added OP_ROLL * Changed the description of OP_ROLL: * Added OP_SWAP * Added OP_TUCK * Removed extra test of OP_2DUP * Moved all the tests to before OP_RETURN * Removed unnecessary comment at the top of the file * Added test for OP_DUP. * Added test for OP_2DUP
- Loading branch information
Showing
4 changed files
with
591 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.