Skip to content

v0.10.0

Compare
Choose a tag to compare
@Jannis Jannis released this 29 Jan 15:05
· 969 commits to main since this release

NPM

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

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.10.0
docker pull ghcr.io/graphprotocol/indexer-service:v0.10.0

Changes

Indexer Agent

Changed

  • Update common-ts to 1.3.0 to include new testnet contracts

Indexer CLI

Changed

  • Update common-ts to 1.3.0 to include new testnet contracts

Indexer Common

Changed

  • Update common-ts to 1.3.0 to include new testnet contracts

Indexer Service

Changed

  • Update common-ts to 1.3.0 to include new testnet contracts