-
Notifications
You must be signed in to change notification settings - Fork 391
hotfix: Bump sp1 version in validating public inputs example #1634
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
Conversation
MarcosNicolau
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me!
…mp sp1 build dependencies
MarcosNicolau
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It works. We should lower the max_fee or making it a parameter because it is way too high (0.1ether).
Addressed! |
Co-authored-by: Julian Arce <[email protected]>
Co-authored-by: Julian Arce <[email protected]>
Hotfix: bump sp1 version in validating public inputs example
Description
Fixes the version in the validating public input example.
To Test
cd examples/validating-public-input/examples/validating-public-input/contractscreate a.envwith the parameters for the holesky testnet.For Sp1:
make generate_sp1_fibonacci_proofmake submit_fibonacci_sp1_proof KEYSTORE_PATH=<LOCAL_KEYSTORE_PATH>make deploy_fibonacci_validator KEYSTORE_PATH=<LOCAL_KEYSTORE_PATH>make verify_sp1_batch_inclusion FIBONACCI_VALIDATOR_ADDRESS=<FIBONACCI_VALIDATOR_ADDRESS> DATA_FILE_NAME=<DATA_FILE_NAME>. WhereFIBONACCI_VALIDATOR_ADDRESSis the address of the deployed validator contract andDATA_FILE_NAMEthe name of the file where the aligned verification data was saved (including the extension.json).For Risc0:
make generate_risc0_fibonacci_proofmake submit_fibonacci_risc0_proof KEYSTORE_PATH=<LOCAL_KEYSTORE_PATH>make deploy_fibonacci_validator KEYSTORE_PATH=<LOCAL_KEYSTORE_PATH>make verify_risc0_batch_inclusion FIBONACCI_VALIDATOR_ADDRESS=<FIBONACCI_VALIDATOR_ADDRESS> DATA_FILE_NAME=<DATA_FILE_NAME>. WhereFIBONACCI_VALIDATOR_ADDRESSis the address of the deployed validator contract andDATA_FILE_NAMEthe name of the file where the aligned verification data was saved (including the extension.json).Type of change
Please delete options that are not relevant.
Checklist
testnet, everything else tostaging