keep-starknet-strange / shinigami

Bitcoin Script VM in Cairo
https://shinigamibtc.dev
MIT License
57 stars 56 forks source link

[feat] Implement OP_RESERVED1 and OP_RESERVED2 opcode #91

Closed mubarak23 closed 2 months ago

mubarak23 commented 2 months ago

Implement the OP_RESERVED1 & OP_RESERVED2 following the reference implementation from btcd

References

Guide on how to add an opcode in shinigami

mubarak23 commented 2 months ago

@b-j-roberts here is the issue, kindly assign

b-j-roberts commented 2 months ago

If you'd like, you can do OP_VER together with these, since it is another reserved opcode

mubarak23 commented 2 months ago

If you'd like, you can do OP_VER together with these, since it is another reserved opcode

i will add it