Skip to content
New issue

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

bug: Cannot generate Cairo PIE in another layout #450

Open
Tranduy1dol opened this issue Dec 16, 2024 · 1 comment
Open

bug: Cannot generate Cairo PIE in another layout #450

Tranduy1dol opened this issue Dec 16, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Tranduy1dol
Copy link

Tranduy1dol commented Dec 16, 2024

SNOS version:
snos

Current behavior:

  1. Running prove-block with cairo-lang v0.13.2 (lastest), with layout name starknet/starknet_with_keccak, an error appear "Missing builtin."
  2. 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:

  1. Run make run-madara & make run-pathfinder in two different terminal.
  2. Run make txs to have data on-chain
  3. 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 🥹

@Tranduy1dol Tranduy1dol added the bug Something isn't working label Dec 16, 2024
@Tranduy1dol
Copy link
Author

@maciejka @notlesh @shamsasari @kkovaacs pls help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant