keep-starknet-strange / raito

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

Use word array for serializing transactions #306

Closed m-kus closed 4 days ago

m-kus commented 1 week ago

7M -> 4M steps for full block 757738

vercel[bot] commented 1 week 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 Nov 23, 2024 0:46am
m-kus commented 1 week ago

ByteArray graph_bytes

WordArray graph_words

Can be further improved if avoid using ByteArray at all (use WordArray for scripts in arguments).
Also we can introduce a flag that disables transaction checks and therefore avoid costly encode_with_witness