Skip to content

Releases: duneanalytics/node-indexer

v0.12

04 Jul 06:14
67dbd31
Compare
Choose a tag to compare

Tagging a release to verify that this triggers a run of the GitHub workflow to build and push a Docker image with the corresponding tag.

https://hub.docker.com/layers/duneanalytics/node-indexer/v0.12/images/sha256-c23bef16dc669d944804f753025741cf5b0bc75bb428c9b477f42ac561d90827?context=explore

What's Changed

  • Run build workflow on push to tags by @vegarsti in #58
  • Use latest tag on main, otherwise Git tag by @vegarsti in #59
  • Build Docker image with Git tag, or latest if on main by @vegarsti in #60

Full Changelog: v0.11...v0.12

v0.11

03 Jul 06:18
6d60696
Compare
Choose a tag to compare

What's Changed

  • Fix TestSendBlocks being flaky by @vegarsti in #49
  • Move the SkipFailedBlocks option to RPC config by @vegarsti in #52
  • Remove duplicate default poll interval by @vegarsti in #51
  • Push Docker images to DockerHub instead of ECR by @vegarsti in #53
  • Remove optimization of not sending small batches by @vegarsti in #50
  • Allow multiple HTTP headers and document some configs by @vegarsti in #54
  • Allow tuning the logging level by @vegarsti in #55
  • Send User-Agent header with commit hash by @vegarsti in #56
  • Use a constant amount of memory for error slices and add error abstraction by @vegarsti in #57

Full Changelog: v0.10...v0.11

v0.10

02 Jul 06:36
5da0081
Compare
Choose a tag to compare

What's Changed

  • Add flag for specifying an extra http header in RPC requests by @vegarsti in #48