Releases: ethpandaops/dora
Releases · ethpandaops/dora
v1.2.1
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
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
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
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) |