keep-starknet-strange / raito

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

compute merkle root implementation #43

Closed mubarak23 closed 2 months ago

mubarak23 commented 2 months ago
vercel[bot] commented 2 months 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 Aug 9, 2024 0:07am
mubarak23 commented 2 months ago

@maciejka here is the PR with the unit test for the function

mubarak23 commented 2 months ago

Ok, but fix compilation errors.

that was what i just push

mubarak23 commented 2 months ago

Fix tests: image

ok

maciejka commented 2 months ago

Fix tests: image

ok

@mubarak23

Please after pushing your commits check on github if all checks pass: image

You can also run it locally before pushing:

scrab build
scarb test
scarb fmt
mubarak23 commented 2 months ago

running scarb build keep returning some error, pointing to this function,

double_sha256

currently on it