Skip to content

Releases: graphprotocol/indexer

Release v0.23.8

01 May 16:11
7fa7012
Compare
Choose a tag to compare

What's changed:

common: mode network alias changed to mode-mainnet
Full Changelog: v0.23.7...v0.23.8

Release v0.23.7

29 Apr 18:39
87ed752
Compare
Choose a tag to compare

Bugfix

  • new networks should be resolved properly (by id) now
    Full Changelog: v0.23.5...v0.23.7

Release v0.23.5

14 Apr 15:07
4f14077
Compare
Choose a tag to compare

What's Changed

  • common: return first chain alias (if multiples), prefer non -mainnet suffix
    Full Changelog: v0.23.4...v0.23.5

Release v0.23.4

07 Apr 16:31
Compare
Choose a tag to compare

What's Changed

  • common, cli: resolves #1049 - remove complex cost model support #1106
  • common, agent: use NetworksRegistry instead of hard-coded networks list #1093
  • docs: update docs to remove 'use latest' links: #1108

Full Changelog: v0.22.0...v0.23.4

Release v0.22.1

21 Mar 19:11
Compare
Choose a tag to compare

This release is a patch of 0.22.0 that brings in support for the newly added chains:

  zora: 'eip155:7777777',
  mode: 'eip155:34443',
  rootstock: 'eip155:30',
  'polygon-zkevm': 'eip155:1101',
  'zksync-era': 'eip155:324',

Full Changelog: v0.22.0...v0.22.1

Release v0.22.0

15 Jan 18:40
Compare
Choose a tag to compare

What's Changed in v0.22.0

Enhancements:

  • Support for Local Querying:
    • Added support for local querying of Epoch and TAP subgraphs. #1063

Improvements:

  • Action State Management:
    • Mark actions as PENDING while executing. #1074
  • Pending RAVs Handling:
    • Fixed errors when handling a large number of pending RAVs. #1064
    • Adjusted getPendingRAVs PAGE_SIZE from 1000 to 200 to fix HTTP 413 errors. #1069
    • Fixed some issues with action batches. #1070

Optimization:

  • Sequential Timer Calls:
    • Switched most timer calls to a sequential implementation. #1065

Cleanup:

  • Deprecation:
    • Removed indexer-service and indexer-native components. #1055

Documentation:

  • Removed broken badges for network and escrow subgraph IDs. #1073
  • Updated feature-support-matrix.md. #1075

Full Changelog: v0.21.11...v0.22.0

Release v0.21.11

12 Dec 19:02
Compare
Choose a tag to compare

What's Changed

  • fix: optimize the round trips when reconciling the subgraph deployments by @abarmat in #1058

Full Changelog: v0.21.10...v0.21.11

v0.21.10

12 Dec 18:02
Compare
Choose a tag to compare

What's Changed

  • common: fix subgraph pagination chattyness, skip tests that make rpc calls by @dwerner in #1059
  • remove DAI injection feature by @Theodus in #1050
  • docs & common: add support for boba, boba-bnb and fix for blast by @p-diogo in #1021

Full Changelog: v0.21.9...v0.21.10

Release v0.21.9

25 Nov 21:46
Compare
Choose a tag to compare

What's Changed

  • release version 0.21.8-2 by @dwerner in #1045
  • common: fix reallocate sometimes failing with >1000 active allocations by @dwerner in #1051

Full Changelog: v0.21.8...v0.21.9

Release 0.21.8-2

19 Nov 19:04
Compare
Choose a tag to compare

What's Changed

  • common: add pagination support to allocation queries by @dwerner in #1046

Full Changelog: v0.21.8...v0.21.8-2