We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SNOS version: snos
Current behavior:
prove-block
cairo-lang
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
make txs
block_number
src/main.rs
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:
@maciejka @notlesh @shamsasari @kkovaacs pls help
Sorry, something went wrong.
No branches or pull requests
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: