v0.13.0
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.13.0
docker pull ghcr.io/graphprotocol/indexer-service:v0.13.0
docker pull connextproject/vector_node:0.2.1Changes (Overview)
The main change in this release is the addition of the internal @graphprotocol/indexer-native package that speeds up the creation and signing of attestations as well verification of incoming receipts (for query payments) by roughly 3x.
Changes (Per Component)
@graphprotocol/indexer-agent
Changed
- Update to latest common-ts
Fixed
- Correctly determine the previous epoch when generating POIs
@graphprotocol/indexer-cli
Changed
- Update to latest common-ts
@graphprotocol/indexer-common
Changed
- Update to latest common-ts
@graphprotocol/indexer-native
Added
- Add package for native attestation signing and receipt signature verification
@graphprotocol/indexer-service
Added
- Add
--allocation-syncing-intervaloption (default: 120s, previous 10s) - Use
indexer-nativepackage for native attestation signing and signature verification
Changed
- Update to latest common-ts