-
Notifications
You must be signed in to change notification settings - Fork 6
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(deps): upgrade to sp1 v4 #122
Conversation
|
|
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.
OK.
``` | ||
|
||
1. Modify the `docker-compose.yml` file and set `SP1_PROVER=network` and `SP1_PRIVATE_KEY="PRIVATE_KEY"` to the SP1 prover network private key from Celestia 1Password. | ||
1. Modify the `docker-compose.yml` file and set `SP1_PROVER=network` and `NETWORK_PRIVATE_KEY="PRIVATE_KEY"` to the SP1 prover network private key from Celestia 1Password. |
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.
the diff mentioned here should reflect this suggestion:
+ - SP1_PROVER=network + - SP1_PRIVATE_KEY=PRIVATE_KEY
FLUP to #106 because we use a root level Cargo workspace for celestia-prover. See #109
Closes #111
Opens #123
Testing
passes in root (for celestia-prover) and in
provers/blevm
.Notice
Contributors to this repo will have to modify their local
.env
file and bump to the latest Rust and SP1 versions.