Skip to content

Releases: graphprotocol/indexer

v0.9.4

13 Jan 16:33
Compare
Choose a tag to compare

NPM

npm install -g @graphprotocol/[email protected]
npm install -g @graphprotocol/[email protected]
npm install -g @graphprotocol/[email protected]

Docker

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

Changes

Indexer Agent

  • Never close allocations if the POI is zero or null (#186)
  • Retry obtaining a POI 10 times before giving up.

Indexer CLI

No changes

Indexer Common

No changes

Indexer Service

No changes

v0.9.3

11 Jan 22:19
Compare
Choose a tag to compare

IMPORTANT: Use in combination with graph-node 0.21.1.

NPM

npm install -g @graphprotocol/[email protected]
npm install -g @graphprotocol/[email protected]
npm install -g @graphprotocol/[email protected]

Docker

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

Changes

Indexer Agent

Fixed

  • Fix how query fee threshold is passed to claimable allocations query

Indexer CLI

No changes

Indexer Common

No changes

Indexer Service

No changes

v0.9.2

11 Jan 22:18
Compare
Choose a tag to compare

NPM

npm install -g @graphprotocol/[email protected]
npm install -g @graphprotocol/[email protected]
npm install -g @graphprotocol/[email protected]

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

v0.9.1

31 Dec 00:01
Compare
Choose a tag to compare

Packages and Images

NPM

npm install -g @graphprotocol/[email protected]
npm install -g @graphprotocol/[email protected] # unchanged
npm install -g @graphprotocol/[email protected]

Docker

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

Changes

Indexer Agent

Changed

  • Register after having the network subgraph synced

Indexer Service

Fixed

  • Fix uncaught holdings(bytes32) exceptions by disabling the state channels ChainService for now

v0.9.0

22 Dec 14:31
Compare
Choose a tag to compare
v0.9.0

v0.9.0-alpha.4

20 Dec 00:22
Compare
Choose a tag to compare

Packages and images

NPM

npm install -g @graphprotocol/[email protected]
npm install -g @graphprotocol/[email protected]
npm install -g @graphprotocol/[email protected]

Docker

docker pull graphprotocol/indexer-agent:sha-0cdfaef
docker pull graphprotocol/indexer-service:sha-0cdfaef

Indexer Agent

Fixed

  • Fix race condition between registering and pause/operator detection (#167)

v0.9.0-alpha.3

19 Dec 17:45
Compare
Choose a tag to compare

Packages and Images

NPM

npm install -g @graphprotocol/[email protected]
npm install -g @graphprotocol/[email protected]
npm install -g @graphprotocol/[email protected]

Docker

docker pull graphprotocol/indexer-agent:sha-386d64e
docker pull graphprotocol/indexer-service:sha-386d64e

Indexer Agent

Fixed

  • Use 1.5x the estimated gas to avoid transactions running out of gas

Changed

  • Default to mainnet instead of rinkeby in --ethereum-network

Added

  • Add --dai-contract / INDEXER_AGENT_DAI_CONTRACT to set the stablecoint for --inject-dai

Indexer Service

Changed

  • Default to mainnet instead of rinkeby in --ethereum-network

Fixed

  • Fix --ethereum-network not being used

v0.2.1

27 Aug 09:16
Compare
Choose a tag to compare

Indexer Service

Changed

  • Update @graphprotocol/common-ts to 0.2.2

Indexer Agent

Fixed

  • Indexer agent fails to detect GRT approval

Changed

  • Update @graphprotocol/common-ts to 0.2.2