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

Release v0.4.0 #111

Merged
merged 1 commit into from
Dec 19, 2024
Merged

Release v0.4.0 #111

merged 1 commit into from
Dec 19, 2024

Conversation

ngundotra
Copy link
Collaborator

@ngundotra ngundotra commented Dec 18, 2024

This PR cuts a new release of solana-verify and bumps the version 0.4.0.

Changes since 0.3.1:

  • changed solana-verify verify-from-repo --remote to skip local build first, and go straight to writing the verification data unchain, then submitting a job to the OSec API
  • added compute unit fees globally, used to achieve better landing rates for solana-verify verify-from-repo --compute-unit-price
  • added solana-verify remote submit-job <program id> --uploader <uploader> now submits a remote job for using only the PDA written by
  • added solana-verify remote get-job --job-id <job-id> gets the job status of a given job id
  • added solana-verify remote get-status --program-id <program id> gets the verification statuses by signer for a program ID
  • added solana-verify export-pda-tx --encoding base58/base64 --compute-unit-price 0 will now give you a base58/base64 transaction that you can use to write verification PDA from squads multisig
  • improved error messages for solana-verify verify-from-repo --remote to encourage mutlisig users to use solana-verify submit-job when they need to verify a specific uploader's verification arguments.

@ngundotra ngundotra merged commit 78b5264 into master Dec 19, 2024
8 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.

1 participant