Hyperlane Sealevel Programs v1.0.0
This release contains the Hyperlane Solana programs built using reproducible builds.
Audit
These programs were audited at commit 84f886b7.
Audit report: sealevel-audit-hyperlane-20250327.pdf
Reproducible Builds
This release is built using the reproducible build infrastructure from PR #7840, which is based on the audited commit above.
Important: There are no changes to the program source code. The only additions are build infrastructure to enable deterministic, reproducible builds following the practices of solana-verifiable-build.
Verification
To verify a deployed program matches this release:
- Install solana-verify CLI
- Get the deployed program hash:
solana-verify get-program-hash -u <RPC_URL> <PROGRAM_ADDRESS>
- Get the hash of the
.sofile from this release:solana-verify get-executable-hash <PROGRAM>.so
- Compare the hashes—they should match exactly.