Skip to content

Releases: ethpandaops/dora

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

Dev Snapshot

15 Dec 12:06
3cd0ae3

Choose a tag to compare

Dev Snapshot Pre-release
Pre-release

Latest automatically built executables. (Unstable development snapshot)

Built from master branch (commit: 3cd0ae3)

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

v1.19.4

04 Dec 00:20
e431c4c

Choose a tag to compare

Major Changes

  • Fixed blob fee calculation and added visualization for EIP-7918 blob reserve base fee (#509)
  • Added search bar functionality to client pages for filtering clients by name (#511)
  • Display validator balances on the slashings page (#525)
  • Fixed value matching issue to avoid false mismatches (#510)
  • Updated dependencies across backend and UI packages for improved stability (#507, #508, #519, #520, #526, #527)
Full changelog

Full changelog

  • e431c4c Merge pull request #526 from ethpandaops/dependabot/github_actions/actions-acb1dfe3ea
  • 84cdea8 Merge pull request #527 from ethpandaops/dependabot/npm_and_yarn/ui-package/ui-package-dependencies-09b42729f7
  • 3af0952 Merge pull request #522 from ethpandaops/dependabot/go_modules/dependencies-21f3a8dbf0
  • d36dace Merge pull request #520 from ethpandaops/dependabot/npm_and_yarn/ui-package/ui-package-dependencies-db5c50cdfb
  • e8b84ff Merge pull request #523 from ethpandaops/dependabot/github_actions/actions-64908ce36f
  • 0bc3ddc Merge pull request #525 from ethpandaops/pk910/fix-balances-on-slashings-page
  • 66c2271 Merge pull request #519 from ethpandaops/dependabot/go_modules/dependencies-05c77a14a6
  • 007c08b Merge pull request #514 from ethpandaops/dependabot/github_actions/actions-2d5e22e497
  • c666eea Merge pull request #509 from ethpandaops/pk910/fix-blob-fee
  • a4433d4 Merge pull request #511 from ethpandaops/bbusa/search-on-client-page
  • 48ce23f Merge pull request #510 from ethpandaops/bbusa/match-values
  • 7f2b2c4 Merge pull request #508 from ethpandaops/dependabot/npm_and_yarn/ui-package/ui-package-dependencies-d5ead43b64
  • f2d1461 Merge pull request #507 from ethpandaops/dependabot/go_modules/dependencies-5fdf382480

Release Artifacts

Please read through the wiki for setup & configuration instructions.

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

v1.19.3

18 Oct 23:18
6ab5e09

Choose a tag to compare

Major Changes

  • Fixed a panic caused by division by zero in the basefee update fraction calculation (#503)
  • Resolved UI responsiveness issues in the config comparison modal for small screens (#504)
  • Removed deprecated spec values to streamline configuration (#505)
  • Prevented a panic related to TERMINAL_TOTAL_DIFFICULTY on mainnet and added a robots.txt file (#506)
  • Updated dependencies for both backend and UI packages (#500, #501)
Full changelog

Full changelog

  • 6ab5e09 Merge pull request #506 from ethpandaops/pk910/spec-check.fix
  • 02d7baf Merge pull request #504 from ethpandaops/pk910/fix-config-check-responsiveness
  • 87f63fc Merge pull request #505 from ethpandaops/pk910/remove-unused-specs
  • a7f1064 Merge pull request #503 from ethpandaops/pk910/fix-panic-with-zero-update-fraction
  • 1a768c8 Merge pull request #501 from ethpandaops/dependabot/npm_and_yarn/ui-package/ui-package-dependencies-2fcff22fb1
  • c30f963 Merge pull request #500 from ethpandaops/dependabot/go_modules/dependencies-f48129bad0
  • 784a1a5 Merge pull request #502 from ethpandaops/pk910/fix-el-config-check

Release Artifacts

Please read through the wiki for setup & configuration instructions.

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

v1.19.2

14 Oct 10:07
86f9dc8

Choose a tag to compare

Major Changes

  • Improved specs and config comparison with enhanced UI visualization (#499)
  • Fixed snooper URLs in make devnet-run configuration (#498)
  • Hide API from main menu when authentication is required (#497)
  • Updated UI dependencies including React to v19.2.0 (#495)
  • Bumped Goose database migration tool to v3.26.0 (#494)
Full changelog

Full changelog

  • 86f9dc8 Merge pull request #499 from ethpandaops/pk910/spec-mismatch-visualization
  • f6a19df Merge pull request #498 from ethpandaops/pk910/fix-snooper-urls-in-make-devnet
  • b85c2b6 Merge pull request #495 from ethpandaops/dependabot/npm_and_yarn/ui-package/ui-package-dependencies-0827877ca9
  • e6fa991 Merge pull request #494 from ethpandaops/dependabot/go_modules/dependencies-6ccf0b66b6
  • 7a5cc4f Merge pull request #497 from ethpandaops/pk910/hide-api-when-auth-only

Release Artifacts

Please read through the wiki for setup & configuration instructions.

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

v1.19.1

07 Oct 12:25
a70e754

Choose a tag to compare

Major Changes

  • Added RPC proxy to improve UI performance and avoid internal node access issues (#496)
  • Improved API client usability with better operation IDs for generated methods (#489)
  • Fixed supported columns API response format (#479)
  • Updated dependencies including go-eth2-client (0.27.1), Cobra (1.10.1), and UI packages (#480, #481, #482, #488, #492)
  • Enhanced AI-generated release notes with better context (#478)
Full changelog

Full changelog

  • a70e754 Merge pull request #496 from ethpandaops/pk910/ui-rpc-proxy
  • 875bece Merge pull request #491 from ethpandaops/pk910/dynssz-codegen
  • 4310b5d Merge pull request #479 from ethpandaops/bbusa/fix-supported-columns-api
  • de18fab Merge pull request #490 from ethpandaops/dependabot/github_actions/actions-be6216963e
  • dcba9ea Merge pull request #492 from ethpandaops/dependabot/go_modules/dependencies-b5dde71a99
  • c8acb72 Merge pull request #488 from ethpandaops/dependabot/npm_and_yarn/ui-package/ui-package-dependencies-9c03c71923
  • 0d0bf85 Merge pull request #485 from ethpandaops/bbusa/bump-guardian
  • 4fe41ee Merge pull request #489 from ethpandaops/qu0b/feat-operation-id
  • 3a6bacd Merge pull request #482 from ethpandaops/pk910/fulu-go-eth2-client
  • 5ab8386 Merge pull request #481 from ethpandaops/dependabot/npm_and_yarn/ui-package/ui-package-dependencies-efdafbcf0d
  • a817efc Merge pull request #480 from ethpandaops/dependabot/go_modules/dependencies-ba29053981
  • 8255574 Merge pull request #478 from ethpandaops/pk910/ai-release-notes2

Release Artifacts

Please read through the wiki for setup & configuration instructions.

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

v1.19.0

17 Sep 00:23
2b2df3a

Choose a tag to compare

Major Changes

  • Implement comprehensive v1 API endpoints with JWT authentication and rate limiting (#473)
  • Add new UI pages for consolidation/withdrawal/exit queue details (#474)
  • Fix endpoint URL issues and casing (#471, #472)
  • Add EL chain config handling and blob base fee visualization (#467)
  • Dependency updates across UI and backend packages (#468, #469, #475, #476)
Full changelog

Full changelog

  • 2b2df3a Merge pull request #477 from ethpandaops/pk910/ai-release-notes
  • d98626c Merge pull request #473 from ethpandaops/pk910/slots-api
  • 769c68e Merge pull request #476 from ethpandaops/dependabot/go_modules/dependencies-237ba4726d
  • 2085668 Merge pull request #475 from ethpandaops/dependabot/npm_and_yarn/ui-package/ui-package-dependencies-cffd485bf6
  • 0768896 Merge pull request #474 from ethpandaops/pk910/show-consolidation-queue
  • f411273 Merge pull request #472 from ethpandaops/pk910/fix-endpoint-url-casing
  • 2230649 Merge pull request #471 from ethpandaops/pk910/fix-endpoints-url
  • 3493ebd Merge pull request #468 from ethpandaops/dependabot/npm_and_yarn/ui-package/ui-package-dependencies-847a05e709
  • 08dc62f Merge pull request #469 from ethpandaops/dependabot/go_modules/dependencies-7ce3303a85
  • 9152e5d Merge pull request #467 from ethpandaops/pk910/el-config
  • 397b0ce Merge pull request #466 from ethpandaops/bbusa/validator-summary

Release Artifacts

Please read through the wiki for setup & configuration instructions.

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