keep-starknet-strange / shinigami

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

Upgraded cairo to 2.7.0 & Implement OP_SHA256 #117

Closed supreme2580 closed 2 months ago

supreme2580 commented 2 months ago

Upgraded to cairo 2.7.0 and implemented OP_SHA256

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
shinigami ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 13, 2024 1:58am
supreme2580 commented 2 months ago

@b-j-roberts it may seem like I touched multiple files, that only happened because I ran scarb fmt before pushing and it formatted other files

b-j-roberts commented 2 months ago

Looks good, I'll merge ASAP. Would you be interested in implementing OP_SHA256 ontop of this PR? You can start on that whenever if so.

I'd recommend an online tool like this to get sample test data https://emn178.github.io/online-tools/sha256.html

supreme2580 commented 2 months ago

@b-j-roberts I will implement OP_SHA256 ontop this PR, thank you

supreme2580 commented 2 months ago

Hi @b-j-roberts I have just implemented OP_SHA256