Add a new Succinct SP1 based arbitrator-like runner #4170
+11,621
−143
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This draft change introduces a new Succinct SP1 based runner, that can also execute / validate Arbitrum blocks like arbitrator's
jitorproverbinaries.While for now this is executor only, the same structure could be expanded so zero knowledge proofs can be generated from block validation. Making more modes a possibility on Arbitrum.
For now this still remains a draft PR, I'm sure there are many things we will need to tackle first before it can be merged, but the PR is complete enough so you can try it, and we can start the discussion based on this draft change.
Please refer to
sp1-crates/README.mdon how to build and run the code.