Skip to content

Releases: ethpandaops/dora

v1.21.1

15 Apr 13:42
fe8ee6b

Choose a tag to compare

Major Changes

  • Fixed Lighthouse execution proofs parsing issues, resolving empty proof data display on the slot page (by @barnabasbusa)
  • Optimized withdrawals page performance for faster loading times (by @pk910)
  • Added a new blockdb copy tool to facilitate database management (by @pk910)
Full changelog

Full changelog

  • fe8ee6b Merge pull request #642 from ethpandaops/pk910/withdrawals-perf
  • c92a066 Merge pull request #641 from ethpandaops/bbusa/fix-execution-proofs-lighthouse-schema

Release Artifacts

Please read through the wiki for setup & configuration instructions.

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

Dev Snapshot

15 Apr 13:59
fe8ee6b

Choose a tag to compare

Dev Snapshot Pre-release
Pre-release

Latest automatically built executables. (Unstable development snapshot)

Built from master branch (commit: fe8ee6b)

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.21.0

14 Apr 10:31
1dcd325

Choose a tag to compare

Major Changes

  • Added support for Gloas (ePBS) and Heze (FOCIL) forks, including Docker images and spec updates (by @pk910)
  • Improved withdrawals tracking with a new withdrawals table and granular withdrawal type classification (by @pk910)
  • Fixed event stream subscription issues by gating Gloas/Heze topics based on fork activation (by @barnabasbusa)
  • Enabled state cache and internal state transition by default, reducing state loading overhead (by @pk910)
  • Reduced DB query overhead with shared helpers, improving performance for hot query paths (by @Sahil-4555)
  • Updated dependencies across Go modules, UI packages, and GitHub Actions for security and performance
Full changelog

Full changelog

  • 1dcd325 Merge pull request #634 from Sahil-4555/perf/db-query-helpers
  • 07cec17 Merge pull request #593 from ethpandaops/kw/optional-proofs
  • 8076716 Merge pull request #640 from ethpandaops/pk910/enable-state-cache
  • 44d5cc1 Merge pull request #639 from ethpandaops/fix/config-comparison-unscheduled-forks
  • 45319f2 Merge pull request #638 from ethpandaops/fix/eventstream-fork-gating
  • ffa436e Merge pull request #637 from ethpandaops/fix/gloas-fork-version
  • 45e89c5 Merge pull request #592 from ethpandaops/heze-support
  • bc950b0 Merge pull request #633 from ethpandaops/dependabot/npm_and_yarn/ui-package/ui-package-dependencies-6407f67444
  • d183b12 Merge pull request #632 from ethpandaops/dependabot/go_modules/dependencies-b8af00eaac
  • 0674a19 Merge pull request #636 from ethpandaops/bbusa/drop-probe-lab-das-guardian
  • 7a8ed08 Merge pull request #484 from ethpandaops/gloas-support
  • d2df3ec Merge pull request #625 from ethpandaops/pk910/withdrawals-tracking
  • 566bd1f Merge pull request #630 from ethpandaops/fix/deprecated-actions
  • ae5bb7f Merge pull request #627 from ethpandaops/dependabot/go_modules/dependencies-d04a7b5a18
  • 19a1ade Merge pull request #628 from ethpandaops/dependabot/npm_and_yarn/ui-package/ui-package-dependencies-55678db742
  • d7513b5 Merge pull request #623 from ethpandaops/dependabot/github_actions/actions-84ffaffffe
  • 3f09f5d Merge pull request #621 from ethpandaops/dependabot/npm_and_yarn/ui-package/ui-package-dependencies-58b5f10517
  • e78ed0c Merge pull request #620 from ethpandaops/dependabot/go_modules/dependencies-6c5b23366b

Release Artifacts

Please read through the wiki for setup & configuration instructions.

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

v1.20.4

20 Mar 10:47
2681980

Choose a tag to compare

Major Changes

  • Added API endpoint /api/v1/network/client_head_forks to expose consensus client head forks data (by @parithosh)
  • Introduced SLOT_DURATION_MS field to support new consensus spec and deprecated SECONDS_PER_SLOT (by @barnabasbusa)
  • Optimized address page queries, reducing load times from 30+ seconds to sub-10ms for accounts with high transaction volumes (by @pk910)
  • Fixed nil pointer panic in deposits page and improved validator names loading order for better YAML handling (by @barnabasbusa)
  • Improved attestation inclusion distance tracking, adding visual indicators for validator performance (by @barnabasbusa)
Full changelog

Full changelog

  • 2681980 Merge pull request #607 from ethpandaops/dependabot/go_modules/dependencies-21774bee80
  • 00dea39 Merge pull request #617 from ethpandaops/pk910/auto-detect-tables
  • d0624ac Merge pull request #606 from ethpandaops/support-slot-duration-ms
  • 8518ec7 Merge pull request #614 from ethpandaops/pk910/ssz-page-models
  • e3f3600 Merge pull request #616 from ethpandaops/chore/update-gh-actions-node22
  • 978cc04 Merge pull request #609 from ethpandaops/add/client-head-forks-api
  • 347c926 Merge pull request #615 from ethpandaops/fix/validator-names-load-order
  • cb3dea7 Merge pull request #608 from ethpandaops/dependabot/npm_and_yarn/ui-package/ui-package-dependencies-a5b891385f
  • 4b05c62 Merge pull request #610 from ethpandaops/feat/attestation-inclusion-distance
  • e3c08ba Merge pull request #603 from ethpandaops/fix/deposits-nil-validator-panic
  • 0457e51 Merge pull request #602 from ethpandaops/dependabot/npm_and_yarn/ui-package/ui-package-dependencies-98a6424acf
  • 9f8d120 Merge pull request #599 from ethpandaops/pk910/address-page-performance
  • 55a346f Merge pull request #598 from ethpandaops/pk910/fix-state-loading-retry-logic
  • 23176cb Merge pull request #596 from ethpandaops/pk910/fix-old-basefee
  • f859b7b Merge pull request #594 from ethpandaops/dependabot/github_actions/actions-5115a44263
  • 1ad0d6f Merge pull request #595 from ethpandaops/dependabot/npm_and_yarn/ui-package/ui-package-dependencies-8f7786fb59
  • 45d8f5d Merge pull request #587 from ethpandaops/dependabot/go_modules/dependencies-444e13d0d4
  • a8956a2 Merge pull request #590 from ethpandaops/pk910/el-indexer-fix
  • d69ddc1 Merge pull request #591 from ethpandaops/bbusa/fix-nimbusel-version
  • 6198748 Merge pull request #588 from ethpandaops/dependabot/npm_and_yarn/ui-package/ui-package-dependencies-17570b546d
  • 46f97c7 Merge pull request #589 from ethpandaops/pk910/optimize-execution-db-queries
  • 4a84027 Merge pull request #586 from ethpandaops/pk910/context-aware-page-handlers

Release Artifacts

Please read through the wiki for setup & configuration instructions.

Release File Description
dora_1.20.4_windows_amd64.zip dora executables for windows/amd64
dora_1.20.4_linux_amd64.tar.gz dora executables for linux/amd64
dora_1.20.4_linux_arm64.tar.gz dora executables for linux/arm64
dora_1.20.4_darwin_amd64.tar.gz dora executable for macos/amd64
dora_1.20.4_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