keep-starknet-strange / raito

Bitcoin ZK client written in Cairo.
https://raito.wtf
MIT License
40 stars 34 forks source link

Add witness validation #165

Closed jsandinoDev closed 1 month ago

jsandinoDev commented 1 month ago

This PR does not solve the issue but it helps to make some progress.

  1. Add tx.inputs[0].witness validation to avoid 'index out of bounds'.
vercel[bot] commented 1 month ago

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

Name Status Preview Comments Updated (UTC)
raito ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 10, 2024 1:55am
m-kus commented 1 month ago

The check is added in #163