-
Notifications
You must be signed in to change notification settings - Fork 61
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] Implement OP_MIN opcode #17
Labels
Comments
b-j-roberts
added
enhancement
New feature or request
good first issue
Good for newcomers
labels
Jul 24, 2024
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI'm a cairo developer and I'm interested in learning more about Bitcoin script VM How I plan on tackling this issueI will look at btcsuite implementation and implement this opcode in cairo with associated tests |
Glad to have you on the project @ptisserand ! |
ptisserand
added a commit
to ptisserand/shinigami
that referenced
this issue
Jul 25, 2024
ptisserand
added a commit
to ptisserand/shinigami
that referenced
this issue
Jul 25, 2024
4 tasks
ptisserand
added a commit
to ptisserand/shinigami
that referenced
this issue
Jul 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implement the OP_MIN opcode using the opcodeMin reference implementation from btcd
References
Guide on how to add an opcode in shinigami
The text was updated successfully, but these errors were encountered: