Skip to content

v0.13

Compare
Choose a tag to compare
@msf msf released this 29 Jul 23:28
· 10 commits to main since this release
5431f0f

Highlights:

  • Automatic reprocessing of failed blocks (enabled by default, check --help for options)
  • support for Arbitrum Nitro EVM stack (RPC_STACK="arbitrum-nitro")
  • configurable maximum batch size (MAX_BATCH_SIZE=200, default: 128)

What's Changed

  • Add DLQ for reprocessing of failed blocks by @adammilnesmith in #61
  • Scaffolding to support Arbitrum Nitro EVM stacks. by @msf in #63
  • Add prometheus metrics by @adammilnesmith in #62
  • DuneAPI: new batch wire format (breaking change!) by @msf in #64
  • ingester: increase max batch size to 256 blocks by @msf in #66
  • refactor: implement a maximum upperbound on parallel http requests to… by @msf in #65
  • add config option: max-batch-size by @msf in #68
  • tweak the in-mem buffer for more stable throughput by @msf in #69
  • arbitrum nitro support: implement the jsonrpc client logic to get required data by @msf in #67

New Contributors

Full Changelog: v0.12...v0.13