Releases: Ellipsis-Labs/solana-verifiable-build
Releases · Ellipsis-Labs/solana-verifiable-build
v0.3.1
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 SIGNERget-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
v0.2.4
Merge pull request #30 from Ellipsis-Labs/jarry/ubuntu-bug Jarry/ubuntu bug
v0.2.3
- Fix bug in commit hash
- Make it easier to verify and build anchor programs
v0.2.2
- Updated CLI to infer lib/pkg names when possible
- Better handling around container cleanup
v0.2.1
Merge pull request #27 from Ellipsis-Labs/jxiao/clean-up-args-add-sig…
v0.2.0
- Migrate CLI to mostly use std::process::Command
v0.1.9
What's Changed
- add verify from repo url feature by @throwbackjams in #20
Full Changelog: v0.1.8...v0.1.9
v0.1.8
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
- update readme, build.yml, and install script by @throwbackjams in #19
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
- Jxiao/verify with canonical hash by @jarry-xiao in #18
Full Changelog: v0.1.5...v0.1.6