v0.9.2
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