You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Tranduy1dol You cannot run 0.13.2 with starknet_with_keccak, you need to use all_cairo as seen in the release notes here. v0.13.2 requires the builtins (range_check96, add_mod and mul_mod) and starknet_with_keccak does not support them
SNOS version:
snos
Current behavior:
prove-block
withcairo-lang
v0.13.2 (lastest), with layout name starknet/starknet_with_keccak, an error appear "Missing builtin."prove-block
withcairo-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:
make run-madara
&make run-pathfinder
in two different terminal.make txs
to have data on-chainblock_number
insrc/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 🥹
The text was updated successfully, but these errors were encountered: