-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feat] Add support for OP_NOP2 & OP_NOP3 in compiler #228
Comments
@b-j-roberts can I work on this one? |
Hey @adrianvrj! |
Please can I be assigned to this issue ? |
Hey @ShantelPeters! |
@b-j-roberts can I work on this? |
Hey @Iwueseiter! |
Sure, I'll assign you. Thanks @adrianvrj |
<!-- enter the gh issue after hash --> - [x] issue #228 - [x] follows contribution [guide](https://github.com/keep-starknet-strange/shinigami/blob/main/CONTRIBUTING.md) - [ ] code change includes tests <!-- PR description below --> This PR will map the OP_NOP2 and OP_NOP3 in the compiler and add them to the OP codes list.
Add the following Opcodes to the compiler & opcodes list :
OP_NOP2 -> 0xb1 ( Same as Opcode::OP_CHECKLOCKTIMEVERIFY )
OP_NOP3 -> 0xb2 ( Same as Opcode::OP_CHECKSEQUENCEVERIFY )
References
opcodes
compiler
The text was updated successfully, but these errors were encountered: