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

feat: add read/commit API for go runtime #158

Merged
merged 10 commits into from
Aug 17, 2024
Merged

Conversation

weilzkm
Copy link
Contributor

@weilzkm weilzkm commented Aug 17, 2024

No description provided.

prover/examples/README.md Outdated Show resolved Hide resolved
require github.com/zkMIPS/zkm/go-runtime/zkm_runtime v0.0.0-00010101000000-000000000000

require (
github.com/blocto/solana-go-sdk v1.30.0 // indirect
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we remove this deps?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK. It was used in previous implementation.

@@ -340,6 +427,7 @@ fn main() {
"prove_groth16" => prove_groth16(),
"bench" => prove_sha2_bench(),
"revm" => prove_revm(),
"goexample" => prove_add_example(),
Copy link
Member

@eigmax eigmax Aug 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should refactor this parameter. We should not mix the step with the specific host program. we can use a new parameter to represent the host program.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK. I have simplified the commands.

@eigmax eigmax merged commit 2faba08 into zkMIPS:main Aug 17, 2024
3 checks passed
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.

2 participants