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

Add FAQ #634

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add FAQ #634

wants to merge 1 commit into from

Conversation

ngundotra
Copy link

Problem

Missing common pathways to debug

Summary of Changes

Add debugging FAQ

Fixes #

@ngundotra ngundotra requested a review from ZYJLiu as a code owner November 19, 2024 23:02
Make sure that you are running the latest version of `solana-verify` (at least as recent as 0.3.0 or higher). You can update by running `cargo install solana-verify`.
Now run `solana-verify verify-from-repo --remote ...` again.
Now on failure you should see a logs url (like `https://verify.osec.io/logs/<uuid>`) that may help debug your build.
If there is still a problem, please open an issue on https://github.com/Ellipsis-Labs/solana-verifiable-build with your logs url.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Who will be managing these?

Copy link
Author

Choose a reason for hiding this comment

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

Wdym? Managing what in particular?


However, if you get the error `Error: Error verifying program. Err(Failed to parse output)` while attempting to verify your program,
then it is likely that you need to specify the mount path to your program's workspace.
This can be set by specifying `--mount-path <path/to/program-dir>`.
Copy link
Collaborator

@Woody4618 Woody4618 Nov 19, 2024

Choose a reason for hiding this comment

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

And make sure you are using the correct --library-name i think that was the actual problem squads ran into.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Also need to run pnpm prettier:fix i think

Copy link

This pull request has been automatically marked as stale because it has not had recent activity. Remove stale label or comment or this will be closed in 7 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants