v0.9.4
NPM
npm install -g @graphprotocol/indexer-agent@0.9.4
npm install -g @graphprotocol/indexer-cli@0.9.4
npm install -g @graphprotocol/indexer-service@0.9.4
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