Skip to content

Releases: ethpandaops/dora

v1.2.1

15 Aug 18:29
cfa286b
Compare
Choose a tag to compare

Bugfix Release

  • Various fixes for issues that came up when starting the explorer without a working RPC endpoint (unreachable RPC)
  • Fixed deadlock in indexer when starting the explorer exactly in epoch 0 (uint underflow when checking epoch - 1)
  • Fixed db exceptions when browsing the explorer before genesis
  • Fixed logging of debug messages

Release Artifacts

Please read through the wiki for setup & configuration instructions.

Release File Description
explorer_windows_amd64.exe explorer executable for windows (64bit)
explorer_linux_amd64 explorer executable for linux (64bit)
explorer_darwin_amd64 explorer executable for macos (64bit)

v1.2.0

15 Aug 00:08
f532f61
Compare
Choose a tag to compare

Major Changes

  • Breaking Change: Modified database related configuration options!
    You need to update your configuration when upgrading from an older release.
  • Added SQLite database support
  • Added validator block overview (/validator/{validator_index}/slots)

Fixes

  • Fixed indexer marking too many blocks as orphaned (again)
  • Fixed various exceptions when using the explorer before genesis

Release Artifacts

Please read through the wiki for setup & configuration instructions.

Release File Description
explorer_windows_amd64.exe explorer executable for windows (64bit)
explorer_linux_amd64 explorer executable for linux (64bit)
explorer_darwin_amd64 explorer executable for macos (64bit)

v1.1.0

05 Aug 13:02
7b3332a
Compare
Choose a tag to compare

Major Changes

  • Validators Overview
  • Validator Details
  • Page model caching and call aggregation (reduce processing time)

Fixes

  • Fixed indexer marking too many blocks as orphaned
  • Various small UI fixes & improvements

Release Artifacts

Please read through the wiki for setup & configuration instructions.

Release File Description
explorer_windows_amd64.exe explorer executable for windows (64bit)
explorer_linux_amd64 explorer executable for linux (64bit)
explorer_darwin_amd64 explorer executable for macos (64bit)

v1.0.0

28 Jul 16:11
865bf95
Compare
Choose a tag to compare

First Release 🎉

This is the first release for the lightweight beaconchain explorer.

Please read through the wiki for setup & configuration instructions.

Release Artifacts

Release File Description
explorer_windows_amd64.exe explorer executable for windows (64bit)
explorer_linux_amd64 explorer executable for linux (64bit)
explorer_darwin_amd64 explorer executable for macos (64bit)