Skip to content

Releases: edgeandnode/gateway

v9.2.0

18 Oct 14:03
cd76701
Compare
Choose a tag to compare

Release Notes

  • Increase likelyhood of loaded manifests when ready (#235)
  • Add support for indexer subgraph pruning (#236)

v9.1.0

29 Sep 14:53
06b4f15
Compare
Choose a tag to compare

Release Notes

  • Migrate from structopt to clap (8898f9b)
  • Make UDecimal parsing more explicit (f547ebc)
  • Replace MIPs config with restricted deployments (#230)

v9.0.0

22 Sep 14:07
8922dd4
Compare
Choose a tag to compare

Release Notes

  • Fix metric initialization (910b5d0, 4bd8196)
  • Check for indexer reporting missing block by number (4d05292)
  • Shift GRT fees on commit (949618c)
  • Add special API keys (e982390)
  • Refactor block cache, chain clients, & GQL parsing (#214)
  • Remove Timescale DB (#222)

v8.1.2

15 Sep 00:46
Compare
Choose a tag to compare

Release Notes

  • Bugfix: Don't hold ISA lock while waiting for flush (d65a94e)

v8.1.1

14 Sep 16:47
Compare
Choose a tag to compare

Release Notes

  • ISA: Don't retry an indexer with the same failed block (#216)

v8.1.0

14 Sep 15:42
Compare
Choose a tag to compare

Release Notes

  • Add more detail to NoIndexerSelected message (#209)
  • Bugfix: Excessive voucher check is in GRTWei (#210)
  • Refactor freshness utility (#205)
  • Remove WebSocket providers (#213)
  • Fix indexer query status metric
  • Add more logging for indexer errors

v8.0.0

31 Aug 21:58
Compare
Choose a tag to compare

Release Notes

  • perf: Double buffer ISA state (#193)
  • Restructure repo & add ISA simulation tool (#200)
  • Sync conversion rate from Studio (#201)
  • Update Prometheus metrics (#202)
  • Patch security vulnerabilities related to excessive query fees (#206)
  • Ignore ServiceShutoff if subsidized (#207)

v7.0.3

26 Aug 23:09
Compare
Choose a tag to compare

Release Notes

  • Fetch API keys from studio admin API (#186)
  • Add support for studio nonpayment policy (#196)
  • Log API key count (0bca7d0)
  • Fix bugs concerning partition tolerance (#198)
  • Add option to require API key payment (#199)
  • Cleanup env vars (70625a1)

v7.0.2

22 Aug 18:08
863ad02
Compare
Choose a tag to compare

Release Notes

  • Fetch initial block number from network subgraph (#194)

v7.0.1

10 Aug 18:53
f98fd07
Compare
Choose a tag to compare

Release Notes

  • Add indexer address to status error logs (6a9245f)
  • Remove unnecessary indexer status query restriction (#187)
  • Check unauthorized subgraphs (#188)
  • Sync network params in gateway (#190)
  • Gracefully handle null block status (#189)