Skip to content

v0.3.1

Latest
Compare
Choose a tag to compare
@ngundotra ngundotra released this 22 Nov 21:33
· 3 commits to master since this release
4558801

New features

  • list-program-pdas lists all build information submitted for a program, requires custom RPC Url, useful for debugging remote verification, which expects the program authority or OTTER SIGNER
  • get-program-pda gets the build information submitted by a specific signer (ie whatever is in ~/.config/solana) or explicitly specified by -s <address>
  • verify-from-repo has -k flag to specify keypair to write build information onchain after successful verification

Fixes

  • verify-from-repo 's skip prompt flag -y now skips ALL prompts