-
Notifications
You must be signed in to change notification settings - Fork 8
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
create evm prover #56
base: main
Are you sure you want to change the base?
Conversation
1855d49
to
1fe17e8
Compare
1fe17e8
to
cef1c84
Compare
cef1c84
to
75c317b
Compare
e7cf02b
to
0f60e32
Compare
0f60e32
to
a80d041
Compare
Blocked on #42 ideally we should be able to pass [trusted_height, target_height] range to generate aggregate proof using a helper importing blevm as a library. Until that is implemented we can use the mock program: S1nus/blevm#2 once that's merged. |
c6e8af2
to
b4daeee
Compare
provers/evm-prover/.env.example
Outdated
@@ -0,0 +1,5 @@ | |||
export CELESTIA_NODE_AUTH_TOKEN= |
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.
any reason why you added a separate .env.example?
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 should use the common .env
provers/evm-prover/README.md
Outdated
|
||
To run the server you will need to clone the repo and install rust and cargo. To run the node you also need to set the following environment variables: | ||
|
||
- `CELESTIA_NODE_AUTH_TOKEN` - the auth token for the celestia node you are connecting to. |
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.
we have a node auth token file in test files so it should probably consume the key form there?
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.
yep
b4daeee
to
bd37ac8
Compare
Rebased on sp1 sdk v4. |
Next steps: need to create a aggregator which has |
bd37ac8
to
91bedab
Compare
This is being done in #154 Rebased this PR on latest main, need to into the aggregator once the above is merged. |
Overview
[WIP] create evm proving service
rsp::executor::execute_variant