keep-starknet-strange / shinigami

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

'while i < n' to 'while x != n' code optimization #210

Closed jsandinoDev closed 1 month ago

jsandinoDev commented 1 month ago

Change all the posible 'while i < n' to 'while x != n'. The ones that were not changed generated certain errors in the tests

Closes #207

image

vercel[bot] commented 1 month ago

Someone is attempting to deploy a commit to the keep-starknet-strange Team on Vercel.

A member of the Team first needs to authorize it.

jsandinoDev commented 1 month ago

Hi @b-j-roberts can you give it a check to this PR?