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

chore: bump up sp1 version #670

Merged
merged 15 commits into from
Jul 31, 2024
Merged

chore: bump up sp1 version #670

merged 15 commits into from
Jul 31, 2024

Conversation

NicolasRampoldi
Copy link
Contributor

Description

  • This PR bumps up SP1 version from v1.0.8-testnet to v1.0.1.
  • The main changes are:
    • client.prove_compressed(&pk,stdin) method no longer exists. To use compressed now you need to: client.prove(&pk, stdin).compressed().run().
    • client.verify_compressed(&proof, &vk) method no longer exists. Now it's just client.verify(&proof, &vk).
  • The old SP1 proofs won't work with this version.

To Test

  • First, run make deps.
  • Run make test_sp1_go_bindings_macos or make test_sp1_go_bindings_linux depending on the OS.
  • Run test_sp1_rust_ffi.
  • Run all as usual and send an SP1 proof. Make sure it's working properly.

@NicolasRampoldi NicolasRampoldi linked an issue Jul 25, 2024 that may be closed by this pull request
@NicolasRampoldi NicolasRampoldi self-assigned this Jul 25, 2024
@taturosati taturosati merged commit a0ead7a into main Jul 31, 2024
10 checks passed
@taturosati taturosati deleted the 668-chore-bump-up-sp1-version branch July 31, 2024 17:03
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

Successfully merging this pull request may close these issues.

chore: bump up SP1 version
3 participants