NPM
npm install -g @graphprotocol/indexer-agent@0.9.5
npm install -g @graphprotocol/indexer-cli@0.9.5
npm install -g @graphprotocol/indexer-service@0.9.5
Note: Installing these packages requires Rust and it's package manager cargo
to be installed so that the cost model module can be built. Installing the above packages may require passing --unsafe-perm=true
to the above install commands.
Docker
docker pull ghcr.io/graphprotocol/indexer-agent:v0.9.5
docker pull ghcr.io/graphprotocol/indexer-service:v0.9.5
Changes
Indexer Agent
Fixed
- Update ethers to 5.0.26 to avoid unresolved promise rejections (#183)
Changed
- Update common-ts to 1.2.1
Indexer CLI
Fixed
- Update ethers to 5.0.26 to avoid unresolved promise rejections (#183)
Changed
- Update common-ts to 1.2.1
Indexer Common
Fixed
- Update ethers to 5.0.26 to avoid unresolved promise rejections (#183)
Changed
- Update common-ts to 1.2.1
Added
- Validate cost models in
setCostModel
(#182)
Indexer Service
Fixed
- Update ethers to 5.0.26 to avoid unresolved promise rejections (#183)
Changed
- Update common-ts to 1.2.1