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: improve network prover error output #991

Merged
merged 6 commits into from
Jul 2, 2024
Merged

Conversation

mattstam
Copy link
Contributor

@mattstam mattstam commented Jun 28, 2024

Removes Twirp references:

Previous:

called Result::unwrap() on an Err value: twirp error: TwirpErrorResponse { code: InvalidArgument, msg: "version is invalid, only 'e48c01ec' is supported - use sp1 commit 'e48c01ec' and try again", meta: {"argument": "version"} }

After change:

called Result::unwrap() on an Err value: error: "InvalidArgument" message: "version is invalid, only 'e48c01ec' is supported - use sp1 commit 'e48c01ec' and try again"

also removing relay usage.

@mattstam mattstam merged commit 61d8947 into dev Jul 2, 2024
4 of 5 checks passed
@mattstam mattstam deleted the mattstam/twirp-errs branch July 2, 2024 19:07
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