github hyperlane-xyz/hyperlane-monorepo sealevel-v1.0.0
Sealevel v1.0.0

18 hours ago

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:

  1. Install solana-verify CLI
  2. Get the deployed program hash:
    solana-verify get-program-hash -u <RPC_URL> <PROGRAM_ADDRESS>
  3. Get the hash of the .so file from this release:
    solana-verify get-executable-hash <PROGRAM>.so
  4. Compare the hashes—they should match exactly.

Don't miss a new hyperlane-monorepo release

NewReleases is sending notifications on new releases.