-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(raiko-lib): unify protocol instance for on chain verification (#230
) * instance_hash * change pi + copied sp1 templete * get rid of host-side matches * get rid of sol * fix * delete contracts * fmt clippy * fix ci * fix * delet test generated json * fmt * fix * Update lib.rs * Update lib/src/consts.rs * fix * apply comments * fmt * debug sp1 * unwrap_or_default * fix: let config_path in config_dir (#233) * fix: let config_path in config_dir * fix: save updated config in new path * chore(docker): use same image when pulling to avoid different binary id (#234) Signed-off-by: smtmfft <[email protected]> * feat(raiko): update chain spec (#235) * update chain spec Signed-off-by: smtmfft <[email protected]> * update rpc & name Signed-off-by: smtmfft <[email protected]> --------- Signed-off-by: smtmfft <[email protected]> * feat: use spec in setup (#236) * feat: use spec in setup * refactor: update docker-compose.yml to use correct file paths * chore(docker): fix docker build (#237) * fix docker build Signed-off-by: smtmfft <[email protected]> * fix: some docker stuff (#239) --------- Signed-off-by: smtmfft <[email protected]> Co-authored-by: johntaiko <[email protected]> * chore(raiko): revert docker build changes (#240) * Revert "chore(docker): fix docker build (#237)" This reverts commit 520df33. * Revert "feat: use spec in setup (#236)" This reverts commit cd097a5. * fix: docker stuff (#241) * fix: docker stuff * chore(docker): update entrypoint.sh to include L1 and L2 network options * chore(docker): remove unnecessary echo command in entrypoint.sh * fmt * sgx_verifier_addr * fix * fmt * skip_verify_blob false * fmt --------- Signed-off-by: smtmfft <[email protected]> Co-authored-by: johntaiko <[email protected]> Co-authored-by: smtmfft <[email protected]> Co-authored-by: Brecht Devos <[email protected]>
- Loading branch information
1 parent
3953c2d
commit ed37856
Showing
16 changed files
with
254 additions
and
272 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.