keep-starknet-strange / raito

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

[feat] Do not add provably unspendable outputs to the Utxo set #235

Closed m-kus closed 3 weeks ago

m-kus commented 1 month ago

Use is_pubscript_unspendable function to filter out outputs that should not be added to the UtxoSet.

PavitraAgarwal21 commented 1 month ago

Hey interested to take this issue