Releases: graphprotocol/indexer
Releases · graphprotocol/indexer
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-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
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.1
Changes
Indexer Agent
Changed
- Register after having the network subgraph synced
Indexer Service
Fixed
- Fix uncaught
holdings(bytes32)
exceptions by disabling the state channelsChainService
for 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_CONTRACT
to set the stablecoint for--inject-dai
Indexer Service
Changed
- Default to mainnet instead of rinkeby in
--ethereum-network
Fixed
- Fix
--ethereum-network
not being used