Skip to content

Releases: ethpandaops/execution-processor

v0.1.5

04 Feb 03:44
3d4921c

Choose a tag to compare

What's Changed

  • refactor(clickhouse): migrate from HTTP to ch-go native protocol by @Savid in #45
  • feat(processor): add two-phase block completion with pending range limiter by @Savid in #48
  • ci: add alpha-release workflow for tagged builds by @mattevans in #55
  • release: embed mode + structlog agg by @mattevans in #54
  • feat(processor): add gap detection for block processing by @Savid in #76
  • feat(gap-detection): detect and process missing blocks in addition to incomplete blocks by @Savid in #77

Full Changelog: v0.1.4...v0.1.5

0.0.17-embed-mode-structlog-agg

02 Feb 06:52
890e348

Choose a tag to compare

Pre-release

Changelog

  • 890e348 Revert "feat(rowbuffer): add circuit breaker and concurrent flush limiting (#71)" (#73)

0.0.16-embed-mode-structlog-agg

02 Feb 05:17
fec76c6

Choose a tag to compare

Pre-release

Changelog

  • fec76c6 feat(rowbuffer): add circuit breaker and concurrent flush limiting (#71)

0.0.15-embed-mode-structlog-agg

02 Feb 05:09
5dbbf42

Choose a tag to compare

Pre-release

Changelog

  • 5dbbf42 feat(processor): add high-priority reprocess queue for orphaned blocks (#72)

0.0.14-embed-mode-structlog-agg

02 Feb 03:08
a361f07

Choose a tag to compare

Pre-release

Changelog

  • a361f07 feat(tracker): replace counter-based tracking with SET-based BlockCompletionTracker (#66)

0.0.13-embed-mode-structlog-agg

02 Feb 00:09
897a04c

Choose a tag to compare

Pre-release

Changelog

  • 897a04c feat(processor): add batch block fetching for improved throughput (#69)

0.0.12-embed-mode-structlog-agg

01 Feb 05:28
3b9afba

Choose a tag to compare

Pre-release

Changelog

  • 3b9afba feat(rowbuffer): add row batching system for ClickHouse inserts (#68)

0.0.11-embed-mode-structlog-agg

31 Jan 03:54
5bc68cd

Choose a tag to compare

Pre-release

Changelog

  • 5bc68cd Add async insert settings to processors (#67)

0.0.10-embed-mode-structlog-agg

30 Jan 11:34
f64e8cb

Choose a tag to compare

Pre-release

Changelog

  • f64e8cb feat(processor): zero-interval processing mode as default (#65)

0.0.9-embed-mode-structlog-agg

30 Jan 11:02
6f329fa

Choose a tag to compare

Pre-release

Changelog

  • 6f329fa fix(pending.go): use SetNX with 30min TTL to prevent duplicate block processing (#64)