Releases: graphprotocol/indexer
Releases · graphprotocol/indexer
v0.9.5
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.9.5
docker pull ghcr.io/graphprotocol/indexer-service:v0.9.5Changes
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
v0.9.4
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.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
v0.9.3
IMPORTANT: Use in combination with graph-node 0.21.1.
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.3
docker pull ghcr.io/graphprotocol/indexer-service:v0.9.3
Changes
Indexer Agent
Fixed
- Fix how query fee threshold is passed to claimable allocations query
Indexer CLI
No changes
Indexer Common
No changes
Indexer Service
No changes
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-thresholdoption 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
proofOfIndexingAPI (#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
v0.9.1
Packages and Images
NPM
npm install -g @graphprotocol/[email protected]
npm install -g @graphprotocol/[email protected] # unchanged
npm install -g @graphprotocol/[email protected]Docker
docker pull ghcr.io/graphprotocol/indexer-agent:v0.9.1
docker pull ghcr.io/graphprotocol/indexer-service:v0.9.1Changes
Indexer Agent
Changed
- Register after having the network subgraph synced
Indexer Service
Fixed
- Fix uncaught
holdings(bytes32)exceptions by disabling the state channelsChainServicefor now
v0.9.0
v0.9.0-alpha.4
Packages and images
NPM
npm install -g @graphprotocol/[email protected]
npm install -g @graphprotocol/[email protected]
npm install -g @graphprotocol/[email protected]
Docker
docker pull graphprotocol/indexer-agent:sha-0cdfaef
docker pull graphprotocol/indexer-service:sha-0cdfaef
Indexer Agent
Fixed
- Fix race condition between registering and pause/operator detection (#167)
v0.9.0-alpha.3
Packages and Images
NPM
npm install -g @graphprotocol/[email protected]
npm install -g @graphprotocol/[email protected]
npm install -g @graphprotocol/[email protected]
Docker
docker pull graphprotocol/indexer-agent:sha-386d64e
docker pull graphprotocol/indexer-service:sha-386d64e
Indexer Agent
Fixed
- Use 1.5x the estimated gas to avoid transactions running out of gas
Changed
- Default to mainnet instead of rinkeby in
--ethereum-network
Added
- Add
--dai-contract/INDEXER_AGENT_DAI_CONTRACTto set the stablecoint for--inject-dai
Indexer Service
Changed
- Default to mainnet instead of rinkeby in
--ethereum-network
Fixed
- Fix
--ethereum-networknot being used