v1.11.1
Major Changes
- Fixed performance for fork detection (#114)
- Fixed MEV Blocks page (#113)
- Fixed displaying proposer duties for pruned epochs (#109)
Full changelog
Full changelog
- 65baf7d Merge pull request #113 from ethpandaops/pk910/add-mev-indexer
- 8446512 Merge pull request #115 from ethpandaops/pk910/fix-fork-detection-performance
- dda9d01 fix comments
- ac5ba22 update unfinalized blocks in batches to avoid too big queries
- bd5a69e move fork detection to
forkdetection.go
- d0cd67e measure loading, processing & db-write durations in block processing
- 4c51056 fixes for fork detection
- 84dd041 clean up & comments
- 9844958 update parent fork ids for subsequent forks
- e37c84d simplified fork detection
- ed3cd9c add parentRoot->block map to blockcache
- b4444e9 fix mev indexer
- 059190b fix typo on mev blocks page
- 1e3dcd2 do not process mev blocks before latest canonical validator set is ready
- 3d1f9c9 trigger ci
- c26ca93 Merge branch 'master' into pk910/add-mev-indexer
- 233c112 start mev indexer
- 74b1c7c Merge pull request #111 from ethpandaops/pk910/fix-cl-forks
- 2304064 Merge pull request #110 from ethpandaops/pk910/fix-missing-pruned-blocks
- 8a772a2 simplify
GetSlotsByRoots
- 8ded7b5 clean up
db.GetSlotsByRoots
- a547756 workaround for fork grouping in finalized block range
- 9fec525 revert 118188b and fix paging on filtered slots page properly
- 118188b fix paging on filteres slots page
- 3f00aa6 cleanup & add comments
- a5dcabf fix
ChainService.GetDbBlocksForSlots
&ChainService.GetDbBlocksByFilter
to show pruned duties properly - ce4ddc8 Merge pull request #108 from ethpandaops/pk910/disable-ssz-request-killswitch
- 9a04b8c Merge pull request #106 from ethpandaops/skylenet/remove-besu
- e8ab47e restore functionality of
disableSSZRequests
killswitch - b52f258 fix: show EL in/out peer counts for besu
Release Artifacts
Please read through the wiki for setup & configuration instructions.
Release File | Description |
---|---|
dora_1.11.1_windows_amd64.zip | dora executables for windows/amd64 |
dora_1.11.1_linux_amd64.tar.gz | dora executables for linux/amd64 |
dora_1.11.1_linux_arm64.tar.gz | dora executables for linux/arm64 |
dora_1.11.1_darwin_amd64.tar.gz | dora executable for macos/amd64 |
dora_1.11.1_darwin_arm64.tar.gz | dora executable for macos/arm64 |