Skip to content

Releases: edgeandnode/gateway

v23.0.1

07 Oct 13:11
1472fe7
Compare
Choose a tag to compare

Release Notes

  • fix: improve error message when trusted indexer fails to give timestamp (a3e259c)

v23.0.0

16 Sep 10:46
Compare
Choose a tag to compare

Release Notes

  • fix: improve error message in network subgraph request (0973d28)
  • feat: block indexers with deployment sets (#937)
  • feat: add topic for TAP indexer fees (#938)
  • fix: rename receipts config

Config Changes

  • replace bad_indexers with blocked_indexers, which now supports additional features like blocking on a set of deployments
  • rename scalar to receipts

v22.2.1

09 Sep 15:33
ebe5eed
Compare
Choose a tag to compare

Release Notes

  • fix: indexer response status codes (5823242)

v22.2.0

21 Aug 12:23
Compare
Choose a tag to compare

Release Notes

  • remove gateway framework
  • remove L1 to L2 subgraph transfer support

v22.1.2

29 Jul 16:38
Compare
Choose a tag to compare

Release Notes

  • feat(reports): add request & response bytes (#901)
  • fix: check block timestamp in network subgraph client (#902)
  • fix: network subgraph queries (f3074d0)

v22.1.1

22 Jul 21:52
Compare
Choose a tag to compare

Release Notes

v22.1.0

22 Jul 18:16
0a3b4cf
Compare
Choose a tag to compare

Release Notes

  • feat: add to indexer & client query kafka messages (#879)
  • fix: add optimistic progress to indexing status report (#887)
  • feat: add rate limiter for L1 deprecation (#889, #898)
  • fix: handle indexer-service error format (#896)
  • fix: remove block constraint rewrites (#895)

v22.0.0

15 Jul 17:14
Compare
Choose a tag to compare

Release Notes

  • fix: skip POI fetch until cache TTL expires (#860)
  • feat: set gateway ID to signer address (#868)
  • feat: add internal query client to network subgraph service (#856, #880)
  • feat: direct indexer query API (#867)
  • fix: remove deprecated data science logs (#882)

Configuration Changes

  • gateway_id removed
  • network_subgraph replaced by trusted_indexers

v21.3.0

20 Jun 20:02
2a7f0b8
Compare
Choose a tag to compare

Release Notes

  • fix: indexing progress cache, isolate by URL (fb8619c)
  • fix: remove excess timeout (#851)
  • feat: log all response error messages (#852)
  • fix: success rate cutoff at fixed time behind chain head (#853)
  • feat: add TooFarBehind error (#854, #855)
  • fix: select deployment outside of indexer-selection (#857)

v21.2.5

18 Jun 20:28
a673f62
Compare
Choose a tag to compare

Release Notes

  • fix: extra penalty for indexers over 30 minutes behind chain head (#846)
  • fix: update indexer statuses when subgraph updates fail (#848)
  • fix: indexing progress caching (#849)