Releases: ethpandaops/dora
v1.8.3
Changes
- d47c9c7 #46: update gnosis preset with new deneb config
- 2f353cd set deneb fork date for sepolia & holesky
- cd6112b add config option for logo and meta description
- 5c5f661 update goerli network config (activate deneb)
- f05be9a #45: fix SQL Error when updating validator names in db
- 4fb6695 added json output of validators list
Release Artifacts
Please read through the wiki for setup & configuration instructions.
Release File | Description |
---|---|
dora_1.8.3_windows_amd64.zip | dora executables for windows/amd64 |
dora_1.8.3_linux_amd64.tar.gz | dora executables for linux/amd64 |
dora_1.8.3_linux_arm64.tar.gz | dora executables for linux/arm64 |
dora_1.8.3_darwin_amd64.tar.gz | dora executable for macos/amd64 |
dora_1.8.3_darwin_arm64.tar.gz | dora executable for macos/arm64 |
v1.8.1
Changes
- 346fd8d fix release workflow
- 4822cc1 make docker images smaller (clean apt cache)
- 910aeb4 extend build actions to copy docker images to old dockerhub repository
- 0a04701 fix build workflow
- 2894ddd implemented killswitches for ssz features
- 186334c fix for client loop getting stuck in rare situations
- 628b33c fix nil pointer panic on slot details page
- dbc0f11 update
go-eth2-client
- 1e03800 fixed SQL exception when saving resolved fn signature
- 042aaed report unreachable clients with head slot
0
- 8a30272 prevent concurrent execution of dev build workflow
- b90dc9b fix for lookup of pruned proposer duties
- a34ae7b fix for displaying cached but pruned proposer duties in epoch/block overview
- 3ceba80 fix dev build workflow
- 994f81d write unfinalitzed proposer duties to db before removing from cache
Release Artifacts
Please read through the wiki for setup & configuration instructions.
Release File | Description |
---|---|
dora_1.8.1_windows_amd64.zip | dora executables for windows/amd64 |
dora_1.8.1_linux_amd64.tar.gz | dora executables for linux/amd64 |
dora_1.8.1_linux_arm64.tar.gz | dora executables for linux/arm64 |
dora_1.8.1_darwin_amd64.tar.gz | dora executable for macos/amd64 |
dora_1.8.1_darwin_arm64.tar.gz | dora executable for macos/arm64 |
v1.8.0
Major Changes
- Slot details page shows basic transaction details now
- New build workflow & arm docker images
- Spec update for latest 4844 changes (
go-eth2-client
update)
Release Artifacts
Please read through the wiki for setup & configuration instructions.
Release File | Description |
---|---|
dora_1.8.0_windows_amd64.zip | dora executables for windows/amd64 |
dora_1.8.0_linux_amd64.tar.gz | dora executables for linux/amd64 |
dora_1.8.0_linux_arm64.tar.gz | dora executables for linux/arm64 |
dora_1.8.0_darwin_amd64.tar.gz | dora executable for macos/amd64 |
dora_1.8.0_darwin_arm64.tar.gz | dora executable for macos/arm64 |
v1.7.0
Major Changes
- Holesky & Gnosis chain configs
- Fork overview (
/forks
page) - Various bugfixes & small 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.6.0
Major Changes
- Using reliable client & types implementation from
attestantio/go-eth2-client
now - Use SSZ encoding for unfinalized & orphaned blocks in DB
- Various indexer improvements related to memory usage
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.5.2
Project renamed
Not really new features here, but the project has been renamed to dora-the-explorer
.
This is a dummy release to build new stable docker images & things :)
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.5.1
Bugfix Release
- several fixes to make page calls non-blocking due to long-loading indexer requests
- improved error handling for endpoints that suddenly fall back into syncing state
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.5.0
Major Changes
- Automatic background refresh for startpage #18
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.4.2
Major Changes
- added holesky network config
Fixes
- fixed processing for pre-bellatrix blocks
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.4.1
Major Changes
- Optional persistence of blobs (to db/external storage) #16
- Index sync committee assignments #17
- Speedup slot details page (made loading epoch duties optional) #17
Fixes
- Various search related fixes
- Fixed invalid proposers for orphaned blocks in filtered block view
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) |