Releases: ethpandaops/checkpointz
Releases · ethpandaops/checkpointz
v0.20.0
This release adds additional checks to help with "lag" on the serving checkpoint. It also enables checkpointz to serve the blob_sidecars route so clients have the entire block/state/blobs bundle when checkpoint syncing.🎉
What's Changed
- fix: Add additional serving bundle checks by @samcm in #154
- feat: Serve blob_sidecar by @samcm in #155
Full Changelog: v0.19.2...v0.20.0
0.0.3-serving-bundle-fix
0.0.2-serving-bundle-fix
Changelog
- 34aceb8 Fix: Reduce checkpointz status edge caching time
- ebfe6f7 Merge branch 'feat/serve-blob-sidecars' into release/serving-bundle-fix
- da8335d Merge master
- 5090373 Merge master
- 99324a6 feat: Serve block_sidecars route
- afd7dbe fix: Add additional serving bundle checks (#154)
- e05677e fix: Remove debug logs
- 72f2fd9 fix: typo
0.0.1-serving-bundle-fix
v0.19.2
v0.19.1
What's Changed
- fix: teku checkpoint sync url by @barnabasbusa in #147
New Contributors
- @barnabasbusa made their first contribution in #147
Full Changelog: v0.19.0...v0.19.1
v0.19.0
v0.18.0
What's Changed
- cache: refactor, and fix of race condition between expiration goroutine and external calls. by @colindickson in #134
- Release: Dencun by @samcm in #131
New Contributors
- @colindickson made their first contribution in #134
Full Changelog: v0.17.1...v0.18.0
0.0.12-dencun
0.0.1-temp-no-syncing
Changelog
- e56f046 hack: Disable is_syncing checks