SNOS version:
snos
Current behavior:
- Running
prove-block with cairo-lang v0.13.2 (lastest), with layout name starknet/starknet_with_keccak, an error appear "Missing builtin."
- Running
prove-block with cairo-lang v0.13.1 (lastest), with layout name all_cairo/starknet_with_keccak, an error appear "Unknown Hint."
Expected behavior:
Running with layout all_cairo with v.0.13.1 will generate a PIE.
Steps to reproduce:
Follow this code bellow and here is the step to reproduce:
- Run
make run-madara & make run-pathfinder in two different terminal.
- Run
make txs to have data on-chain
- Replace
block_number in src/main.rs by the block number that has data and transactions. Change the compiled os if you want.
Related code:
For more detail, pls see this repo. Sorry if the repo branch's name is too rude 🥹
SNOS version:
snos
Current behavior:
prove-blockwithcairo-langv0.13.2 (lastest), with layout name starknet/starknet_with_keccak, an error appear "Missing builtin."prove-blockwithcairo-langv0.13.1 (lastest), with layout name all_cairo/starknet_with_keccak, an error appear "Unknown Hint."Expected behavior:
Running with layout all_cairo with v.0.13.1 will generate a PIE.
Steps to reproduce:
Follow this code bellow and here is the step to reproduce:
make run-madara&make run-pathfinderin two different terminal.make txsto have data on-chainblock_numberinsrc/main.rsby the block number that has data and transactions. Change the compiled os if you want.Related code:
For more detail, pls see this repo. Sorry if the repo branch's name is too rude 🥹