Releases: ethpandaops/dora
Releases · ethpandaops/dora
v1.4.0
Major Changes
- Added filtered slot list (
/slots/filtered
) #14 - Added filters to validators overview #15
- Added sorting options for various columns in validators overview
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.3.2
Bugfix Release
- Fixed panic when closing dead event streams
- Fixed head tracking in clients by using
block
events only (additional tracking ofhead
events lead to inconsistent results)
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.3.1
Bugfix Release
- Various fixes for panics due to bad data from RPC nodes
- Reduced log severity for recoverable errors
- Added support for whisk devnet (#10)
Improvements
- Added recent slots to frontpage
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.3.0
Major Changes
- Re-implemented indexer
- Added support for multiple endpoints
- Added clients page (
/clients
) - Added chain visualization (fork graph) to slots overview
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.3
Bugfix Release
- Fixed logging for validator names file related errors
- Made validator ranges for yaml & inventory inclusive (include start and end index)
- Fixed loading of genesis committees & validator set with some clients
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.2
Bugfix Release
- Fixed use of deprecated v1 api to fetch blocks
- Don't start indexer/synchronizer while beacon node is syncing
- Fix SSL CA validation in docker image
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.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) |