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

Example code failed to run #20

Open
sunday527 opened this issue Apr 16, 2024 · 1 comment
Open

Example code failed to run #20

sunday527 opened this issue Apr 16, 2024 · 1 comment

Comments

@sunday527
Copy link

I encountered an error while running the example code from the code repository. Here are the details of the issue:

Steps to Reproduce:

export MAINNET_RPC=https://mainnet.infura.io/v3/apikey
cargo run --example verify_stone_proof

When running the code, I received the following error message:

Anvil is running.
Test wallet address: 0x70997970c51812dc3a010c7d01b50e0d17dc79c8
Verifying trace decommitments:
Verified: Trace 0
Verified: Trace 1
Verified: Trace 2
Verifying FRI decommitments:
Verified: FRI statement: 0
Verified: FRI statement: 1
Verified: FRI statement: 2
Verified: FRI statement: 3
Verified: FRI statement: 4
Verified: FRI statement: 5
Verifying main proof:
Error: Revert(Bytes(0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001f496e76616c69642073697a6520666f72206d656d6f7279207061676520302e00))

Environment:

  • Operating System: Ubuntu 20.04
  • Programming Language: rust 1.79.0-nightly (a59aba136 2024-03-28)
@katat
Copy link
Collaborator

katat commented Apr 17, 2024

Thanks for reporting this. I just had check, and indeed somehow the example code breaks with latest mainnet node. We will look into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants