Skip to content

Releases: ethpandaops/dora

Dev Snapshot

25 Feb 11:44
45d8f5d

Choose a tag to compare

Dev Snapshot Pre-release
Pre-release

Latest automatically built executables. (Unstable development snapshot)

Built from master branch (commit: 45d8f5d)

Please read the wiki for setup / configuration instructions.

Release Artifacts

Release File Description
dora_snapshot_windows_amd64.zip dora executables for windows/amd64
dora_snapshot_linux_amd64.tar.gz dora executables for linux/amd64
dora_snapshot_linux_arm64.tar.gz dora executables for linux/arm64
dora_snapshot_darwin_amd64.tar.gz dora executable for macos/amd64
dora_snapshot_darwin_arm64.tar.gz dora executable for macos/arm64

v1.20.3

21 Feb 19:15
2071d2f

Choose a tag to compare

Major Changes

  • Added proposal participation metrics to epochs page, showing block proposal rates per epoch (by @barnabasbusa)
  • Redesigned execution indexer with BlockDB-backed storage for better transaction detail handling and resource control (by @pk910)
  • Fixed critical SQL errors for LOG0 events and system deposits in transaction indexing (by @pk910)
  • Added EthRex client type (EX) to client matrix for improved monitoring coverage (by @edg-l)
  • Updated dependencies including UI packages (React, Viem) and backend libraries for security and performance
Full changelog

Full changelog

  • 2071d2f Merge pull request #585 from ethpandaops/pk910/tx-indexer-improvements
  • 04a6e0e Merge pull request #584 from ethpandaops/pk910/fix-traces
  • 54d8620 Merge pull request #581 from ethpandaops/pk910/tx-indexer-v2
  • f421704 Merge pull request #583 from ethpandaops/bbusa/proposal-overview
  • 964c401 Merge pull request #582 from ethpandaops/pk910/fix-sse-processing-order
  • aaab78b Merge pull request #578 from ethpandaops/dependabot/go_modules/dependencies-34edfe358a
  • dd20100 Merge pull request #579 from ethpandaops/dependabot/npm_and_yarn/ui-package/ui-package-dependencies-5aa40c4c74
  • aecce10 Merge pull request #577 from ethpandaops/pk910/fix-docker-build-workflow
  • d7dc922 Merge pull request #576 from edg-l/add-ethrex-ident
  • a01d84f Merge pull request #575 from ethpandaops/pk910/fix-snooper-auth
  • 05b8d71 Merge pull request #574 from ethpandaops/pk910/fix-log0-indexing
  • 2d33510 Merge pull request #573 from ethpandaops/bbusa/fix-filters

Release Artifacts

Please read through the wiki for setup & configuration instructions.

Release File Description
dora_1.20.3_windows_amd64.zip dora executables for windows/amd64
dora_1.20.3_linux_amd64.tar.gz dora executables for linux/amd64
dora_1.20.3_linux_arm64.tar.gz dora executables for linux/arm64
dora_1.20.3_darwin_amd64.tar.gz dora executable for macos/amd64
dora_1.20.3_darwin_arm64.tar.gz dora executable for macos/arm64

v1.20.2

10 Feb 15:58
f7a3176

Choose a tag to compare

Major Changes

  • Improved slot endpoint pagination by switching from start_slot to standard page-based navigation (by @barnabasbusa)
  • Fixed documentation issues across multiple components (by @barnabasbusa)
  • Resolved pruning errors that could affect system stability (by @pk910)
  • Cleaned up orphaned pages for better content organization and maintenance (by @barnabasbusa)
Full changelog

Full changelog

  • f7a3176 Merge pull request #571 from ethpandaops/pk910/fix-docs-and-panics
  • ff11f89 Merge pull request #572 from ethpandaops/bbusa/fix-docs
  • 2bc1416 Merge pull request #566 from ethpandaops/bbusa/orphaned-pages

Release Artifacts

Please read through the wiki for setup & configuration instructions.

Release File Description
dora_1.20.2_windows_amd64.zip dora executables for windows/amd64
dora_1.20.2_linux_amd64.tar.gz dora executables for linux/amd64
dora_1.20.2_linux_arm64.tar.gz dora executables for linux/arm64
dora_1.20.2_darwin_amd64.tar.gz dora executable for macos/amd64
dora_1.20.2_darwin_arm64.tar.gz dora executable for macos/arm64

v1.20.1

10 Feb 14:26
29ebf2b

Choose a tag to compare

Major Changes

  • Added in-browser devnet deposit generator supporting all withdrawal credential types (BLS, execution, compounding) with per-validator overrides (by @pk910)
  • Introduced block filter view and proposals overview for improved data visualization (by @barnabasbusa)
  • Fixed potential nil pointer dereference in beacon block indexing (by @barnabasbusa)
  • Added native binary support for faster build times (by @barnabasbusa)
  • Updated critical dependencies including GitHub Actions, Go modules, and UI packages (React, React Query)
  • Integrated tracoor download links for enhanced block data accessibility (by @pk910)
Full changelog

Full changelog

  • 29ebf2b Merge pull request #562 from ethpandaops/dependabot/github_actions/actions-aa1bb819bb
  • 3fe2fbb Merge pull request #563 from ethpandaops/dependabot/go_modules/dependencies-8fb01bf1e2
  • cc8f495 Merge pull request #565 from ethpandaops/dependabot/npm_and_yarn/ui-package/ui-package-dependencies-33eaca69f6
  • e0a137d Merge pull request #568 from ethpandaops/bbusa/filter-blocks
  • a6a266e Merge pull request #570 from ethpandaops/bbusa/native-binary
  • c9ae937 Merge pull request #569 from ethpandaops/bbusa/dora-proposals
  • 5bb9837 Merge pull request #567 from ethpandaops/bbusa/missing-body
  • 3038dd9 Merge pull request #558 from ethpandaops/pk910/deposit-ui-improvements
  • e95fc6e Merge pull request #559 from ethpandaops/pk910/tracoor-integration

Release Artifacts

Please read through the wiki for setup & configuration instructions.

Release File Description
dora_1.20.1_windows_amd64.zip dora executables for windows/amd64
dora_1.20.1_linux_amd64.tar.gz dora executables for linux/amd64
dora_1.20.1_linux_arm64.tar.gz dora executables for linux/arm64
dora_1.20.1_darwin_amd64.tar.gz dora executable for macos/amd64
dora_1.20.1_darwin_arm64.tar.gz dora executable for macos/arm64

v1.20.0

20 Jan 22:35
2d74fa0

Choose a tag to compare

Major Changes

  • Fixed PostgreSQL error during account updates that caused transaction indexing failures (by @pk910)
  • Enhanced execution explorer with orphan block visibility, improved transaction indexer performance, and persistent UI preferences (by @pk910)
  • Updated critical dependencies including security fixes for go-ethereum (v1.16.8) and minio-go (by @dependabot)
  • Upgraded UI packages including React Query (5.90.14→5.90.19) and Viem (2.44.1→2.44.4) for improved frontend performance
  • Bumped Go base image to 1.25.1 for better compatibility (by @barnabasbusa)
Full changelog

Full changelog

  • 2d74fa0 Merge pull request #550 from ethpandaops/pk910/el-explorer-fixes-1
  • 666ef1c Merge pull request #555 from ethpandaops/dependabot/go_modules/dependencies-45195aaf51
  • a100600 Merge pull request #556 from ethpandaops/dependabot/npm_and_yarn/ui-package/ui-package-dependencies-7a2ca1b4f0
  • b3d5a80 Merge pull request #553 from ethpandaops/dependabot/go_modules/dependencies-c1443c1800
  • f7842e0 Merge pull request #554 from ethpandaops/dependabot/npm_and_yarn/ui-package/ui-package-dependencies-3261732952
  • 3056006 Merge pull request #552 from ethpandaops/barnabasbusa-patch-1
  • 7133819 Merge pull request #549 from ethpandaops/pk910/fix-pgsql-error

Release Artifacts

Please read through the wiki for setup & configuration instructions.

Release File Description
dora_1.20.0_windows_amd64.zip dora executables for windows/amd64
dora_1.20.0_linux_amd64.tar.gz dora executables for linux/amd64
dora_1.20.0_linux_arm64.tar.gz dora executables for linux/arm64
dora_1.20.0_darwin_amd64.tar.gz dora executable for macos/amd64
dora_1.20.0_darwin_arm64.tar.gz dora executable for macos/arm64

v1.19.9

07 Jan 13:26
a6e07d9

Choose a tag to compare

Major Changes

  • Added execution layer explorer with address and transaction detail pages, enabling users to view balances, transaction history, and token transfers
  • Fixed double finalization issue when two epochs were finalized simultaneously
  • Updated blob data loading to support the new Fulu blobs API
  • Enhanced dependencies across UI, backend, and GitHub Actions for improved performance and stability
  • Added streaming support for SSZ encoding/decoding, improving large data handling efficiency
Full changelog

Full changelog

  • a6e07d9 Merge pull request #547 from ethpandaops/pk910/el-explorer
  • 658dedd Merge pull request #542 from ethpandaops/pk910/fix-double-finalization
  • f2db7c5 Merge pull request #548 from ethpandaops/pk910/fix-blob-loading
  • 6afcf4e Merge pull request #545 from ethpandaops/dependabot/github_actions/actions-5b67344b3c
  • 8b596f3 Merge pull request #543 from ethpandaops/dependabot/npm_and_yarn/ui-package/ui-package-dependencies-3bfd32c4a9
  • 4de1903 Merge pull request #546 from ethpandaops/dependabot/go_modules/dependencies-6d8c96b1e2

Release Artifacts

Please read through the wiki for setup & configuration instructions.

Release File Description
dora_1.19.9_windows_amd64.zip dora executables for windows/amd64
dora_1.19.9_linux_amd64.tar.gz dora executables for linux/amd64
dora_1.19.9_linux_arm64.tar.gz dora executables for linux/arm64
dora_1.19.9_darwin_amd64.tar.gz dora executable for macos/amd64
dora_1.19.9_darwin_arm64.tar.gz dora executable for macos/arm64

v1.19.8

15 Dec 12:05
3cd0ae3

Choose a tag to compare

Major Changes

  • Added EL status message viewer for better monitoring capabilities (@barnabasbusa)
  • Introduced search functionality by peer ID/ENR for improved node discovery (@barnabasbusa)
  • Updated multiple backend dependencies including go-eth2-client (0.27.2 → 0.28.0) for enhanced stability
  • Upgraded UI packages including React (19.2.1 → 19.2.3) and Viem for improved frontend performance
Full changelog

Full changelog

  • 3cd0ae3 Merge pull request #537 from ethpandaops/dependabot/go_modules/dependencies-14b15a82d2
  • 175933a Merge pull request #538 from ethpandaops/dependabot/npm_and_yarn/ui-package/ui-package-dependencies-44f2f685fc
  • 5b52b66 Merge pull request #536 from ethpandaops/bbusa/el-status
  • 1c63988 Merge pull request #539 from ethpandaops/bbusa/add-search-by-peerid

Release Artifacts

Please read through the wiki for setup & configuration instructions.

Release File Description
dora_1.19.8_windows_amd64.zip dora executables for windows/amd64
dora_1.19.8_linux_amd64.tar.gz dora executables for linux/amd64
dora_1.19.8_linux_arm64.tar.gz dora executables for linux/arm64
dora_1.19.8_darwin_amd64.tar.gz dora executable for macos/amd64
dora_1.19.8_darwin_arm64.tar.gz dora executable for macos/arm64

v1.19.7

11 Dec 10:13
560bbb0

Choose a tag to compare

Major Changes

  • Adjusted default calculator time frame to 18 days for improved usability (@barnabasbusa).
Full changelog

Full changelog

  • 560bbb0 Merge pull request #535 from ethpandaops/bbusa/change-default-blob-view

Release Artifacts

Please read through the wiki for setup & configuration instructions.

Release File Description
dora_1.19.7_windows_amd64.zip dora executables for windows/amd64
dora_1.19.7_linux_amd64.tar.gz dora executables for linux/amd64
dora_1.19.7_linux_arm64.tar.gz dora executables for linux/arm64
dora_1.19.7_darwin_amd64.tar.gz dora executable for macos/amd64
dora_1.19.7_darwin_arm64.tar.gz dora executable for macos/arm64

v1.19.6

10 Dec 12:18
1036009

Choose a tag to compare

Major Changes

  • Fixed blob math calculations to ensure accurate results (@barnabasbusa).
  • Improved URL format for column display arguments, reducing URL length while maintaining backward compatibility (@pk910).
  • Enhanced overview page to show the full BPO schedule from EL config when available, providing more detailed epoch information (@pk910).
  • Added functionality to publish releases, streamlining the release process (@pk910).
Full changelog

Full changelog

  • 1036009 Merge pull request #534 from ethpandaops/pk910/publish-releases
  • 688fafa Merge pull request #531 from ethpandaops/bbusa/fix-blob-math
  • 71a48f7 Merge pull request #533 from ethpandaops/pk910/show-full-bpo-schedule
  • 7fdfc67 Merge pull request #532 from ethpandaops/pk910/column-display-mask

Release Artifacts

Please read through the wiki for setup & configuration instructions.

Release File Description
dora_1.19.6_windows_amd64.zip dora executables for windows/amd64
dora_1.19.6_linux_amd64.tar.gz dora executables for linux/amd64
dora_1.19.6_linux_arm64.tar.gz dora executables for linux/arm64
dora_1.19.6_darwin_amd64.tar.gz dora executable for macos/amd64
dora_1.19.6_darwin_arm64.tar.gz dora executable for macos/arm64

v1.19.5

08 Dec 15:56
b92516c

Choose a tag to compare

Major Changes

  • Added majority-based consensus client spec handling to prevent incorrect behavior from first client's wrong values (#521)
  • Introduced interactive blob view to visualize disk space usage (#530)
  • Updated dependencies including Cobra (1.10.2) and UI packages (RainbowKit 2.2.10, React Query) (#528, #529)
Full changelog

Full changelog

  • b92516c Merge pull request #521 from ethpandaops/pk910/majority-specs
  • 0a52a71 Merge pull request #528 from ethpandaops/dependabot/go_modules/dependencies-f0625c8c5c
  • 32bf10b Merge pull request #529 from ethpandaops/dependabot/npm_and_yarn/ui-package/ui-package-dependencies-0c3474d4ea
  • eb6d26a Merge pull request #530 from ethpandaops/bbusa/blob-view

Release Artifacts

Please read through the wiki for setup & configuration instructions.

Release File Description
dora_1.19.5_windows_amd64.zip dora executables for windows/amd64
dora_1.19.5_linux_amd64.tar.gz dora executables for linux/amd64
dora_1.19.5_linux_arm64.tar.gz dora executables for linux/arm64
dora_1.19.5_darwin_amd64.tar.gz dora executable for macos/amd64
dora_1.19.5_darwin_arm64.tar.gz dora executable for macos/arm64