Skip to content

v0.2.68

Compare
Choose a tag to compare
@prathamesh0 prathamesh0 released this 10 Nov 09:20
be24166

What's Changed

  • Generate plural GQL query schema for subgraph entities by @prathamesh0 in #443
  • Add new job queue for historical blocks processing by @nikugogoi in #442
  • Implement block filter for plural queries on subgraph entities by @prathamesh0 in #444
  • Implement fetch and save of filtered event logs and required blocks by @nikugogoi in #445
  • Support nested filters for plural queries on subgraph entities by @prathamesh0 in #446
  • Support filters for array and derived type fields in plural GQL queries by @prathamesh0 in #448
  • Handle subgraph template create when filterLogsByAddresses set to true by @nikugogoi in #447
  • Support logical filter operations in plural GQL queries by @prathamesh0 in #449
  • Wait for events processing to complete before continuing historical blocks processing by @nikugogoi in #450
  • Add BigInt and BigDecimal GraphQL scalars by @prathamesh0 in #452
  • Fix codegen not adding bigint and decimal transformers to null type entity fields by @nikugogoi in #451
  • Add isFEVM flag in config to avoid filtering event logs by topics by @nikugogoi in #454
  • Add support for meta query in watcher GQL API by @prathamesh0 in #453
  • Support nested entity sorting in plural GQL queries by @prathamesh0 in #456
  • Handle restarts during historical processing in watcher by @nikugogoi in #455
  • Send transaction data directly in rpc-eth-client instead of serialization by @nikugogoi in #457
  • Load schema file path from subgraph config by @prathamesh0 in #458
  • Handle tsvector type columns when forming the db query by @prathamesh0 in #459
  • Generate resolvers for plural subgraph GQL queries by @prathamesh0 in #461
  • Prefetch block and txs in historical processing instead of fetching them in events processing by @nikugogoi in #460
  • Prioritize block hash over number in singular time travel queries by @prathamesh0 in #462
  • Update indexer template in codegen for block optimization changes by @nikugogoi in #464
  • Update package versions by @prathamesh0 in #463

Full Changelog: v0.2.67...v0.2.68