keep-starknet-strange / shinigami

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

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

Closed jsandinoDev closed 2 months ago

jsandinoDev commented 2 months 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 2 months 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 2 months ago

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