keep-starknet-strange / shinigami

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

[feat] `OP_LESSTHAN` implementation #42

Closed prasincs closed 2 months ago

prasincs commented 2 months ago

I've added 3 tests, I can probably collapse the tests into a common function that just takes script, expected stack and we can reuse it across other similar comparison like tests, but thought that might be premature and opted to just duplicate for the time being.