Skip to content

v0.9.2

Compare
Choose a tag to compare
@Jannis Jannis released this 11 Jan 22:18
· 857 commits to main since this release

NPM

npm install -g @graphprotocol/indexer-agent@0.9.2
npm install -g @graphprotocol/indexer-cli@0.9.2
npm install -g @graphprotocol/indexer-service@0.9.2

Docker

docker pull ghcr.io/graphprotocol/indexer-agent:v0.9.2
docker pull ghcr.io/graphprotocol/indexer-service:v0.9.2

Changes

Indexer Agent

Added

  • Add --allocation-claim-threshold option for configure a GRT amount below which the agent should not attempt to claim rebate (query) rewards

Fixed

  • Synchronize data independently using different intervals and reconcile reliably every 2 minutes
  • Submit proof of indexing for the first block of the current epoch
  • Reliably obtain proof of indexing by passing block number to proofOfIndexing API (#186)

Changed

  • Update common-ts to 1.2.0

Indexer CLI

Changed

  • Update common-ts to 1.2.0

Indexer Common

Changed

  • Update common-ts to 1.2.0

Indexer Service

Changed

  • Update common-ts to 1.2.0