github algorand/indexer v3.2.0

latest releases: v3.5.0, v3.4.0, v3.3.1...
12 months ago

GitHub Logo

Important

Indexer 3.1.0 uses Conduit for data loading. This is a change from the 2.x version, which managed data loading internally. See our Using Conduit to Populate an Indexer Database tutorial for more information on how to use Conduit.

Overview

This release adds a signature to the checksum file to help verify the integrity of a build.

  1. Install the Algorand signing key from keys.openpgp.org or . Using GnuPG this is done with the following command:

    gpg --keyserver keys.openpgp.org --search-keys dev-ci+build@algorand.com

  2. Refresh keys if necessary. In the event of a security breech, we will revoke the key. To account for this, simply refresh the key:

    gpg --keyserver keys.openpgp.org --refresh-keys

  3. Download checksums.txt.sig and checksums.txt and verify the signature:

    gpg --verify checksums.txt.sig checksums.txt

  4. Download one or more release archives and verify the checksum:

    sha256sum -c < checksums.txt

Changelog

Full Changelog: v3.1.0...v3.2.0


Docker images for this release are available on Docker Hub.

Don't miss a new indexer release

NewReleases is sending notifications on new releases.