Skip to Content
ResourcesReleases

Releases

Release packages are served at releases.aevachain.com . Testnet-0 runs v0.12.0-testnet, its genesis release.

v0.12.0-testnet

https://releases.aevachain.com/v0.12.0-testnet/

FileWhat
README.mdhow to run a node from this folder
aevad-v0.12.0-testnet-linux-amd64, -arm64the node binary
aeva-indexer-…, aeva-faucet-…the indexer and faucet binaries
genesis.json, genesis.sha256the genesis of aeva-testnet-1 (sha256 2b7f4708…9e85)
SHA256SUMS, SHA256SUMS.minisigthe sums of every file, and their signature
aeva-release-key.pubthe minisign public key
RELEASE_NOTES.md, PROVENANCE.mdwhat changed; which commit it was built from

Verify a download

Check the signature of the sums, then the file against the sums:

minisign -Vm SHA256SUMS -p aeva-release-key.pub sha256sum -c SHA256SUMS --ignore-missing

minisign must print Signature and comment signature verified, and every file you downloaded must be OK. Fetch the public key from more than one place — the release folder and aevachain.com  — and check they match.

Provenance

Each release is built from a tagged commit (v0.12.0-testnet is 46531b7f0d30feb7e3fed96948c58317518edbaa). The source repository is not public yet, so the build cannot be reproduced independently today; PROVENANCE.md in each folder says what it was built from and how.

History

Every release since the first testnet build is listed in the Changelog.

Last updated